@charset "utf-8";
/* CSS Document */

h1 {
	color: #00BCF4;
	font-size: 20px;
}
.img-right {
	float: right;
	padding-left: 15px;
}
h2 {
	font-weight: bold;
	font-size: 20px;
	color: #FF0000;
	text-align: center;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	margin: 0px;
}
.txt-blue-strong {
	color: #00bce3;
	font-weight: bold;
}
.banner {
	background-image: url(images/banner.jpg);
	height: 185px;
	width: 760px;
}
.submit {
	color: #FFFFFF;
	background-color: #00BCF4;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
}
.form {
	line-height: 30px;
}
.frmdata {
	font-size: 12px;
	color: #333333;
	background-color: #e8eaed;
	border: 1px solid #999999;
}
.border1 {
	width: 5px;
	background-color: #CCCCCC;
}
.border2 {
	width: 5px;
	background-color: #FFFFFF;
}
.txtWhite {
	color: #FFFFFF;
	text-decoration: none;
}
.banner960 {
	background-image: url(images/banner_960.jpg);
	height: 239px;
	width: 960px;
}
p {
	line-height: 20px;
}
h3 {
	color: #FF0000;
	font-size: 40px;
	text-align: center;
}
a:link {
	COLOR: #00aeef
}
a:visited {
	COLOR: #00aeef
}
a:hover {
	COLOR: #00aeef
}