﻿body {
	margin-top: 10px;
	background-color: #465B88;
	font-family : Arial, Helvetica, Sans-serif;
	color: #323232;
	font-size: small;
}
a:link {
	color: #283755;
	text-decoration : underline; 
}
a:visited {
	color: #283755; 
} 
a:active {
	color: #937D42;
}
a:hover {
	color: #C8193C; 
	text-decoration : none; 
}
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size : 28px;
	font-weight: normal;
	color : #465B88;
	letter-spacing: 1px;
	margin-top: 10px;
}
h2 {
	font-size: 24px;
	font-weight: normal;
	color: #465B88;
	letter-spacing: 1px;
}
h3 {
	color: #597E5D;
	letter-spacing: 3px;
	font-size: 16px;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	color: #DC141E;
	letter-spacing: 1px;
	padding-top: 10px;
	margin-bottom: 2px;
}
h5 {
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #000000;
	letter-spacing: 2px;
	padding-top: 1px;
	font-style: italic;
}
h6 {
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: normal;
	color: #597E5D;
	line-height: 150%;
	letter-spacing: 1px;
}
input { 
	border:1px solid #465B88; 
	font-family : arial, helvetica, sans-serif; 
	font-size : 12px; 
	color : #465B88; background-color:#F0F0F0
	}
textarea { 
	border:1px solid #465B88; 
	font-family : arial, helvetica, sans-serif; 
	font-size : 12px; 
	color : #465B88; background-color:#F0F0F0
	}
select { 
	border:1px solid #465B88;
	font-family : arial, helvetica, sans-serif; 
	font-size : 12px; 
	color : #465B88; background-color:#F0F0F0
	}