html{

}

html, body{
	margin: 0px;
	padding: 0px;
	background-image: url("../images/bg.jpg");
	background-repeat: repeat;
	background-attachment: fixed;
	
	text-align: center;
}

body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  color: #003366;
  height: 100%;
}


td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

.box1{
	width: 90%; 
	margin: 10px; 
	border: 1px solid #999999; 
	border-collapse: collapse; 
	font-size: 10px; 
	background-color: #EEEEEE;
}

.box1 th{
	padding: 5px; 
	background-color: #003366; 
	text-align: center; 
	color: #ffffff; 
	border-bottom: double #003366; 
	font-size: 10px;
}

.box1 td{
	padding: 10px; 
	font-size: 11px; 
	text-align: justify; 
	font-family: verdana; 
	line-height: 16px;
	color: #444444;
}

.box2{
	width: 275px; 
	margin: 0px; 
	border: 1px solid #003366; 
	border-collapse: collapse; 
	font-size: 10px; 
	background-color: #EEEEEE;
}

.box2 th{
	padding: 5px; 
	background-color: #003366; 
	text-align: center; 
	color: #ffffff; 
	border-bottom: double #003366; 
	font-size: 12px;
	
}

.box2 td{
	padding: 5px; 
	font-size: 12px; 
	text-align: center; 
	font-family: verdana; 
	line-height: 20px;
}


.box3{
	width: 600px; 
	margin: 0px; 
	border: 1px solid #003366; 
	border-collapse: collapse; 
	font-size: 12px; 
	background-color: #EEEEEE;
}

.box3 th{
	padding: 5px; 
	background-color: #003366; 
	text-align: center; 
	color: #ffffff; 
	border-bottom: double #003366; 
	font-size: 12px;
	
}

.box3 td{
	padding: 5px; 
	font-size: 12px; 
	text-align: right; 
	font-family: verdana; 
	border-bottom: 1px solid #999999;
	border-right: 1px solid #666666;
}


.menubar{
	background-color: #003366;
	height: 30px; 
	border-bottom: double #003366; 
	font-weight: bold;
	color: eeeeee;
	}
	
.footerbar{
	
	height: 30px; 
	font-weight: bold;
	font-size: 12px;
	background-color: #003366;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	text-align: center;
	width: 975px;
	
}

.counter{
	padding: 5px;
	background-color:#003366;
	font-family: "Courier New", Courier, mono;
	color:#FFFFFF;
	width: 100%;

}
.sidemenubar {
	vertical-align: top;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	color:#333333;
}
.sidemenubar td{
	border-bottom: 1px dashed #CCCCCC;
	border-top: 1px dashed #CCCCCC;
}
.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	padding: 10px 5px 5px 5px;
	background-color: #FFFFEE;
	border-collapse: collapse;
	margin: 10px 0 10px 0 ;
}
.link th{
	border: 1px solid #FFCCCC;
	font-weight: bold;
	color: #660000;
	height: 30px;
	margin: 0px;
}

.link td{
	padding: 3px;
	text-align: center;
}

.odd {
	background-color: #FFEEEE;
	border: 1px solid #FFCCCC;
	font-size: 12px;
	height: 25px;
	color: #660000;
	margin: 0px;
}

.even{
	background-color: #FFFFEE;
	border: 1px solid #FFCCCC;
	font-size: 12px;
	height: 25px;
	color: #660000;
}
.nav {

	padding-left: 15px;
	height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	
}
.nav a{
	padding-right: 10px;
	padding-left: 10px;
}
.nav a:link{
	color: #ffffff;
	text-decoration:none;
	}
	
.nav a:visited{
	color: #ffffff;
	text-decoration: none;
	}
.nav a:hover{
	color: #999999;
	text-decoration: none;
}
.nav a:active {
	color: #ffffff;
	text-decoration: none;
	}
	
	
.nav2 A:link {text-decoration: none; font-size: 12px; color: #3366CC;}
.nav2 A:visited {text-decoration: none; font-size: 12px; color: #3366CC;}
.nav2 A:active {text-decoration: none; font-size: 12px; color: #3366CC;}
.nav2 A:hover {text-decoration: none; font-size: 12px; color: #3399FF;}


.retail_table{
	width: 700px;
	font-size: 12px;
	color: #003366;
	margin: 10px 0px 10px 0px;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}

.retail_table th{
	text-align: center;
	font-size: 12px; 
	font-weight: bold;
	background-color: #EEEEEE;
	padding: 5px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px dotted #CCCCCC;
}

.retail_table td{
	padding: 3px;
	text-align: center;
	border: 1px dotted #CCCCCC;
}