body {
	font-family: Verdana, Arial, Times New Roman, sans-serif;
}
h1 {
	font-weight: 400;
	font-size: 1.3em;
	color: #333333;
	margin-bottom: 4px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.9em;
	color: #ff0000;
	margin-bottom: 5px;
}
h3 {
	font-weight: normal;
	font-size: 1.1em;
	color: #333333;
	padding: 12px 0 12px 0;
}

h4 {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding: 6px 0 6px 0;
}

p{
	font-weight: normal;
	font-size: 0.75em;
	color: #333333;
	line-height: 1.3em;

}

blockquote {
	display: inline;
	font-weight: normal;
	font-size: 0.75em;
	color: #333333;

}

cite {

	display: inline;
	font-weight: normal;
	font-size: 0.75em;
	color: #333333;
	margin-left: 20px;
}


a:link,
a:active,
a:visited {

	color : #333333;
	text-decoration : none;


}

a:hover {

	text-decoration : underline;
}

img {
	border: 0px;
	margin: 0px;
	/*padding: 0px 0px 10px 10px;*/
}

div.secondarynav {

	margin-right: 10px;

}
div.secondarynav a:link,
div.secondarynav a:active,
div.secondarynav a:visited{
	color: #bb0000;

}


select{
	color: #928E5E;
	font-family: Verdana, Arial, Times New Roman, sans-serif;
	font-size: 0.8em;
	background-color: #FDFADE;
	font-weight: bold;



}




