/* Document Attributes ---------------------------------------------------- */

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/ori_bg.gif);
	text-align: center;
	}





/* Structure Attributes ---------------------------------------------------- */

h1,h2,h3,h4,h5,h6 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}





/* Text Attributes ---------------------------------------------------- */

.sidebar {
	font-family: Trebuchet, Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 13px;
	text-align: justify;
	color: #000;
	margin-top: 10px;
	}

.sidebar2 {
	font-family: Trebuchet, Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 13px;
	text-align: justify;
	color: #000;
	margin-top: 10px;
	}
	
.main {
	font-family: Trebuchet, Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	text-align: justify;
	color: #000;
	margin-top: 0px;
	}	

.disclaimer {
	font-family: Trebuchet, Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	line-height: 12px;
	text-align: justify;
	color: #000;
	margin-top: 0px;
	}

.center {
	font-family: Trebuchet, Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	text-align: center;
	color: #000;
	margin-top: 0px;
	}

.headcenter {
	font-family: Trebuchet, Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 15px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	margin-top: 0px;
	}

.left {
	font-family: Trebuchet, Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	text-align: left;
	color: #000;
	margin-top: 0px;
	}		

.links {
	font-family: Trebuchet, Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 11px;
	text-align: left;
	color: #000;
	margin-top: 0px;
	}	

.copyright {
	font-family: Trebuchet, Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 13px;
	text-align: center;
	color: #000;
	margin-top: 0px;
	}	

.form {
	font-family: Trebuchet, Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	text-align: left;
	color: #000;
	margin-top: 0px;
	}

.subtopic {
	font-family: Trebuchet, Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 14px;
	text-align: justify;
	color: #000;
	}

.blue {
	color: #000099;
	font-weight: bold;
	}

.white {
	color: #FFFFFF;
	font-weight: bold;
	}

.bold {
	font-weight: bold;
	}	
	
	
	


/* Link Styles ---------------------------------------------------- */

a:link { color: #000099; text-decoration: none; }
a:active { color: #000099; text-decoration: none; }
a:visited { color: #000099; text-decoration: none; }	
a:hover { color: #336600; text-decoration: underline; }


