@charset "UTF-8";
/* CSS Document */

/***********************************
        HTML Element Styles
***********************************/

body {
	font:14px/16px Times New Roman, Times, serif;
	color:#000;
	padding:0px 0px 0px 0px;
	background-color:#fff;
	
}

p {
	font:14px/16px Times New Roman, Times, serif;
	color:#000;
	background-color:#fff;
}

a, a:link, a:visited {
	color:#4e8abe;
	text-decoration:underline;
}

a:hover {

}



h1 {
	font:bold 16px/20px Times New Roman, Times, serif; /* 15px/20px */
	color:#29499c;
	letter-spacing:1px;
	text-transform:uppercase;
	margin-top:15px;
	margin-bottom:5px;
}

h2 {
	font:bold 16px/16px Times New Roman, Times, serif;  
	color:#cc0000;
	padding-right:0px;
	margin-right:0px;
	
}

h3 {
	font:bold 1.25em/1.85em Helvetica, Arial, sans-serif; /* 16px/20px */
	color:#29499c;
	letter-spacing:1px;
	text-transform:uppercase;
	padding-right:10px;
	margin-right:10px;
	border-right:1px dotted #808084;
	float:left;
}

h3 a:link { 
text-decoration:none; 
}

h3 a:visited { 
text-decoration:none; 
}

h3 a:hover { 
text-decoration:none; 
}

h3 a:active { 
text-decoration:none; 
}

h4 {
	font:bold 1.25em/1.25em Helvetica, Arial, sans-serif; /* 15px/20px */
	color:#4e8abe;
	letter-spacing:1px;
	text-transform:uppercase;
	margin-bottom:5px;
}

h5 {
	font:bold .75em/1.5em Verdana, sans-serif; /* 12px/18px */
	color:#808084;
	letter-spacing:1px;
	text-transform:uppercase;
	margin-bottom:0px;
}

.subhead {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #fff;
	background-color:#29499c;
	font-weight:bold;
	line-height: 18pt;
	text-indent:5px;
}

.caption {
	font-family: Times New Roman, Times, serif;
	font-size: 10pt;
	color: #000;
	font-style: italic;
	line-height: 10pt;
}

a.caption  {
	text-decoration: none;
	color: #6699CC;
}
a.caption :visited {
	text-decoration: underline;
	color: #6699CC;

}
a.caption :hover {
	text-decoration: underline;
	color: #6699CC;
}


.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000;
	font-style: normal;
}

a.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	color: #6699CC;
}

a.footer:visited {
	text-decoration: none;
	color: #6699CC;
}

a.footer:hover {
	text-decoration: underline;
	color: #6699CC;
}