/* CSS Document */
html,body{
	font-family: Verdana,Tahoma,Arial;
	font-size:11 px;
	background-color: ffffff;
	height:100%;
}

table.smenu {
	font-family: Verdana,Tahoma,Arial;
	font-size:11 px;
	background-color: eeeeee;
	height:100%;
}

td {
	font-family: Verdana,Tahoma,Arial;
	font-size:11 px;
}

a{
	text-decoration:none;
	color:#003366;
	font-size:11 px;
}

a:visited{
	text-decoration:none;
	color:#003366;
	
}

td.smenu {
height:100%;

}

.text{
	font-weight:none;
}

.bold{
	font-weight:bold;
}

.blue{
	color:#017DC5;
}

.boldblue{
	color:#017DC5;
	font-weight:bold;
}

.green{
	color:#226622;
}

.boldgreen{
	font-weight:bold;
	color:#226622;
}

.boldgreen:visited{
	font-weight:bold;
	color:#226622;
}

.italic{

}

.titlegreen{
	font-size:11px;
}

.titleblue{
	font-size:11px;
}

.mainmenu {
	color:#013E81;
	font-weight:bold;
	font-size:11px;
}

.mainmenu :hover{
	color:#017DC5;
	font-weight:bold;
	font-size:11px;
	text-decoration:underline;
}

.title {
	font-size: 12px;
}

.smalllinks {
	font-size:9px;
	color:#666666;
}

.smalllinksBorder{
	font-size:9px;
	color:#666666;
	border-top:1px solid #dddddd;
}

a.submenu {
	color:#013E81;
	font-size:11px;
}

