﻿html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #535457;
	line-height: 14px;
	letter-spacing: 0px;
	word-spacing: normal;
	text-decoration: none;
}

body 
	{
	margin:0;
	padding:0px 0px 0px 0px;
	background-color:#ffffff;
	color:#646668;
	text-align: left;
	}

select, input {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	font-size: 11px; 
	color: #646668; 
}
 


 hr {
	border-style: solid;
	border-color: #e5e5e5;
	border-width: 0px 0px 1px 0px;
	height: 1px;
	width: 100%;
	margin: 15px 0px 15px 0px;
}

h1 {
	font-size: 13px;
	color: #3C6CAE;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: 2px;
	text-transform: none;
	text-decoration: none;
	margin: 0px;
}

h2 {
	font-size: 13px;
	color: #3C6CAE;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: 2px;
	text-transform: none;
	text-decoration: none;
	margin: 0px;
}
 
 /*
'-------------------------------------------------
' Links
'-------------------------------------------------
*/

a{color: #646668; font-weight: normal; text-decoration: underline; }
a:link {color: #646668; font-weight: normal; text-decoration: underline; }
a:hover {color: #FF9900;  font-weight: normal; text-decoration: underline; }
a:active {color: #646668; font-weight: normal; text-decoration: underline; }
a:visited {color: #646668; font-weight: normal; text-decoration: underline; }
a:visited:hover {color: #646668; font-weight: normal; text-decoration: underline; }
a:visited:active {color: #646668; font-weight: normal; text-decoration: underline; }







a.websystem { color: #535457; font-weight: normal; text-decoration: none; }
a.websystem:link { color: #535457; }
a.websystem:hover { color: #535457; }
a.websystem:active { color: #535457; }
a.websystem:visited { color: #535457; }
a.websystem:visited:hover { color: #535457; }
a.websystem:visited:active { color: #535457; }




