/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

*
{
	border: 0;
	padding: 0;
	margin: 0;
	
}

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align:center; /* for IE */ 
}

html,body{
	height: 100%;
}

a:link {
	color: #006699;
}

a:link, a:visited {
	text-decoration: none;
	color: #006699;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6, h8 {
	font-family: Arial, Helvetica, sans-serif;
}

h1{
	color: #02388A;
	font-size: 12pt;
}

h2{
	color: #02388A;
	font-size: 11pt;	
}

h3{
	color: #334d55;
 	font-size: 10pt;	
}

h4{
	color: #333333;
}

h5{
 color: #334d55;
}

h6 {
	color: #334d55;
 	font-size: 11pt;	
}

h8 {
	color: #334d55;
 	font-size: 14pt;	
} 

ol li {
 	color: #000000;
}
ul{
	list-style-type: square;	
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: square;
}

ul ul ul ul{
 list-style-type: square;
}

ul li{
list-style-type: square;

}


ul.arrow1 li {
	list-style-type: square;
	list-style-position: outside;
	


}

ul.arrow5 li {
	list-style-type: square;
	list-style-position: inside;


}

ul.arrow6 li {
		list-style-type: square;
	list-style-position: inside;
	padding-top: 3px;
	padding-bottom: 3px;
}


ul.arrow2 li {
	list-style-type: square;
	list-style-position: outside;
}

ul.arrow3 li {
	list-style-image: url('../images/arrow3.jpg');
	list-style-position: outside;
	list-style-type: none;
}


ul.arrow4 li {
	list-style-type:none;
	text-align: left;
	
}

ul.bottom{
	list-style-type: square;
	
}

ul.rightlink li {
list-style-type: square;
list-style-position: inside;
}

label{
	color: #334d55;
}
				
dt
{
	margin: 20px 0px 0px 0px;
	color: #006699;
	font-weight: bold;
	font-size:15px;
}

input
{
	border: 1px solid gray;
}

table{
}

thead{
	font-weight: bold;
}

td{
}
