@charset "UTF-8";
/* CSS Document */


#header {
	height:80px;
	margin: 0 auto;
	text-align: center;
	width: 775px
	}
	

#container {
	width: 768px;
	text-align: left;
	
}

#content {
	width: 450px;
	margin: 0 auto;
	text-align: left;
	
}
	
	
/* font related css */

A.menu { font-family: arial, helvetica; font-size: 10pt; color: black; text-decoration: none; }

A.menu:ACTIVE { color: #000000; font-weight:bold }
A.menu:VISITED { color: white; }
A.menu:LINK { color: white; }
A.menu:HOVER { color: #DDDDDD; font-weight:bold }

.body { font-family: arial, helvetica; font-size: 12pt; color: black; }
.bodyb { font-family: arial, helvetica; font-size: 11pt; color: black; font-weight: bold; }
.bodysm { font-family: arial, helvetica; font-size: 11pt; color: black; }
.header { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13pt; color: black; }
.headerrev { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18pt; color: black; font-weight: bold }
.address { font:Arial, Helvetica, sans-serif; font-size:10px; color:#000000; }

