body {
	font-size: 10px;
	background-color: #E4E4E4;
	color: black;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0PX;
}

td {
	font-size: 10px;
}

form {
	margin: 0PX;
}

.bar-title-grey {
	color: #333333;
	font-size: 10px;
	font-weight: bold;
	padding: 13px 0px 18px 18px;
}

.bar-title-white {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	padding: 12px 0px 0px 18px;
}

.dotted-line td {
	border-top: 1px dotted Silver;
}

.dotted-line-last td {
	border-top: 1px dotted Silver;
	border-bottom: 1px dotted Silver;
}

.grey-txt {
	font-size: 10px;
	color: #666666;
	padding:5px;
}
.grey-txt a:LINK, .grey-txt a:VISITED{
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

.grey-txt a:hover, .grey-txt a:active{
	font-size: 10px;
	color: #99CC00;
	text-decoration: none;
}

.blue-txt {
	font-size: 10px;
	color: #000066;
}

.blue-txt a:LINK, .blue-txt a:VISITED{
	font-size: 10px;
	color: #000066;
}

.blue-txt a:hover, .blue-txt a:active{
	font-size: 10px;
	color: #000066;
}

.whitebold-txt {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
}

#scrollpadding{
	width: 136px;
	padding-top: 5px;
	padding-bottom: 0px;
}

#pscroller1{
	height: 100px;
	padding: 5px;
}

.scrollertitle, .scrollertitle A:link, .scrollertitle A:visited, .scrollertitle A:hover, .scrollertitle A:active {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	font-size: 10px;
}
.scrollercontent, .scrollercontent A:link, .scrollercontent A:visited {
	color: #666666;
	text-decoration: none;
	font-size: 10px;
}
.scrollercontent A:hover, .scrollercontent A:active {
	color: #99CC00;
	text-decoration: none;
	font-size: 10px;
}

.darklink {
    COLOR: #000066;		
    FONT-SIZE: 10px;
}

.darklink A:link, .darklink A:visited, .darklink A:hover, .darklink A:active  {
    COLOR: #000066;		
    TEXT-DECORATION: none;
}

.mainmenu {
    COLOR: #CC6600;
    FONT-SIZE: 10px;
	PADDING: 0px 10px 0px 10px;	
}
.mainmenu A:link, .mainmenu A:visited {
    COLOR: #FFFFFF;	
    FONT-SIZE: 10px;	
    FONT-weight: bold;
    TEXT-DECORATION: none;
}
.mainmenu A:hover, .mainmenu A:active {
    COLOR: #99CC00;		
    FONT-SIZE: 10px;	
    FONT-weight: bold;
    TEXT-DECORATION: none;
}


