/* Main Body Stuff */

#BODY
{
}

/* Main ContentPane */

.maincontentpane
{
	BACKGROUND-REPEAT: no-repeat;
	VERTICAL-ALIGN: top;
	PADDING: 10px;
/*	BACKGROUND-IMAGE: url(images/bground.gif); 
	BACKGROUND-COLOR: transparent; 
	BACKGROUND-POSITION: bottom left; 
	BACKGROUND-REPEAT: no-repeat; */
}

.maincontentpaneheadertext
{
	COLOR: 006158;
	FONT-WEIGHT: bolder;
	FONT-SIZE: 12pt;
	FONT-STYLE: italic;
	TEXT-ALIGN: justify;
}

/* Right Hand ContentPane */

.rightcontentpane
{
	VERTICAL-ALIGN: top;
	PADDING: 10px;
	WIDTH: 250px;
	TEXT-ALIGN: justify;
}

.rightcontentpanebodytext
{
	FONT-FAMILY: Verdana;
	FONT-SIZE: 9pt;
	COLOR: 006259;
	TEXT-ALIGN: justify;
}

.rightcontentpaneheadertext
{
	FONT-FAMILY: Verdana;
	FONT-SIZE: 7.5pt;
	COLOR: 8FE118;
	TEXT-ALIGN: justify;
}

/* Set bullet points to use green gif */
	
ul li
{	
	list-style-image: url(/portals/30/skins/hyrifa/Images/bullet.gif);
}

/* General Stuff? */

.shadow_left
{
    BACKGROUND-POSITION: right top;
    BACKGROUND-IMAGE: url(images/shadow_left.gif);
    BACKGROUND-REPEAT: no-repeat
}

.shadow_right
{
    BACKGROUND-POSITION: left top;
    BACKGROUND-IMAGE: url(images/shadow_right.gif);
    BACKGROUND-REPEAT: no-repeat
}

.main_back
{
    BACKGROUND-COLOR: #f3f2ed
}

.bottom_tile
{
    BACKGROUND-POSITION: center bottom;
    BACKGROUND-IMAGE: url(images/bottom_tile.gif);
    BACKGROUND-REPEAT: repeat-x;
    BACKGROUND-COLOR: #f3f2ed
}

.body_text
{
    FONT-SIZE: 10pt;
    COLOR: #006259;
    FONT-FAMILY: Verdana;
	TEXT-ALIGN: justify;
}

.body_text A:visited
{
    FONT-SIZE: 10pt;
    COLOR: #006259;
    FONT-FAMILY: Verdana;
    TEXT-DECORATION: underline
}

.body_text A:link
{
    FONT-SIZE: 10pt;
    COLOR: #006259;
    FONT-FAMILY: Verdana;
    TEXT-DECORATION: underline
}

.body_text A:hover
{
    FONT-SIZE: 10pt;
    COLOR: #94E200;
    FONT-FAMILY: Verdana;
    TEXT-DECORATION: underline
}

td {
	FONT-SIZE: 10pt;
    COLOR: #006158;
    FONT-FAMILY: verdana;
	BACKGROUND-COLOR: transparent;
}

.add
{
    FONT-SIZE: 7.5pt;
    COLOR: #d4cfd3;
    FONT-FAMILY: Verdana
}

.add A:visited
{
    FONT-SIZE: 7.5pt;
    COLOR: #d4cfd3;
    FONT-FAMILY: Verdana;
    TEXT-DECORATION: none
}

.add A:link
{
    FONT-SIZE: 7.5pt;
    COLOR: #d4cfd3;
    FONT-FAMILY: Verdana;
    TEXT-DECORATION: underline
}

.add A:hover
{
    FONT-SIZE: 7.5pt;
    COLOR: #f3f2ed;
    FONT-FAMILY: Verdana;
    TEXT-DECORATION: underline
}

.bulletedlist
{
    FONT-SIZE: 14pt;
    FONT-FAMILY: Arial Narrow;
}

/* Footer Stuff */

.footertext
{
	TEXT-ALIGN: center;
    FONT-SIZE: 7.5pt;
    COLOR: #82C652;
    FONT-FAMILY: Verdana;
    TEXT-DECORATION: none;
	BACKGROUND-COLOR: transparent;
}

.footertextright
{
    FONT-SIZE: 7.5pt;
    COLOR: #006158;
    FONT-FAMILY: Verdana;
    TEXT-DECORATION: none
	TEXT-ALIGN: right;
	BACKGROUND-COLOR: transparent;
}


.footertextright A:visited
{
    FONT-SIZE: 7.5pt;
    COLOR: #006158;
    FONT-FAMILY: Verdana;
    TEXT-DECORATION: none;
}

.footertextright A:link
{
    FONT-SIZE: 7.5pt;
    COLOR: #006158;
    FONT-FAMILY: Verdana;
    TEXT-DECORATION: none;
}

.footertextright A:hover
{
    FONT-SIZE: 7.5pt;
    COLOR: #111111;
    FONT-FAMILY: Verdana;
}

.footeraddress
{
    FONT-SIZE: 10pt;
    FONT-FAMILY: Verdana;
    TEXT-DECORATION: none;
    COLOR: #006158;
	BACKGROUND-COLOR: transparent;
}

/* Other Stuff */

.Normal  {
	font-size: 10pt;
	font-family: Verdana;
}

a:link, a:active, a:visited, a:hover	{
	color: #4D4D4D;
	text-decoration:none;
	font-weight:bold;
	font-family: Verdana;
}

a:hover	{
	color: #a28a9a;
}

.SkinObject {
	color: #006158;
	text-decoration:none;
}

a.SkinObject:active, a.SkinObject:link, a.SkinObject:visited	{
	color:#006158;
	text-decoration:none;
}

a.SkinObject:hover	{
	color:#111111;
	text-decoration:none;
}

.breadcrumb {
	font-family: Verdana !important;
	color: #82C652 !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	text-decoration: none !important;
}

.breadcrumb a:hover {
	color: #006158 !important;
}