/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	font-family: Georgia, Times, serif;
	font-size:small;
	background-image: url(../images/background-image.gif);
	background-repeat: repeat-x;
	background-color: white;
	color: white;
	}
h1 {
color: #b6ecf9;
font-size: medium;
line-height: 20px;
margin-top:0px;
margin-bottom:4px;
}
h2 {
color:#a9e3f2;
font-size: small;
margin-top:2px;
margin-bottom:4px;
}
h3 {
color:white;
font-size: xx-large;
font-weight: normal;
margin-top:10px;
margin-bottom:10px;
}
h4 {
color:#fffdd8;
font-size: medium;
font-weight: bold;
line-height: 20px;
margin-top:0px;
margin-bottom:10px;
}
h5 {
color:#fffdd8;
font-size: medium;
font-weight: bold;
line-height: 20px;
margin-top:20px;
margin-bottom:30px;
}
h6 {
color: #222;
font-size: 24px;
line-height: 20px;
margin-top:6px;
margin-bottom:10px;
text-align: center;
}


.grey_32px {
color:#6a6967;
font-size: 32px;
font-style: normal;
margin-top:2px;
margin-bottom:8px;
}
.grey_26px {
color:#6a6967;
font-size: 26px;
font-style: normal;
margin-top:2px;
margin-bottom:4px;
}
.grey_58px {
color:#6a6967;
font-size: 58px;
font-style: normal;
margin-top:2px;
margin-bottom:8px;
}


.yellow {
color: #fffcbc;
}



.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: #b6ecf9; text-decoration:none; }
A:visited {font-size: small; color: #b6ecf9; text-decoration:none; }
A:active {font-size: small; color: #b6ecf9; text-decoration:none; }
A:hover {font-size: small; color: #b6ecf9; text-decoration:underline; }



/* Styles for the links -------------  BLACK / GREY  */
a.blackgrey_small:link {
	font-size: small;
	color: #222;
	text-decoration:none;
}
a.blackgrey_small:visited {
	font-size: small;
	color: #222;
	text-decoration:none;
}
a.blackgrey_small:active {
	font-size: small;
	color: #222;
	text-decoration:none;
}
a.blackgrey_small:hover {
	font-size: small;
	color: #555;
	text-decoration:underline;
}






/* Styles for the links -------------  BLUE  */
a.blue_small:link {
	font-size: small;
	color: #b6ecf9;
	text-decoration:none;
}
a.blue_small:visited {
	font-size: small;
	color: #b6ecf9;
	text-decoration:none;
}
a.blue_small:active {
	font-size: small;
	color: #b6ecf9;
	text-decoration:none;
}
a.blue_small:hover {
	font-size: small;
	color: #b6ecf9;
	text-decoration:underline;
}

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






/* Styles for the links -------------  WHITE  */
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: #ffffff;
	text-decoration:underline;
}



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: #ffffff;
	text-decoration:underline;
}


a.white_xxlarge:link {
	font-size: xx-large;
	color: white;
	text-decoration:none;
}
a.white_xxlarge:visited {
	font-size: xx-large;
	color: white;
	text-decoration:none;
}
a.white_xxlarge:active {
	font-size: xx-large;
	color: white;
	text-decoration:none;
}
a.white_xxlarge:hover {
	font-size: xx-large;
	color: white;
	text-decoration:underline;
}





