﻿body {
	font-family: Segoe UI, Arial, Verdana, Sans-Serif;
	font-size: .8em;
	color: #757569;
	line-height: 18px;
	}

a, a:link {
	color:  #064E7A;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}
	
h1, h2, h3, h4 {
	color: #4F4F4F;
	margin: 0px 0px 10px 0px;
	}

h3, h4 {
	margin: 0px;
	padding: 0px;
	}

h1 {
	font-size: 135%;
	padding-bottom: 5px;
	}

h2 {
	font-size: 120%;
	}

h3, .h3 {
	font-size: 105%;
	font-weight: bold;
	}

hr, .hr {
	border: 1px dotted #666666;
	height: 1px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	padding: 0px;
	margin: 20px 0px 17px 0px;
	*margin: 10px 0px 2px 0px; /* IE7 */
	line-height: 1px;
	font-size: 1px; 
	}

input,
textarea,
select  {
	font-family: Segoe UI, Arial, Verdana, Sans-Serif;
	padding: 2px 5px 2px 5px;
	min-width: 210px;
	}

select {
	padding-right: 1px;
	}
