body {
	margin-left: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
body,td,th,input,textarea {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
}

.small_text{
	font-size:9px;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #EEEEEE;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
.header_logo{
	background-image:url(../media/header.gif);
	background-repeat:no-repeat;
}
.header_1{
	background-image:url(../media/header_1.gif);
	background-repeat:no-repeat;
}
.color1{
	background-color:#0b2f7c;
}
.color2{
	background-color:#1c3e85;
}
.border{
	border:1px solid #EEEEEE;
}
.padding{
	padding:10px;
	text-align:justify;
}
.img{
	margin-right:10px;
	margin-bottom:10xp;
}
.text_header{
	border:1px dashed #0b2f7c;
	background-color:#1c3e85;
	padding:3px;
}

input{
	background-color:#0b2f7c;
	border:1px solid #FFFFFF;
	height:16px;
	padding:3px;
	width:140px;
}
textarea{
	background-color:#0b2f7c;
	border:1px solid #FFFFFF;
	padding:3px;
	width:140px;
}

