/* CSS Document */
a:link {
	color: #01386B; 
	text-decoration: none;
}

a:visited {
	color: #01386B; 
	text-decoration: none;
}

.componentheading {
font-size:15px;
font-weight:bold;
padding-left:20px;
padding-top:15px;

}


a:active {
	color: #01386B; 
	text-decoration: none;
}

.tb {
	padding:0;
	margin:0;
	x-repeat:none;
	y-repeat:none;
}

a:hover {
	color: #02498B; 
	text-decoration: none;
}

body, td {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
}

.moduletable th {
    font-size:smaller;
}

#active_menu {
    font-weight:bold;
}

.moduletable td table tr td {
    padding-left:20px;
    padding-top:3px;
    background: transparent url(../images/darrow_menu.png) no-repeat;
}