
BODY {background:#ffffff url("spacer.gif") no-repeat}

A:link {color:#cc0000; text-decoration:underline;}
A:visited {color:#cc0000; text-decoration:underline;}
A:hover {color:#cdcdcd; text-decoration:underline;}
A:active {color:#cdcdcd; text-decoration:underline;}

A.top:link {color:#000000; text-decoration:none;}
A.top:visited {color:#000000; text-decoration:none;}
A.top:hover {color:#660c2c; text-decoration:underline;}
A.top:active {color:#660c2c; text-decoration:underline;}

A.nav:link { color:#ffffff; text-decoration:none; font-family: "Copperplate Gothic Light", Trebuchet MS, Arial, Helvetica, sans-serif; font-size: 16px;}
A.nav:visited { color:#ffffff; text-decoration:none; font-family: "Copperplate Gothic Light", Trebuchet MS, Arial, Helvetica, sans-serif; font-size: 16px;}
A.nav:hover { color:#ffffff; text-decoration:underline; font-family: "Copperplate Gothic Light", Trebuchet MS, Arial, Helvetica, sans-serif; font-size: 17px;}
A.nav:active { color:#f70304; text-decoration:none; font-family: "Copperplate Gothic Light", Trebuchet MS, Arial, Helvetica, sans-serif; font-size: 16px;}

A.foot:link { color:#000000; text-decoration:none;}
A.foot:visited { color:#000000; text-decoration:none;}
A.foot:hover { color:#660c2c; text-decoration:underline;}
A.foot:active { color:#660c2c; text-decoration:none;}

.mainText {
	font-family: Verdana, Helvetica, Arial, san-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.mainText2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	color: #0c4351;
	text-decoration: none;
}

.mainText3 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.headerText {
	font-family: "Copperplate Gothic Light", Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	color: #660c2c;
	text-decoration: none;
}

.footerText {
	font-family: "Copperplate Gothic Light", Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

.bibliography {
	text-indent: -40px;
	text-align: justify;

}

.shadow {
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

.shadowframe
{
padding: 8px;
border: 1px solid #CCC;
box-shadow:8px 8px 12px #888;
border-radius:6px;
}

.frame
{
padding: 0px;
border: 1px solid #cccccc;
box-shadow:1px 1px 2px #cccccc;
border-radius:12px;
}

a.bigbutton {
	margin: 1em;
	margin-bottom: 3px;
	margin-top: 3px;
	display:block;
	background:#cdcdcd;
	border:1px solid #EC2B2E;
	text-align:center;
	text-decoration:none;
	color:#000000;
	padding:5px;
	font:bold 14px/120%  "Lucida Grande", Arial, Helvetica, sans-serif;
	border-radius:4px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	-webkit-box-shadow:
		3px 3px 6px #ffffff,
		0px 0px 3px #ffffff,
		inset 0px 5px 12px #ffffff,
		inset 0px 15px 2px #EC2B2E,
		inset 0px 25px 25px #EC2B2E;
	-moz-box-shadow:
		3px 3px 6px #ffffff,
		0px 0px 3px #ffffff,
		inset 0px 5px 12px #ffffff,
		inset 0px 15px 2px #EC2B2E,
		inset 0px 25px 25px #EC2B2E;/* Firefox */
	box-shadow:
		3px 3px 6px #ffffff,
		0px 0px 3px #ffffff,
		inset 0px 5px 12px #ffffff,
		inset 0px 15px 2px #EC2B2E,
		inset 0px 25px 25px #EC2B2E;
	}


/* a few font sets
AmericanaBT, Georgia, Times New Roman, Times, serif
"Copperplate Gothic Light", Trebuchet MS, Arial, Helvetica, sans-serif
"Trebuchet MS", Arial, Helvetica, sans-serif
Georgia, Times New Roman, Times, serif
*/