
a:link {
	background-color : transparent;
	color : #2B4592;
	text-decoration : none;
	font-weight : bold;
}
a:visited {
	background-color : transparent;
	color : #2B4592;
	font-weight : bold;
	text-decoration : none;
}
a:hover {
	background-color : transparent;
	color : #cc3300;
	text-decoration : none;
}
a:active {
	background-color : transparent;
	color : #2B4592;
	font-weight : bold;
	text-decoration : none;
}


select {  
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px 
}

h1 {
	font-family : Verdana, sans-serif;
	font-size : 14px;
	color : #2B4592;
	margin-bottom : 0px;
	margin-top : 10px;
}
h2 {
	font-family : Verdana, sans-serif;
	font-size : 13px;
	color : #2B4592;
	margin-bottom : 10px;
	margin-top : 20px;
}
h3 {
	font-family : Verdana, sans-serif;
	font-size : 12px;
	color : #2B4592;
	margin-bottom : 0px;
	margin-top : 10px;
}
h4 {
	font-family : Verdana, sans-serif;
	font-size : 10px;
	color : black;
	margin-bottom : 0px;
	margin-top : 10px;
}

p {
	font-family : Verdana, sans-serif;
	font-size : 11px;
	line-height : 180%;
	color: #333333;
	margin-top : 1px;
	margin-bottom : 1px;
	padding-bottom : 0px;
	text-indent : 20px;
}