/* CSS Document */

body{font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #000000; 
	margin: 0px; 
	padding: 0px; 
	background: #FFFFFF;}

/******* Body Text *******/
.txtBlk				{color:#000000;}
.txtWht				{color:#ffffff;}
.txtBlu				{color:#0F3070;}
.txtGrey			{color:#cccccc;}
.txtBlkHL			{color:#000000; font-weight: bold}
.txtWhtHL			{color:#ffffff; font-weight: bold}
.txtBluHL			{color:#0F3070; font-weight: bold}
.txtGreyHL			{color:#cccccc; font-weight: bold}


/******* Hyperlinks *******/

A.LinkBlk:link		{COLOR: #000000; TEXT-DECORATION: none}
A.LinkBlk:visited	{COLOR: #000000; TEXT-DECORATION: none}
A.LinkBlk:active	{COLOR: #000000; TEXT-DECORATION: none}
A.LinkBlk:hover		{COLOR: #000000; TEXT-DECORATION: underline}

A.LinkBlkHL:link 	{font-weight: bold; COLOR: #000000; text-decoration: none}
A.LinkBlkHL:visited {font-weight: bold; COLOR: #000000; text-decoration: none}
A.LinkBlkHL:active 	{font-weight: bold; COLOR: #000000; text-decoration: none}
A.LinkBlkHL:hover 	{font-weight: bold; COLOR: #CC0000; text-decoration: none}

A.LinkWht:link		{COLOR: #ffffff; TEXT-DECORATION: none}
A.LinkWht:visited	{COLOR: #ffffff; TEXT-DECORATION: none}
A.LinkWht:active	{COLOR: #ffffff; TEXT-DECORATION: none}
A.LinkWht:hover		{COLOR: #ffffff; TEXT-DECORATION: underline}

A.LinkWhtHL:link 	{font-weight: bold; COLOR: #ffffff; text-decoration: none}
A.LinkWhtHL:visited {font-weight: bold; COLOR: #ffffff; text-decoration: none}
A.LinkWhtHL:active 	{font-weight: bold; COLOR: #ffffff; text-decoration: none}
A.LinkWhtHL:hover 	{font-weight: bold; COLOR: #ffffff; text-decoration: none}

a.Footer:active 	{color: #cccccc; text-decoration: none}
a.Footer:link 		{color: #cccccc; text-decoration: none}
a.Footer:visited	{color: #cccccc; text-decoration: none}
a.Footer:hover		{color: #cccccc; text-decoration: none}

/******* Input Box, Buttons *******/

input, select		{font-size:10px; font-family:Verdana; background-color:#F5F5F5; color:#000000; border:1px solid #A2A2A2;}
.textbox 			{font-size: 10px; font-family: Verdana; background-color: #F5F5F5; color: #000000; border:1px solid #A2A2A2;}
/*Input.button		{background-color: #C8A82A; border: 1px outset #AB8C11; font-size:10px; font-family: Verdana; color:#ffffff;}