body,td,input,a,textarea {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #ffe600;
	text-decoration: none;
}
hr {
    height: 1px;
    color: #ffe600;
}
h1 {
	color: #ff1100;
	font-size: 21px;
}

h2 {
	font-size: 18px;
}

h3 {
    font-size: 14px;
}

a:hover { color: #ff1100;}
.main {
	background-image : url('images/bgmain.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #13065f;
	text-align: left;
	width: 728px;
    height: 100%;
	padding: 15px;
}
.input {
	background-color: #ffffff;
	color: #13065f;
	border: 1px solid #ffe600;
	width: 260px;
	height: 19px;
	margin-top: 3px;
	margin-bottom: 12px;
}
.button {
	background-image: url('images/bgbutton.gif');
	border: 1px solid #ffe600;
    font-size: 13px;
	color: #13065f;
	height: 19px;
	padding-left: 20px;
	padding-right: 20px;
	cursor: hand;
}
	
.red {color: #ff1100;}
.yellow {color: #ffe600;}
	
