/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	background-color: #222222;
	font-family: arial,verdana,sans-serif;
	font-size:small;
	color:#FFFFFF;
	}
/* Styles for text, h tags */
h1 h2 h3 h4 h5 h6 {
font-family: arial,verdana,sans-serif;
}
h1 {
color:#bababa;
font-size: medium;
margin-top:4px;
margin-bottom:4px;
}
h2 {
color:#febf0f;
font-size: small;
margin-top:0px;
margin-bottom:0px;
}




.white_small {
font-size: small;
font-weight: bold;
color: #FFFFFF;
}
.grey_small {
font-size: small;
font-weight: bold;
color: #bababa;
text-decoration:underline;
}





/* Styles for the default links */
A:link {font-size: small; font-weight: bold; color: #febf0f; text-decoration:none; }
A:visited {font-size: small; font-weight: bold; color: #febf0f; text-decoration:none; }
A:active {font-size: small; font-weight: bold; color: #febf0f; text-decoration:none; }
A:hover {font-size: small; font-weight: bold; color: #febf0f; text-decoration:underline; }


/* Styles for the links -------------  BLUE  */
a.blue_small:link {
	font-size: smaller;
	color: #005C9C;
	font-weight: bold;
	text-decoration:none;
	line-height:small;
}
a.blue_small:visited {
	font-size: smaller;
	color: #005C9C;
	font-weight: bold;
	text-decoration:none;
	line-height:small;
}
a.blue_small:active {
	font-size: smaller;
	color: #005C9C;
	font-weight: bold;
	text-decoration:none;
	line-height:small;
}
a.blue_small:hover {
	font-size: smaller;
	color: #005C9C;
	font-weight: bold;
	text-decoration:underline;
	line-height:small;
}




/* Styles for the links -------------  GREEN  */
a.green_small:link {
	font-size: smaller;
	color: #0ab10a;
	font-weight: bold;
	text-decoration:none;
	line-height:small;
}
a.green_small:visited {
	font-size: smaller;
	color: #0ab10a;
	font-weight: bold;
	text-decoration:none;
	line-height:small;
}
a.green_small:active {
	font-size: smaller;
	color: #0ab10a;
	font-weight: bold;
	text-decoration:none;
	line-height:small;
}
a.green_small:hover {
	font-size: smaller;
	color: #0ab10a;
	font-weight: bold;
	text-decoration:underline;
	line-height:small;
}






/* Styles for the links -------------  GREY  */
a.grey_small:link {
	font-size: small;
	color: #bababa;
	font-weight: bold;
	text-decoration:underline;
}
a.grey_small:visited {
	font-size: small;
	color: #bababa;
	font-weight: bold;
	text-decoration:underline;
}
a.grey_small:active {
	font-size: small;
	color: #bababa;
	font-weight: bold;
	text-decoration:underline;
}
a.grey_small:hover {
	font-size: small;
	color: #bababa;
	font-weight: bold;
	text-decoration:underline;
}






/* Styles for the links -------------  RED  */
a.red_small:link {
	font-size: smaller;
	color: #FF0000;
	font-weight: bold;
	text-decoration:none;
	line-height:small;
}
a.red_small:visited {
	font-size: smaller;
	color: #FF0000;
	font-weight: bold;
	text-decoration:none;
	line-height:small;
}
a.red_small:active {
	font-size: smaller;
	color: #FF0000;
	font-weight: bold;
	text-decoration:none;
	line-height:small;
}
a.red_small:hover {
	font-size: smaller;
	color: #FF0000;
	font-weight: bold;
	text-decoration:underline;
	line-height:small;
}






/* Styles for the links -------------  WHITE  */
a.white_small:link {
	font-size: small;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
	line-height:small;
}
a.white_small:visited {
	font-size: small;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
	line-height:small;
}
a.white_small:active {
	font-size: small;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
	line-height:small;
}
a.white_small:hover {
	font-size: small;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:underline;
	line-height:small;
}



a.white_small_select:link {
	font-size: small;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:underline;
	line-height:small;
}
a.white_small_select:visited {
	font-size: small;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:underline;
	line-height:small;
}
a.white_small_select:active {
	font-size: small;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:underline;
	line-height:small;
}
a.white_small_select:hover {
	font-size: small;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:underline;
	line-height:small;
}








