html, body {
	background-color: "#EEEEEE";
	background-image: "design/background_page.jpg";
	margin: 5px 10px 10px 10px;
	font-family: tahoma, verdana, arial, sanf-serif;
	font-size: 9px;
	color: #000000;
	height:100%; 
}

.headerfont  { font-family: tahoma,verdana,arial; font-size: 12pt; color: #2E8EDB; font-weight: bold }
.pageheaderfont  { font-family: verdana,arial; font-size: 13pt; color: #000000; font-weight: bold }
.standardtext { font-family: tahoma, verdana, arial; font-size: 9pt; color: #000000; line-height:12pt }
.optionfont  { font-family: tahoma, verdana, arial; font-size: 9pt; color: #000000 }
.smallfont   { font-family: tahoma,verdana,arial; font-size: 7pt; color: #000000 }
.verysmallfont   { font-family: tahoma,verdana,arial; font-size: 6pt; color: #000000 }
.smallwhitefont   { font-family: tahoma,verdana,arial; font-size: 8pt; color: #ffffff }

img{border:0;}
a {
	font-family: tahoma;
	font-size: 12px;	
	color: #2E8EDB;		
}
a:visited {
	color: #2E8EDB;
}
a:hover {
	color: red;
}
a:active {
	color: #2E8EDB;	
}

table.dottedtable {
	border-width: thin;
	border-spacing: 2px;
	border-style: none;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
}
table.dottedtable th {
	border-width: thin;
	padding: 5px;
	border-style: dotted;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}
table.dottedtable td {
	border-width: thin;
	padding: 5px;
	border-style: dotted;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}

