

BODY {
	padding: 10px 0px 0px 0px;
	margin: 0px;
	
	background-color: white;
}


IMG {
	border: 0;
}

A:focus {
	-moz-outline-style: none;
}



A:link { 
	text-decoration: none; 
}

A:visited {
	text-decoration: none; 
}

A:hover {
	text-decoration: none; 
	color: rgb(9b,9b,9b); 
}

A:active {
	outline: none;
	text-decoration: none; 
}

A:otherLink:link {
	text-decoration: none; 
}

A:otherLink:visited {
	text-decoration: none; 
}

A:otherLink:hover {
	text-decoration: none; 
}

A:otherLink:active {
	text-decoration: none; 
}


.body {
	width: 100%;
	
	vertical-align: top;
}




.nopad {
	padding: 0;
	margin: 0;

	border-collapse: collapse;
}


.onepx {
	height: 1px;
}



.center {
	width: 100%;
	text-align: center;

	margin-left: auto;
	margin-right: auto;
}



.content {
	width: 740px;
	min-width: 740px;
	
	padding: 0 0 0 5px;

	vertical-align: top;
}


.submit {
	font-family: "Helvetica", sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: rgb(95,95,95);
	
	text-align: justify;
	vertical-align: top;
	
	padding: 15px 0 0 0;
}


IMG#logo {
	border: 0;
	
	padding: 0 20px 0 0;
}



.about_column {
	vertical-align: top;
}


.common_wrap {
	width: 804px;
	min-width: 804px;
	
	padding: 0 0 0 5px;

	vertical-align: top;
}



.common_content {
	width: 777px;
	min-width: 777px;
	
	padding: 10px 0 10px 8px;
	
	vertical-align: top;
}


.nopad_common_content {
	width: 777px;
	min-width: 777px;
	
	text-align: center;
	vertical-align: top;
}


.fullwidth {
	width: 100%;
}




.top {
	vertical-align: top;
}

.bottom {
	vertical-align: bottom;
}

.middle {
	vertical-align: middle;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}




/* TEXT 
   --------------------------- */
.basic {
	font-family: "Helvetica", sans-serif;
	font-size: 12px;
	color: rgb(54,54,54);
	
	text-align: justify;
}

.light {
	font-family: "Helvetica", sans-serif;
	font-size: 12px;
	color: rgb(95,95,95);
	
	text-align: justify;
}

.bold {
	font-family: "Helvetica", sans-serif;
	font-size: 12px;
	color: rgb(95,95,95);
	font-weight: bold;
	
	text-align: justify;
}

.boldc {
	font-family: "Helvetica", sans-serif;
	font-size: 12px;
	color: rgb(95,95,95);
	font-weight: bold;
	
	text-align: center;
}

.black {
	color: black;
}


.anchor {
	font-family: "Helvetica", sans-serif;
	font-size: 12px;
	color: rgb(40,40,40);
}

A.anchor:hover {
	color: rgb(150,150,150);
}


.hot {
	font-family: "Helvetica", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: rgb(179,11,11);
}


.small {
	font-size: 10px;
}


.hspace20 {
	width: 20px;
}

.hspace15 {
	width: 15px;
}

.hspace10 {
	width: 10px;
}

.vspace40 {
	height: 40px;
}

.vspace20 {
	height: 20px;
}

.vspace10 {
	height: 10px;
}

.vspace5 {
	height: 5px;
}

.vspace1 {
	height: 1px;
}

/* HORIZONTAL LINES
   --------------------------- */

DIV.hline {
	height: 1px;
	width: 100%;

	background-color: rgb(133,133,133);
}


DIV.hline_light {
	height: 1px;
	width: 100%;

	background-color: rgb(191,191,191);
}


DIV.offset_line {
	margin: 0 6px 0 6px;
	
	height: 1px;

	background-color: rgb(133,133,133);
}


DIV.offset_line_light {
	margin: 0px 0px 0px 6px;
	
	height: 1px;

	background-color: rgb(191,191,191);
}


/* HEADER
   --------------------------- */
TD.logo {
	width: 225px;
	height: 94px;
	
	padding: 0;
	margin: 4px 0 0 0;
	
	border-collapse: collapse;
}


TABLE.collnav {
	width: 100%;
	height: 94px;
	
	padding: 0;
	margin: 4px 0 0 0;
	
	border-collapse: collapse;
}

.collnav .title {
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-size: 18px;
	color: black;

	text-align: right;
	
	padding-top: 50px;
}



/* FOOTER
   --------------------------- */
   
div.foot {
	text-align: center;
}


div.copyright {
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-size: 10px;
	color: rgb(142,142,142);

	text-align: right;
}


div.socialn {
	padding-top: 4px;
	
	text-align: right;
}

table.sitemap {
	text-align: center;

	margin-left: auto;
	margin-right: auto;
}



span.sitemap {
	
	font-family: "Helvetica", sans-serif;
	font-size: 12px;
	color: rgb(133,133,133);
}



.sitemap_vline {
	width: 1px;
	height: 12px;
	
	margin: 0 5px 0 5px;
	
	background-color: rgb(133,133,133);
}



/* HOME PAGE
   --------------------------- */

IMG.border {
	border-top: 2px solid rgb(227,227,227);
	border-bottom: 2px solid rgb(200,200,200);
}
