/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	font-family: Georgia, Times, serif;
	font-size:small;
	line-height: 18px;
	background-color: #212121;
	color: white;
	}
/* Styles for text, h tags */
h1 {
color:#787878;
font-size: x-large;
line-height: 32px;
margin-top:2px;
margin-bottom:6px;
font-weight: normal;
}
h2 {
color:#b4b4b4;
font-size: small;
margin-top:1px;
margin-bottom:0px;
}





.grey_smaller {
font-size: smaller;
color: #b4b4b4;
}
.grey_small {
font-size: small;
color: #b4b4b4;
}
.white_small {
font-size: small;
color: #FFFFFF;
}
.white_smaller {
font-size: smaller;
color: #FFFFFF;
}




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







/* Styles for the links -------------  GREY  */
a.grey_smaller:link {
	font-size: smaller;
	color: #b4b4b4;
	text-decoration:none;
}
a.grey_smaller:visited {
	font-size: smaller;
	color: #b4b4b4;
	text-decoration:none;
}
a.grey_smaller:active {
	font-size: smaller;
	color: #b4b4b4;
	text-decoration:none;
}
a.grey_smaller:hover {
	font-size: smaller;
	color: #ffffcc;
	text-decoration:underline;
}


a.grey_small:link {
	font-size: small;
	color: #b4b4b4;
	text-decoration:none;
}
a.grey_small:visited {
	font-size: small;
	color: #b4b4b4;
	text-decoration:none;
}
a.grey_small:active {
	font-size: small;
	color: #b4b4b4;
	text-decoration:none;
}
a.grey_small:hover {
	font-size: small;
	color: #ffffcc;
	text-decoration:underline;
}

a.grey_medium:link {
	font-size: medium;
	color: #b4b4b4;
	text-decoration:none;
}
a.grey_medium:visited {
	font-size: medium;
	color: #b4b4b4;
	text-decoration:none;
}
a.grey_medium:active {
	font-size: medium;
	color: #b4b4b4;
	text-decoration:none;
}
a.grey_medium:hover {
	font-size: medium;
	color: #ffffcc;
	text-decoration:underline;
}









/* Styles for the links -------------  GREY DARK */


a.greydark_smaller:link {
	font-size: smaller;
	color: #454545;
	text-decoration:none;
}
a.greydark_smaller:visited {
	font-size: smaller;
	color: #454545;
	text-decoration:none;
}
a.greydark_smaller:active {
	font-size: smaller;
	color: #454545;
	text-decoration:none;
}
a.greydark_smaller:hover {
	font-size: smaller;
	color: #898989;
	text-decoration:underline;
}


a.greydark_small:link {
	font-size: small;
	color: #454545;
	text-decoration:underline;
}
a.greydark_small:visited {
	font-size: small;
	color: #454545;
	text-decoration:underline;
}
a.greydark_small:active {
	font-size: small;
	color: #454545;
	text-decoration:underline;
}
a.greydark_small:hover {
	font-size: small;
	color: #898989;
	text-decoration:underline;
}









/* Styles for the links -------------  WHITE  */
a.white_smaller:link {
	font-size: smaller;
	color: #ffffff;
	text-decoration:none;
}
a.white_smaller:visited {
	font-size: smaller;
	color: #ffffff;
	text-decoration:none;
}
a.white_smaller:active {
	font-size: smaller;
	color: #ffffff;
	text-decoration:none;
}
a.white_smaller:hover {
	font-size: smaller;
	color: #ffffcc;
	text-decoration:underline;
}

a.white_small:link {
	font-size: small;
	color: #ffffff;
	text-decoration:none;
}
a.white_small:visited {
	font-size: small;
	color: #ffffff;
	text-decoration:none;
}
a.white_small:active {
	font-size: small;
	color: #ffffff;
	text-decoration:none;
}
a.white_small:hover {
	font-size: small;
	color: #ffffcc;
	text-decoration:underline;
}

a.white_medium:link {
	font-size: medium;
	color: white;
	text-decoration:none;
}
a.white_medium:visited {
	font-size: medium;
	color: white;
	text-decoration:none;
}
a.white_medium:active {
	font-size: medium;
	color: white;
	text-decoration:none;
}
a.white_medium:hover {
	font-size: medium;
	color: #ffffcc;
	text-decoration:underline;
}





