body      	{ scrollbar-face-color: #336699 }
body		{ scrollbar-track-color: #475A78 }	
body		{ scrollbar-base-color: #666666 }	
body		{ scrollbar-arrow-color: #ffffff }	
body		{ scrollbar-highlight-color: #c2b6b1 }	
body		{ scrollbar-3d-light-color: #635955 }	
body		{ scrollbar-dark-shadow-color: #cccccc }	
body		{ scrollbar-shadow-color: #666666 }	



A:link
{
    COLOR: #336699;
    TEXT-DECORATION: underline
}
A:visited
{
    COLOR: #336699;
    TEXT-DECORATION: underline
}
A:active
{
    COLOR: #336699;
    TEXT-DECORATION: underline
}
A:hover
{
    COLOR: #039936;
    TEXT-DECORATION: none
}

li {  list-style-position: outside; list-style-image: url(images/bullet.gif); list-style-type: circle}

.hr
{color:  #336699;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #333333;
	list-style-image: url(images/bullet.gif);
	list-style-type: circle;
}

.titletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	
	color: #336699;
	list-style-image: url(images/bullet.gif);
	list-style-type: circle;
}

.welcome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	text-align:  center;
	list-style-image: url(images/bullet.gif);
	list-style-type: circle;
}

.inputBox {
	border: thin solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;

}
.newsBullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
	list-style-image: url(images/bullet.gif);
	list-style-type: circle;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #336699;
}

