@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
.btnred {
	background-image: url(../template2/bg_bar3.gif);
	height: 20px;
	width: 110px;
	background-repeat: repeat-x;
	border: 1px solid #c72831;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}
.btnred2 {
	background-image: url(../template2/bg_bar3.gif);
	height: 20px;
	width: 80px;
	background-repeat: repeat-x;
	border: 1px solid #c72831;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}
#container {
	height: 500px;
	width: 600px;
	background-image: url(../template2/mainbg_new.jpg);
	background-repeat: no-repeat;
}
#container form {
	padding-top: 30px;
}
#container #logo {
	padding-top: 65px;
}
#container #term {
	font-family: Tahoma, "MS Sans Serif";
	font-size: 10px;
	color: #FF0000;
	padding-top: 20px;
	padding-left: 40px;
}
#container #content {
	font-family: Tahoma, "MS Sans Serif";
	font-size: 14px;
	color: #666666;
	padding-top: 50px;
	font-weight: bold;
}

