body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:62.5%;
	color: #ffffff;
	text-align: center;
	background-color: #262626; background-image: url(../images/bgtile.png); background-position: center top; background-repeat: repeat;
}

p {color: #ffffff;}
h1{font-family: "Times New Roman", Times, serif; font-size:1.6em; color: #ffffff; font-weight: normal;}
h2{font-size:1.2em; font-weight: normal;}
h3{font-size:1.25em; font-weight: normal;}
h4{font-size:1em; font-weight: normal;}

.header {font-size:1.2em;}
.navigation{font-family: "Times New Roman", Times, serif; font-size:1.1em; color: #ffffff; font-weight: normal;}
.content {font-size:1.2em;}
.footer {font-size:1.2em; color: #FFFFFF;}
INPUT, SELECT, TH, TD {font-size:1.2em;}

.red{color: #B60000;}
.grey{color: #777777;}

.centertable{ margin-left: auto; margin-right: auto; text-align: center;}
.menudiv{ width: auto; height: auto; text-align: left; padding-left: 20px; padding-right: 20px;}
.inline{ width: auto; height: auto; text-align: left; padding-left: 30px; padding-right: 30px;}

.text{ width: auto; height: auto; text-align: left;}

a:link {font-weight: normal; color: #B60000; text-decoration: none;}
a:active {font-weight: normal; color: #B60000; text-decoration: none;}
a:hover {font-weight: normal; color: #B60000; text-decoration: underline;}
a:visited {font-weight: normal; color: #B60000;	text-decoration: none;}

/*menu*/
.menu{margin:0; padding:0; width:170px; list-style:none;background:rgb(0,0,0);}
.menu li{padding:0; margin:0 0 1px 0; height:30px; display:block; }
.menu li a{text-align:left; height:30px; padding:0px 15px; display:block; color:rgb(255,255,255); background:url(../images/verMenuImages.png) 0px 0px no-repeat; text-decoration:none;}
.menu li a:hover{background:url(../images/verMenuImages.png) 0px -30px no-repeat; color:rgb(119,119,119);}
.menu li a.active, .menu li a.active:hover{background:url(../images/verMenuImages.png) 0px -60px no-repeat; color:rgb(119,119,119);}
.menu li a span{line-height:30px;}
