/* CSS Document */
body,td,th {
	font-size: 13px;
	color: #333333;
}
body {
	background-image: url(images/bg.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link{
    font-size: 13px;
	color: #333333;
	text-decoration: none;
}
a:visited{
    font-size: 13px;
	color: #333333;
	text-decoration: none;
}
a:hover{
    font-size: 13px;
	color: #0277D4;
	text-decoration: underline;
}
.border_bottom {
	border-bottom: 1px dotted #CCCCCC;
}
.f20 {
	font-size: 13px;
	line-height: 20px;
	color: #333333;
	text-decoration: none;
}
.font12white {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}
.font12white a:link{
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}
.font12white a:visited{
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}
.font12white a:hover{
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}
.font12blue{
	font-size: 13px;
	color: #0066FF;
}
.border_bottom1 {
	border-bottom: 1px solid #DFDFDF;
}
.border4 {
	border: 1px solid #D3E4EF;
}
.bgcolor_blue {
	background-color: #003399;
}
