html {
     overflow: -moz-scrollbars-vertical;
}

body {
	background-color: #333333;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #3399FF;
}

.footer a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #3399FF;
}
.footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
.footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #3399FF;
}
.footer a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #3399FF;
}
#home .home a {
	display:block;
	width: 89px;
	height: 50px;
	background-image: url(images/nav-home-down.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.home a {
	display:block;
	width: 89px;
	height: 50px;
	background-image: url(images/nav-home.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.home a:hover { 
	background-image: url(images/nav-home-over.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#aboutus .aboutus a {
	display:block;
	width: 104px;
	height: 50px;
	background-image: url(images/nav-aboutus-down.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.aboutus a {
	display:block;
	width: 104px;
	height: 50px;
	background-image: url(images/nav-aboutus.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.aboutus a:hover { 
	background-image: url(images/nav-aboutus-over.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#software .software a {
	display:block;
	width: 102px;
	height: 50px;
	background-image: url(images/nav-software-down.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.software a {
	display:block;
	width: 102px;
	height: 50px;
	background-image: url(images/nav-software.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.software a:hover { 
	background-image: url(images/nav-software-over.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#contactus .contactus a {
	display:block;
	width: 115px;
	height: 50px;
	background-image: url(images/nav-contactus-down.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.contactus a {
	display:block;
	width: 115px;
	height: 50px;
	background-image: url(images/nav-contactus.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.contactus a:hover { 
	background-image: url(images/nav-contactus-over.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#customerlogin .customerlogin a {
	display:block;
	width: 138px;
	height: 50px;
	background-image: url(images/nav-customerlogin-down.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.customerlogin a {
	display:block;
	width: 138px;
	height: 50px;
	background-image: url(images/nav-customerlogin.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.customerlogin a:hover { 
	background-image: url(images/nav-customerlogin-over.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.bodycopyGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
}
.bodycopyGrey a:link{
	color: #666666;
}
.bodycopyGrey a:hover{
	color: #3399CC;
}
.bodycopyGrey a:visited{
	color: #666666;
}

.bodycopyGrey a:active{
	color: #666666;
}

.headlineGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #666666;
}
.headlineBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #3399CC;
}
.SubHeadlineGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
}
.bodycopyBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3399CC;
	line-height: 18px;
}
input {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding: 2px;
	margin: 2px;
	border: 1px solid #999999;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border: 1px solid #999999;
	padding: 2px;
	position: relative;
	margin: 2px;
}
.inputwidth {
	width: 270px;
}
.rulelinetop {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
.HeaderGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	line-height: 20px;
}
.rulelineright {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}
.requiredfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
}
