﻿/* CSS Document */

a:link {
	color: #0000FF; text-decoration:underline 
	}

.copyright {
	color: #808080; font-size: 10pt }
	}

a:visited {
	color: #800080; text-decoration:underline 
	} 

a:active {
	color: rgb(0,0,204);
	}

a:hover {
	color: #FF0000; text-decoration: underline
	}

body {
	padding:5px; font-family: Arial;
	color: #000000; text-align:center; margin-top:0; margin-bottom:0; font-size:10pt
	}

.wrapper {
	text-align: justify;
	width: 700px;
	}
	
table {
	
	font-family: Arial;
	font-size: 10pt;
	align: left
	margin-top: 6;
	padding: 3;
	vertical-align: top; text-align:justify
	}	

/* Any-Link Menu Styles */
#dropmenudiv{
position:absolute;
border:0px solid #336699;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color: #336699;
}

#dropmenudiv a:hover{ /*hover text color*/
	color: #a90056;
}

/* Three-column layout */
.3colleft {
	float: left;
	width: 142px;
	}

.3colright {
	float: left;
	width: 220px;
	}

.3colcenter {
	float: left;
	width: 338px;
	}
	
/* Two-column layout */
.2colleft {
	float:left;
	width: 220px;
	}

.2colright {
	float:left;
	width: 480px;
	}

/* Footer */
.footer {
	text-align: left;
	width: 700px;
	}
	
h1, h2, h3, h4, h5, h6 {
	color:#000000; font-weight:bold; margin-top:12;margin-bottom:0 
	}

h1 {
	font-size:24pt; font-family:Times New Roman; font-style:italic; margin-bottom:12
	}

h2 {
	font-size:14pt; text-transform:uppercase
	}

h3 {
	font-size:12pt;
	}