/* CSS Document */

body	{
    overflow:scroll;
    overflow:-moz-scrollbars-vertical;
}

a:link	{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #701c75;
	text-decoration: none;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #701c75;
	text-decoration: none;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #701c75;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #5f5f5f;
	text-decoration:none;
}

a.topnav:link	{
	color: #606060;
	font-size: 12px;
	text-decoration: none;
}

a.topnav:visited {
	color: #606060;
	font-size: 12px;
	text-decoration: none;
}

a.topnav:active {
	color: #606060;
	font-size: 12px;
	text-decoration: none;
}

a.topnav:hover {
	color: #701c75;
	font-size: 12px;
	text-decoration:none;
}

a.leftnav:link	{
	color: #606060;
	font-size: 11px;
	text-decoration: none;
	font-weight:bold;
}

a.leftnav:visited {
	color: #606060;
	font-size: 11px;
	text-decoration: none;
	font-weight:bold;
}

a.leftnav:active {
	color: #606060;
	font-size: 11px;
	text-decoration: none;
	font-weight:bold;
}

a.leftnav:hover {
	color: #701c75;
	font-size: 11px;
	text-decoration:none;
	font-weight:bold;
}

a.levelx:link	{
	color: #606060;
	font-size: 11px;
	text-decoration: none;
}

a.levelx:visited {
	color: #606060;
	font-size: 11px;
	text-decoration: none;
}

a.levelx:active {
	color: #606060;
	font-size: 11px;
	text-decoration: none;
}

a.levelx:hover {
	color: #701c75;
	font-size: 11px;
	text-decoration:none;
}

a.footercopyrightlink:link {
font-family: Trebuchet MS, Helvetica, sans-serif;
color: #FFFFFF;
font-size: 9px;
font-weight: normal;
text-decoration: none;
letter-spacing: 0px;
}

a.footercopyrightlink:visited {
font-family: Trebuchet MS, Helvetica, sans-serif;
color: #FFFFFF;
font-size: 9px;
font-weight: normal;
text-decoration: none;
letter-spacing: 0px;
}

a.footercopyrightlink:active {
font-family: Trebuchet MS, Helvetica, sans-serif;
color: #FFFFFF;
font-size: 9px;
font-weight: normal;
text-decoration: none;
letter-spacing: 0px;
}

a.footercopyrightlink:hover {
font-family: Trebuchet MS, Helvetica, sans-serif;
color: #FFFFFF;
font-size: 9px;
font-weight: normal;
text-decoration: none;
letter-spacing: 0px;
}


img{
border:none;
}

td, tr, table {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
    letter-spacing: 0px;
	}
	
input, select, option, textarea	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #EAEAEA;
	border-top: 1px solid #DFDFDF;
	border-bottom : 1px solid #7F7F7F;
	border-right: 1px solid #7F7F7F;
	border-left : 1px solid #DFDFDF;
}

