body {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;	
	background-color: #000000;
}

a:active {
	text-decoration:underline;
	color: #FFFFFF
}

a:link {
	text-decoration:underline;
	color: #FFFFFF
}

a:hover {
	text-decoration:underline;
	color: #FFFFFF
}
a:visited {
	text-decoration:underline;
	color: #FFFFFF
}

p#content {
	padding-left: 10px;
	padding-right:20px;
}

p#footertext{	
	padding-top:20px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}
p#copyright{		
	font-size: 12px;
	text-align: center;
}

h1 {
	font-family: Verdana;
	text-align: left;
}

div#graybox1{	
	background:  url(images/coldstorage_site_box1.jpg) no-repeat;    
    height: 89px;
    width: 313px;		
}

div#graybox1text{
	position: relative;
    height: auto;
    width: auto;
    left: 12px;
    top: 20px;	
	font-size: 12px;
	text-align: left;
}

div#graybox2{	
	background:  url(images/coldstorage_site_box2.jpg) no-repeat;    
    height: 99px;
    width: 313px;	
}

div#graybox2text{
	position: relative;
    height: auto;
    width: auto;
    left: 12px;
    top: 20px;	
	font-size: 12px;
	text-align: left;
}

div#adbox1text{
	position: relative;
    height: auto;
    width: auto;
    left: 12px;
    top: 20px;	
	font-size: 12px;
	text-align: center;
}

table#statetable{
	width: 450px;
	font-size:12px;
}

table#statetable th{
	height: 40px;
	width: 250px;
	background-color: #2D2070;
	
}

table#statetable td {
	text-align: center;
}

table#statetable tr.odd {
	background-color: #FFFFFF;
	color: #000000;
}

table#statetable tr.even {
	background-color: #50709F;
	color: #FFFFFF;
}

