﻿/* CSS Document */
a:link{
color:#0f449d;
text-decoration:none;
}
a:visited{
color:#999999;
text-decoration:none;
}
a:hover{
color:#8BB401;
text-decoration:none;
}


.font1{color:#0f449d;
font-size:14px;
font-weight: bold;}


.font2{
color:#0f449d;
font-size:12px;}

.info{
color:#0f449d;
font-size:12px;}

.logfont {color: #FFFFFF;
font-size:12px;}
.textf {color:#0f449d}

body {
background-image: url(../images/bg.png);
margin-top: 10px;
}

.fontblack{
color:#000000;
font-size:12px;}

.style5 {
	border-style: solid;
	border-width: 1px;
	font-size:12px;
	color:#0f449d;
	text-align: center;
	border-color:#c0c0c0;
	
}

.border1{
	font-size:12px;
	color:#0f449d;
	text-align: center;
border-bottom-style: solid;
border-bottom-width:1px; 
border-right-style: solid;
border-right-width:1px; 
border-bottom-color:#c0c0c0; 
border-right-color:#c0c0c0;
}

.border2{
	font-size:12px;
	color:#0f449d;
	text-align: center;
border-left-style: solid;
border-left-width:1px; 
border-left-color:#c0c0c0;
}

.border3{
	font-size:12px;
	color:#0f449d;
	text-align: center;
border-bottom-style: solid;
border-bottom-width:1px;
border-bottom-color:#c0c0c0; 
}
