﻿@charset "UTF-8";
/* CSS Document */

	
body {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #000066;
	margin: 50px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.toppart {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000066;
	background-image:url(/images/png/Banner.png);
	background: no-repeat;
	margin: 25px, auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.content_secure {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000066;
	background-image:url(images/png/bkg_short.jpg);
	background: no-repeat;
	margin: 25px, auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
.content_normal {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000066;
	background-image:url(images/png/bkg_short.jpg);
	background: no-repeat;
	margin: 25px, auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
.bottompart{
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000066;
	background-image:url(images/png/footer.jpg);
	background: no-repeat;
	margin: 25px, auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	}
	
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
}
h1 {
	font-size: 14px;
	color: #000000;
}
h2 {
	font-size: 12px;
	color: #000000;
}
h3 {
	font-size: 10px;
	color: #000000;
}

a:link { font-family: Geneva, Arial, Helvetica, sans-serif;
		font-weight: bold;
		color:#000000;
		text-decoration: none;
}

a:visited {font-family: Geneva, Arial, Helvetica, sans-serif;
		font-weight: bold;
		color:#000000;
		text-decoration: none;
}
a:hover {font-family: Geneva, Arial, Helvetica, sans-serif;
		font-weight: bold;
		color:#03188c;
}
a:active {font-family: Geneva, Arial, Helvetica, sans-serif;
		font-weight: bold;
		color:#03188c;
		text-decoration: none;
}


.text {font-family:Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000000;}
		
.text_bold {font-family:Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000000;
		font-weight: bold}
		
.text_itallic {font-family:Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000000;
		font-style:italic}
		

