/***********************************************/
/* Css.css                            */
/***********************************************/
body{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #000000; 
	line-height: 1.166; 
	margin: 0px; 
	padding: 0px; 
	background: #00B2EB url("images/bg-grad.jpg") fixed;}
	
.txtcopyright		{color:#000000; font-size: 10px;}
/******* Body Text *******/
.txtBlk				{color:#000000;}
.txtWht				{color:#ffffff;}
.txtRed				{color:#CC3300;}
.txtSiteinfo		{color:#DEF0CF;}
.txtBlkHL			{color:#000000; font-weight: bold}
.txtWhtHL			{color:#ffffff; font-weight: bold}
.txtRedHL			{color:#CC3300; font-weight: bold}

/************** header tag styles **************/
h1{font:bold; font-size:10px; color:#ffffff; margin:0px; padding:0px;}

h2{font:bold; font-size:12px; color:#ffffff; margin:0px; padding:0px;}

h3{font:bold; font-size:14px; color:#ffffff; margin:0px; padding:0px;}

h4{font:bold; font-size:16px; color:#ffffff; margin:0px; padding:0px;}

h5{font:bold; font-size:18px; color:#ffffff; margin:0px; padding:0px;}

/******* 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: #000000; font-size: 10px; text-decoration: none}
a.Footer:link 		{color: #000000; font-size: 10px; text-decoration: none}
a.Footer:visited	{color: #000000; font-size: 10px; text-decoration: none}
a.Footer:hover		{color: #000000; font-size: 10px; text-decoration: none}

/******* Input Box, Buttons *******/

Input				{background-color: #D8F2D7; border: 1px solid #77C475; font-size:10px; font-family: Verdana; color:#000000;}
Input.button		{background-color: #D8F2D7; border: 1px outset #77C475; font-size:10px; font-family: Verdana; color:#000000;}
Input.selectbox		{background-color: #C8A82A; border: 1px outset #AB8C11; font-size:10px; font-family: Verdana; color:#ffffff;}