/*---------------------------------------------------*/
/*---------------overall document styles-------------*/
/*---------------------------------------------------*/
body {
	background-color: #CCD6E5;
}
/*---------------------------------------------------*/
/*--------------headline specific styles-------------*/
/*---------------------------------------------------*/
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #7398A3;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin: 0px;
	display: block;
	background-color: #BDC5B5;
	width: 750px;
	height: 20px;
}
/*---------------------------------------------------*/
/*-----------------nav specific styles---------------*/
/*---------------------------------------------------*/
.nav {
	background-color: #999966;
	background-image: url(images/navbg_y.jpg);
	background-repeat: repeat-y;
}
.nav_top {
	margin-top: 30px;
	margin-bottom: 5px;
}
.nav_img {
	margin-top: 0px;
	margin-bottom: 5px;
}
.nav_pic {
	margin-top: 30px;
	margin-bottom: 20px;
	border: 3px solid #CCD6E5;
	margin-left: 20px;
}
/*---------------------------------------------------*/
/*----------------body specific styles---------------*/
/*---------------------------------------------------*/
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	margin: 0px;
	padding-right: 30px;
	padding-top: 30px;
}
.body h1 {
	font-size: 14pt;
	font-weight: bold;
	color: #6FB4E9;
	margin: 0px;
	padding: 0px;
}
.body h2 {
	color: #B6D0E4;
	font-size: 12pt;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
.body h3 {
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #6FB4E9;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.body a:link {
	color: #6FB4E9;
	text-decoration: underline;
}
.body a:visited {
	color: #6FB4E9;
	text-decoration: underline;
}
.body a:hover {
	color: #6FB4E9;
	text-decoration: underline;
}
.body a:active {
	color: #6FB4E9;
	text-decoration: underline;
}
/*---------------------------------------------------*/
/*--------------text link specific styles------------*/
/*---------------------------------------------------*/
.text_links {
	font-size: 12pt;
	font-weight: bold;
	color: #BDC5B5;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 10px;
	border: 2px solid #BDC5B5;
	padding: 5px;
}
.text_links a:link {
	color: #6FB4E9;
	text-decoration: none;
}
.text_links a:visited {
	color: #6FB4E9;
	text-decoration: none;
}
.text_links a:hover {
	color: #B6D0E4;
	text-decoration: underline;
}
.text_links a:active {
	color: #B6D0E4;
	text-decoration: underline;
}
/*---------------------------------------------------*/
/*----------------footer specific styles-------------*/
/*---------------------------------------------------*/
.footer {
	font-size: 8pt;
	text-align: center;
	color: #666666;
	margin-bottom: 20px;
}
.footer a:link {
	color: #666666;
	text-decoration: none;
}
.footer a:visited {
	color: #666666;
	text-decoration: none;
}
.footer a:hover {
	color: #666666;
	text-decoration: underline;
}
.footer a:active {
	color: #666666;
	text-decoration: underline;
}
