
a:hover {
	text-decoration: none;
}
body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: <?php echo $mediumtext."em;"?>;
	color: #585858;
}
h1 {
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #666666;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #666666;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:lighter;
	color: #666666;
}


.doc2docsbody {
	font-family: Arial, helvetica, sans-serif;
	font-size:12px;
	color: #666666;
}

.doc2docsbody A:link {
	font-weight: bold;
	color: #009966; 
	text-decoration: underline
}

.doc2docsbody A:visited {
	font-weight: bold;
	color: #009966; 
	text-decoration: underline
}

.doc2docsbody A:hover {
	font-weight: bold;
	color: #009966; 
	text-decoration: none
}

.doc2docsbold {
	font-family: Arial, helvetica, sans-serif;
	font-size:12px;
	color: #666666;
	font-weight:bold;
}

.doc2docslink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: <?php echo $smalltext."em;"?>;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #009966;
}
.doc2docserror {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: <?php echo $mediumtext."em;"?>;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #990000;
	text-align: left;
	padding-left: 188px;
}

