/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	background-image: url(../images/background-gradient.gif);
	background-repeat: repeat-x;
	background-color: #1c1c1c;
	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:#ffffff;
font-size: 32px;
margin-top:4px;
margin-bottom:4px;
letter-spacing: -2px;
}
h2 {
color:#ffffff;
font-size: 14px;
margin-top:2px;
margin-bottom:2px;
letter-spacing: -1px;
}
h3 {
color:#ffffff;
font-size: 32px;
margin-top:0px;
margin-bottom:0px;
letter-spacing: -2px;
}
h4 {
color:#ffffff;
font-size: 26px;
margin-top:0px;
margin-bottom:0px;
letter-spacing: -2px;
}
h5 {
color:#ffcc00;
font-size: 20px;
margin-top:0px;
margin-bottom:6px;
letter-spacing: -1px;
}








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





/* 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 -------------  GREY  */
a.grey_small:link {
	font-size: small;
	color: #333333;
	font-weight: bold;
	text-decoration:none;
	line-height:small;
}
a.grey_small:visited {
	font-size: small;
	color: #333333;
	font-weight: bold;
	text-decoration:none;
	line-height:small;
}
a.grey_small:active {
	font-size: small;
	color: #333333;
	font-weight: bold;
	text-decoration:none;
	line-height:small;
}
a.grey_small:hover {
	font-size: small;
	color: #333333;
	font-weight: bold;
	text-decoration:underline;
	line-height:small;
}








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



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



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;
}




