body {
	background-color: #001d5d;
	
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position : center;
	
	font-family: Verdana, Tahoma, Helvetica; 
	color: white;
	
	scrollbar-face-color: #0c3ea0;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #001d5d;
	scrollbar-shadow-color: #0c3ea0;
	scrollbar-highlight-color: #0c3ea0;
	scrollbar-3dlight-color: #1f5cd1;
	scrollbar-darkshadow-Color: #07348b;
}
hr {
	height:2px;
	width:100%; 
	border-top: solid #0c3ea0 2px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
}
.text {
	text-align: justify;
	font-family: Verdana, Tahoma, Helvetica; 
	font-size: 12px;
	TEXT-DECORATION: none;
}
.smalltext {
	text-align: justify;
	font-family: Verdana, Tahoma, Helvetica; 
	font-size: 10px;
	TEXT-DECORATION: none;
}
.minitext {
	text-align: justify;
	font-family: Verdana, Tahoma, Helvetica; 
	font-size: 9px;
	TEXT-DECORATION: none;
}
.title0 {
	font-family: Verdana, Tahoma, Helvetica; 
	font-size: 24px;
	TEXT-DECORATION: none;
	font-weight: bold; 
}
.title1 {
	font-family: Verdana, Tahoma, Helvetica; 
	font-size: 16px;
	TEXT-DECORATION: none;
	font-weight: bold;
}
.title2 {
	font-family: Verdana, Tahoma, Helvetica; 
	font-size: 14px;
	TEXT-DECORATION: none;
	font-weight: bold; 
}
.button {
	height: 20px;
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal; 
	color: #FFFFFF; 
	text-align: center;
	background-color : #001d5d;
	border-top-width: 2px; 
	border-right-width: 2px; 
	border-bottom-width: 2px; 
	border-left-width: 2px; 
	border-top-color: #0c3ea0; 
	border-right-color: #011233; 
	border-bottom-color: #011233; 
	border-left-color: #0c3ea0; 
	border-top-style: solid; 
	border-right-style: solid; 
	border-bottom-style: solid; 
	border-left-style: solid; 
}
.field {
	height: 20px;
	font-family: Tahoma;
	font-size: 12px; 
	color: white;
	text-align: center;
	background-color : #001d5d; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px; 
	border-top-color: #011233; 
	border-right-color: #0c3ea0; 
	border-bottom-color: #0c3ea0; 
	border-left-color: #011233; 
	border-top-style: solid; 
	border-right-style: solid; 
	border-bottom-style: solid; 
	border-left-style: solid; 
}
.hr-3D {
	width:100%; 
	height: 2px;
	margin-top : 0px;
	border-top: solid #011233 1px;
	border-bottom: solid #0c3ea0 1px;
	border-left: 0px;
	border-right: 0px;
}