body {
	font-family: Arial;
	font-size:11px;
	color:#00004B;
	background-color:#ffffff;
	margin-top:0px;

	
}
.r-border{
	background-color:#DADADA;
	border-top:1px solid #00004b;
	border-left:1px solid #00004b;
	}

.r-border2{
	background-color:#DADADA;
	border-bottom:1px solid #00004b;
	border-left:1px solid #00004b;
	}

.r-border3{
	border-top:1px solid #00004b;
	border-bottom:1px solid #00004b;
	}
a:link {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #00004b;
	text-decoration: none;
}
a:visited {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #00004b;
	text-decoration: none;
}
a:hover {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #A50000;
	text-decoration: underline;
}
a:active {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #A50000;
	text-decoration: underline;
}
a.red:link {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #a50000;
	text-decoration: none;
}
a.red:visited {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #a50000;
	text-decoration: none;
}
a.red:hover {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #00004b;
	text-decoration: underline;
}
a.red:active {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #00004b;
	text-decoration: underline;
}
.buttons{
	background-color:#EDEDED;
	border-top:2px dotted #ededed;
	}
	
	
.top-red{
	font-size: 13px;
	color:#A50000;
	font-weight: bold;
}

.bottom {
	border-bottom :1px solid #00004b;
	}
.header{
	background-color: #DDDCEC;
	border-bottom :1px solid #00004b;
	font-size: 16px;
	color: #00004b;
	font-style: italic;
	font-weight: bold;
	left: 5px;
	font-family:"Times New Roman";
	}
	
input {
	font-family: Arial;
	color: #00004b;
	background: #DDDCEC;
	font-size: 10px;
	font-weight: bold;
	border: 1px solid #00004b;
}
select {
	font-family: Arial;
	color: #00004b;
	background: #DDDCEC;
	font-size: 10px;
	font-weight: bold;
	border: 1px solid #00004b;
}
textarea {
	font-family: Arial;
	color: #00004b;
	background: #DDDCEC;
	font-size: 10px;
	font-weight: bold;
	border: 1px solid #00004b;
}