@charset "utf-8";
/* CSS Document */

/* Formatting */
body {
	background-color: #c4c4c4;
}

/*Common texts*/

.bodytext {
	font-family: Georgia, Garamond, Verdana;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}

.bodylink {
	font-family: Georgia, Garamond, Verdana;
	font-size: 12px;
	color: #003399;
	line-height: 18px;
	font-weight: bold;
}

.smallbodylink {
	font-family: Georgia, Garamond, Verdana;
	font-size: 11px;
	color: #003399;
	line-height: 18px;
	font-weight: bold;
}

.header {
	font-family: Georgia, Garamond, Verdana;
	font-size: 24px;
	color: #000000;
	font-weight: bold;
}

.header2 {
	font-family: Georgia, Garamond, Verdana;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}

.weightedbodytext {
	font-family: Georgia, Garamond, Verdana;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	font-weight: bold;
}

/*White texts*/

.whiteheader2 {
	font-family: Georgia, Garamond, Verdana;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}

.whiteweightedbodytext {
	font-family: Georgia, Garamond, Verdana;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 18px;
	font-weight: bold;
}

.whitebodytext {
	font-family: Georgia, Garamond, Verdana;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 18px;
}

/*Link properties*/

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

/*Personal*/

.credits {
	font-family: Georgia, Garamond, Verdana;
	font-size: 9px;
	text-align: center;
	color:#535353;
}

.creditslink {
	font-family: Georgia, Garamond, Verdana;
	font-size: 9px;
	text-align: center;
	color:#8b0000;
