body {
	font-family: Arial, Helvetica, "MS Sans Serif", sans-serif ;
	font-size: 62.5%;
	color: #ffffff;
	text-align: center;
	background-color: #1D1D1D; background-image: url(../images/bgtile.png); background-repeat: repeat-x; background-position: center top;
}

p {font-size: 1.1em; color: #ffffff;}

h1{font-family: "Times New Roman", Times, serif; font-size: 2em; color: #ffffff; font-weight: normal; }
h2{font-size: 1.4em; color: #A3A3A3; font-weight: normal;}
h3{font-size: 1.1em; color: #A3A3A3; font-weight: normal; }
h4{font-size: 1em; color: #A3A3A3; font-weight: normal; }

.navigation {font-size:1.4em; color: #FFFFFF;}
.navigation2 {font-size:1.1em; color: #FFFFFF;}
.header {font-size:1.2em;}
.content {font-size:1.2em; color: #FFFFFF;}
.footer {font-size:1.2em; color: #656565;}
INPUT, SELECT, TH, TD {font-size:1em;}

.grey{color: #A3A3A3;}

.centertable{ margin-left: auto; margin-right: auto; text-align: center;}

.text{ width: 560px; height: auto; text-align: left;}
.column{ width: auto; height: auto; text-align: left; padding-left: 15px; padding-right: 15px;}

a:link {font-weight: normal; color: #4DC3F5; text-decoration: none;}
a:active {font-weight: normal; color: #4DC3F5; text-decoration: none;}
a:hover {font-weight: normal; color: #4DC3F5; text-decoration: underline;}
a:visited {font-weight: normal; color: #4DC3F5;	text-decoration: none;}

/* menu */
.menu{width: auto; height: 30px;}
.menu ul{margin: 0; padding: 0; float: none; padding-left: 0px; padding-right: 0px;} 
.menu ul li{display: inline; line-height: 30px;} 
.menu ul li a{float: none; color: #ffffff; padding-left: 12px; padding-right: 12px; text-decoration: none;} 
.menu ul li a:visited{color: #ffffff;} 
.menu ul li a:hover, .menu ul li .current{color: #656565 !important; }
.active{color: #656565; text-decoration: none;}

