body {
	margin:0;
	background: #EEEEEE url(/images/web/page_back.png) top repeat-x;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link, a:visited, a:hover {
	color: #990000;
}

#btn_home a, 
#btn_file a, 
#btn_advertise a, 
#btn_testimonials a, 
#btn_order a, 
#btn_contact a {
	color: #000000;
	margin:0px 3px;
	line-height:30px;
	display: block;
	background: url("/images/web/button_off.png") repeat-y;
	text-decoration: none;
	height:1%; 		/*fix IE6*/
}

#home #btn_home a, 
#file #btn_file a, 
#advertise #btn_advertise a, 
#testimonials #btn_testimonials a, 
#order #btn_order a, 
#contact #btn_contact a, 

#btn_home a:hover, 
#btn_file a:hover, 
#btn_advertise a:hover, 
#btn_testimonials a:hover, 
#btn_order a:hover, 
#btn_contact a:hover {
	background: url("/images/web/button_on.png") repeat-y;
}

.bodystyle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.small {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.medium {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.big {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.xbig {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.expanded {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 2px;
}

.justified {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
}

.quote {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #666666;
}

.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #999999;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border-width: thin;
	border-style: solid;
}
.content {
	padding: 20px;
}
#topCorner {
	height: 20px;
	background-color: #fff;
	margin:0;
}

