/**************************************************************************************************************/
/* LINKS
/**************************************************************************************************************/

a:link { color: #000000; text-decoration: underline; } 
a:visited {	color: #000000;	text-decoration: underline; }
a:hover { color: #000000; text-decoration: none; }

a.gray:link { color: #ADAEAD; text-decoration: underline; } 
a.gray:visited { color: #ADAEAD;	text-decoration: underline; }
a.gray:hover { color: #ADAEAD; text-decoration: none; }

a.black:link { color: #000000; text-decoration: underline; } 
a.black:visited { color: #000000;	text-decoration: underline; }
a.black:hover { color: #000000; text-decoration: none; }

a.yellow:link { color: #FDCA02; text-decoration: underline; } 
a.yellow:visited { color: #FDCA02;	text-decoration: underline; }
a.yellow:hover { color: #FDCA02; text-decoration: none; }

a.white:link { color: #FFFFFF; text-decoration: underline; } 
a.white:visited { color: #FFFFFF;	text-decoration: underline; }
a.white:hover { color: #FFFFFF; text-decoration: none; }

/**************************************************************************************************************/
/* TD
/**************************************************************************************************************/

td {
	font-family: Arial, Verdana, Helvetica;	
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

/**************************************************************************************************************/
/* FORM
/**************************************************************************************************************/

INPUT, TEXTAREA, SELECT, OPTION {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
}

.dropdown { 
	font-size: 10px; 
	color: #333333; 
	background-color: #FFFFFF; 
	margin-left: 0px;
	border-top: #000000 1px solid;
	border-right: #000000 1px solid;
	border-bottom: #000000 1px solid;
	border-left: #000000 1px solid;
	/*width: 275px;*/
}

.buttonyellow { 
	font-size: 12px; 
	font-weight: bold;
	color: #4E4E4E; 
	background-color: #FDCA02; 
	margin-left: 0px
}

.textbox {  
	font-size: 10px; 
	color: #333333; 
	background-color: #FFFFFF; 
	margin-left: 0px;
	border-top: #000000 1px solid;
	border-right: #000000 1px solid;
	border-bottom: #000000 1px solid;
	border-left: #000000 1px solid;	
}

/**************************************************************************************************************/
/* HEADING
/**************************************************************************************************************/

h1 { /* Section Titles */
	font-size: 16px;	
	color: #FFFFFF;
	margin-top: 0px; 
	margin-bottom: 0px;	
}