/* CSS Document */
body,td,th {
	font-family: Lucida Sans, Verdana;
	font-size: 12px;
	color: #333333;
}


a {
	font-family: Lucida Sans, Verdana;
	font-size: 12px;
	color: #006600;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #009933;
}

a.whitelinks:hover {
	text-decoration: underline;
	color: #eeeeee;
}

a.mastlinks:hover {
	text-decoration: none;
	color: #009933;
}

a.mastlinksVisited:hover {
	text-decoration: none;
	color: #009933;
}

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

.formcss {
	font-family: Lucida Sans, Verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #666666;
	border: 1px solid #999999;
}

.bodytext {
	font-family: Lucida Sans, Verdana;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

.bigtext {
	font-family: Lucida Sans, Verdana;
	font-size: 18px;
	color: #333333;
	text-decoration: none;
}

.textbox {
	font-family: Lucida Sans, Verdana;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	border: solid 1px #333333;
}

.titletext {
	font-family: Lucida Sans, Verdana;
	font-size: 15px;	
	color: #333333;
	text-decoration: none;
	font-weight:bold;
}


.titletext_underlined {
	font-family: Lucida Sans, Verdana;
	font-size: 15px;	
	color: #333333;
	text-decoration: none;
	font-weight:bold;
	border-bottom: solid 1px #cccccc;
}

.whitetext {
	font-family: Lucida Sans, Verdana;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

.mastlinks {
	font-family: Lucida Sans, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

.mastlinksVisited {
	font-family: Lucida Sans, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.sublinks1 
{
    background-color: #eeeeee;
    border-bottom: dotted 1px #cccccc;
}
    
.sublinks2 
{
    background-color: #cccccc;
    border-bottom: dotted 1px #666666;
}

.leftbordertable
{
    border-left: dotted 1px #333333;
}

.bottombordertable
{
    border-bottom: dotted 1px #333333;
}