/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	
}
body {
	background-color: #FFFFFF;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}.lefttop {
	background-image:url(images/s1.jpg);
	width:290px;
	height:185px;
}.leftbottom {
	background-image:url(images/3.jpg);
	background-repeat: no-repeat;
		width:290px;}
.righttop {
	background-image:url(images/2.jpg);
	background-repeat: no-repeat;
	width:480px;
	height:185px;
}
.rightbottom {
	background-image:url(images/br.jpg);
	background-repeat: no-repeat;
	width:480px;
	height:320px;
    font-size:16px;
	color:#FF0000;
	text-align:right;
    vertical-align:bottom;
    font-weight:bold;
}
.smalltext {
	font-size:11px;
	color:#999999;
}
.frmtxt {
	font-size:16px;
	color:#FFFFFF;
	text-align:left;
}
.toptxt {
	font-size:18px;
	color:#FFFFFF;
	text-align:center;
    vertical-align:bottom;
}
.logo {
	font-size:16px;
	text-align:center;
	vertical-align:text-top;
	
}

a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003399;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #003399;
}
.alert {
	color:red;
	padding-left:4px;
}

