body {
	background-color: #FFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	width: 950px;
	padding: 0px;
	margin: auto;
	margin-top: 10px;
}

body a {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #069;
}

ul {
	list-style-type: square;
	list-style-position: outside;
	list-style-image: url(images/bullet.jpg);
	margin-top: 2px;
	line-height: 22px;
}

#plain {
	margin: 10px;
}

.body_text {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #000000;
	font-size: 12px;
	text-align:left;
	padding-right: 10px;
}

.bold_text {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}

.image-right-no-border {
	float: right;
	margin-left: 8px;
	display: inline;
}

.image-right {
	float: right;
	margin-left: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	display: inline;
}

.image-left {
	float: left;
	margin: 4px;
	/*	clear: both;*/
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

h1 {
	font-family: Tahoma;
	font-size: 15px;
	font-weight: bold;
	color: #333;
	font-variant: normal;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #069;
	font-style: normal;
	line-height: 16px;
	padding: 0px;
	margin-bottom: 0px;
	border-top: 0px;
	margin-top: 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #90A2B0;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 5px;
}

.plain a {
	color: #3A6699;
	font-weight: bold;
}

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.bordertable {
	border-width: 1px;
	border-color: #000000;
	border-collapse:collapse;
}

.outerbordertable {
	border-width: 5px;
	border-color: #FFF;
	border-collapse: collapse;
	border-style:solid;
}

.layouttable {
	border-width: 1px;
	border-color: #000000;
	padding: 0px;
	margin: auto;
	border-collapse:collapse;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.copyright a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

.rednotes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: capitalize;
	color: #FF0000;
}

#hiddendiv {
    display: none;
    position: fixed;
    top: 30%;
    left: 20%;
    width: 60%;
    height: auto;
    padding: 10px;
    border: 3px solid #600;
    z-index:1002;
    overflow: auto;
	background-color: #fff
}

.topnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
}

.boxtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	padding: 6px;
	background-color: #FFF;
}

.boxtext a {
	color: #000;
	text-decoration:underline;
}

.boxtext a:hover {
	color: #666;
	text-decoration:underline;
}


.box_text_titles {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
}
.bodylinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #069;
}
