/* CSS Document */
h1, h2, h3, h4, h5, h6, p {
  position: relative;
	} 
body {
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
	margin: 0;
	font-size: 68.8%; /* 68.8*/
	color: #FFFFFF;
	background: #1b3c6d;
}
#wrapper {
	color:#000000;
	width: 780px;
	margin: 0px auto;
	padding: 0;
	border: 0;
}
a {
	color: #009900;
	text-decoration: none;
}
a:visited {
	color: #009900;
	text-decoration: none;
}
.textWhite {
	color: #FFFFFF;
	font-weight: bold;
}
.specialBack {
	background-color: #0e44b9;	
}
.tableBack {
	background-color:#FFFFFF;
}
.textPad {
	padding-right: 10px;
	padding-left: 10px;
	text-align: justify;
}
.errorMessage {
	color: #FF0000;
	font-weight: bold;
}
.btn_search {
	width: 150px;
	height: 22px;
	background: #4a5fa8;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 10px;
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
}

