
html, body { height: 100%;
			 margin: 0px;
			 font-family: Arial Unicode MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
			 font-size: 11pt;
			 color: #322c46;
			 cursor: default;
			 scrollbar-3dlight-color: #CFCFCF;
			 scrollbar-arrow-color: #808795;
			 scrollbar-darkshadow-color: #ADADAD;
			 scrollbar-face-color: #DBDBDB;
			 scrollbar-highlight-color: #FAFAFA;
			 scrollbar-shadow-color: #DEE3E7;
			 scrollbar-track-color: #EFEFEF;
}

a:link {color: black; text-decoration: none;}
a:active {color: black; text-decoration: none;}
a:visited {color: black; text-decoration: none;}
a:hover {color: #808795; text-decoration: underline;}

a.main:link {color: #808795; text-decoration: underline;}
a.main:active {color: #808795; text-decoration: underline;}
a.main:visited {color: #808795; text-decoration: underline;}
a.main:hover {color: #808795; text-decoration: none;}

a.topbar:link {color: #494949; text-decoration: none;  font-weight: bold; font-size: 10pt;}
a.topbar:active {color: #494949; text-decoration: none; font-weight: bold; font-size: 10pt;}
a.topbar:visited {color: #494949; text-decoration: none; font-weight: bold; font-size: 10pt;}
a.topbar:hover {color: #808795; text-decoration: underline; font-weight: bold; font-size: 10pt;}

a.footerbar:link {color: gray; text-decoration: underline; font-size: 8pt;}
a.footerbar:active {color: gray; text-decoration: underline; font-size: 8pt;}
a.footerbar:visited {color: gray; text-decoration: underline; font-size: 8pt;}
a.footerbar:hover {color: #808795; text-decoration: none; font-size: 8pt;}

a.sitedesign:link {color: gray; text-decoration: none; font-size: 7pt;}
a.sitedesign:active {color: gray; text-decoration: none; font-size: 7pt;}
a.sitedesign:visited {color: gray; text-decoration: none; font-size: 7pt;}
a.sitedesign:hover {color: #336699; text-decoration: none; font-size: 7pt;}

.textBox {
		font-size: 11pt;
		padding: 3px;
		background: white;
		border-style: solid;
		border-color: gray;
		border-width: 1px;
		color: black;
}

.textBoxRequired {
		font-size: 11pt;
		padding: 3px;
		background: white;
		border-style: solid;
		border-color: #cc6d8d;
		border-width: 1px;
		color: black;
}

.searchBox {
		font-size: 11pt;
		padding: 2px;
		background: #f5f4bc;
		border-style: inset;
		border-color: gray;
		border-width: 2px;
		color: black;
}

.button	{
		padding: 2px;
		border-width:1px;
		border-style:outset;
		font-size: 8pt;
		color: black;
}

.submit {
		font-size: 11pt;
		padding: 2px;
		color: #808795;
		border-width: 1px;
		border-style: solid;
		border-color: gray;
}

.image_sidebar {
	padding: 2px 10px 2px 10px;
}

.image_home {
	padding: 4px;
	background-color: white;
	border-width: 1px;
	border-style: solid;
	border-color: #56424b;
	background-image: url(images/template/bg_border.jpg);
	background-repeat: repeat;
	background-position: top left;
}