/* General Stuff */ 
a, td, p, body{
	color: #000099; font-family: "Verdana", "Arial", "Helvetica"; font-size: 10pt; text-decoration: none;
} 
a{
	font-weight:bold;
}
td, p, body{
	color: black;
}
div, body, img{
	margin: 0px; padding: 0px;
} 
.sf, .smallfont, .tt, .tl{
	font-size: 7.5pt;
}
.tt{
	font-weight: bold;
} 
#ol{
	position: absolute; visibility: hidden;
}
/* Error Messages */
.errormess{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.errorpointer{
	font-family: Verdana,Arial;
	font-size: 9pt;
}
/* Theme-Specific Stuff */
a:link, a:visited{
	color: #820BBB;
}
a:hover{
	color: #2E0854;
}
input, textarea {
	color: #820BBB;
}
.tr_dark{
	background-color: #CC33FF;
}
.tr_light{
	background-color: #DA70D6;
}
.tr_header{
	background-color: #9933FF;
	color:white;
}

