/* Basic Default Styles */
/* 
#005027 green
#a8831a gold
#b7080c red

*/
@import url(advanced.css);

/* general formatting */

body {
	font: 100% Verdana;
	color: #000;
	background: #005027; 
	margin: 5px 0px 5px 50%;
}
a:link, a:visited {
	font: 90% "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	text-decoration: underline;
	color: #fff;
	font-weight:bold;
}
a:hover, a:active {
	font: 90% "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	text-decoration: none;
	color: #a8831a;
	font-weight:bold;
}
p, ol li, dd, td,th{
font-size: 95%;
font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
line-height:150%;
}

h1, h2, h3, h4, h5, h6 {
font-size: 100%;
line-height:120%;
font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;color:#a8831a;
font-weight:bold;
}
h1{
font-size:  110%;
line-height:150%;
}
h2 {
font-size:  100%;
line-height:150%;
}
h3 {
font-size:  90%;
line-height:150%;
}
h3 {
	margin: 0px;
	text-transform: lowercase;
}
acronym {
	border: 0px;
	font-style: normal;
}

strong {color:#b7080c;}
object {text-align:center;}
