/* CSS Document */

A {
	color: #4D7173;
	text-decoration: underline;
}

A.news {
	color: #364F68;
	text-decoration: underline;
}

A.rightnews {
	color: #364F68;
	text-decoration: underline;
}

A.rightnews:HOVER {
	color: #364F68;
	text-decoration: underline;
	background-color : #FFDEAD;
}




A:visited {
	color: #4D7173;
	text-decoration: underline;
}

A:active {
	color: #4D7173;
	text-decoration: underline;
}

A:hover {
	color: #807291;
	text-decoration: underline;
}

TD {
	font-family: "Arial Narrow", Arial, Helvetica;
	font-size: 10pt;
}

.main {
	margin-left : 15px;
	margin-right : 10px;
	margin-top : 5px;
	border-bottom-color: #996699;
	border-right-color: #000000;
	border-top-color: #000000;
	}


.mainheader {
	text-align:right;
	font-family:"Times New Roman", Times, serif;
	font-size:12pt;
	font-weight:700;
	color:  #006666;
	margin: 4, 0, 4, 0;
}


BODY {
	font-family: "Arial Narrow", Arial, Helvetica;
	font-size: 10pt;
	margin : 0px 0px 0px 0px;
	background-image : none;
	list-style : circle;
	background-color : White;
}

H1{
	font-family : "Arial Narrow", Arial, Helvetica;
	font-size : 20px;
	color : #003333;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 15px;
}
H2, H3 {
	font-family : "Arial Narrow", Arial, Helvetica;
	font-size : 18px;
	color : #006666;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 15px;
}
H4 {
	font-size : 14px;
	color : #663399;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 15px;
}
 H5{
	font-size : 14px;
	color : #000000;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 15px;
}
H6 {
	font-size : 14px;
	color : #663399;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 15px;
}

.news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-indent : 0px;
	margin-left : 4px;
	margin-right : 0px;
	color : #2F4F4F;
}

.rightnews {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-indent : 0px;
	margin-left : 4px;
	margin-right : 4px;
	margin-bottom : 4px;
	margin-top : 4px;
	color : Black;
}


.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color : White;
}



P {
	font-family: "Arial Narrow", Arial, Helvetica;
	font-size: 10pt;
	
}
li{
	margin-left: 2em;
	padding-left:1em;
	padding-bottom:6px;
	display:list-item;
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
} 
#link li {
height:auto;
margin-left:1em;
padding-bottom:6px;
display:list-item;
list-style-position: outside;
list-style-image: url(../images/arrow-r.gif);
}


