/* CR CSS Document */

a{
  outline: none;
}
#container {
	width: 850px;
	height: 826px;
	padding-left : 0px;	
	padding-right : 0px;	
	padding-top : 0px;			
	padding-bottom : 0px;
}

#top {
	width: 850px;
	height: 61px;
	padding-left : 0px;	
	padding-right : 0px;	
	padding-top : 0px;			
	padding-bottom : 0px;
}
#mid {
	width: 850px;
	height: 580px;
	padding-left : 0px;	
	padding-right : 0px;	
	padding-top : 0px;			
	padding-bottom : 0px;

}

#bot {
	width: 850px;
	height: 75px;
	padding-left : 0px;	
	padding-right : 0px;	
	padding-top : 0px;			
	padding-bottom : 0px;
}

.normal {
	font-family: verdana;
	font-size: 12px;
	color: #E2E2E2;
}

.normal_sml {
	font-family: verdana;
	font-size: 10px;
	color: #E2E2E2;
}

.copyright {
	font-family: verdana;
	font-size: 9px;
	color: #B3B3B3;
}

a:link, a:active, a:visited {
	color: #E97D15;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	text-decoration: none;
}
a:hover {
	color: #E97D15;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	text-decoration: none;
}
