/* STANDARD TAGS */

body {
	scrollbar-face-color:#CCCCCC;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#FFFFFF;
	scrollbar-shadow-color:#CCCCCC;
	scrollbar-highlight-color:#CCCCCC;
	scrollbar-3dlight-color:#CCCCCC;
	scrollbar-darkshadow-Color:#CCCCCC;
	margin: 10px 0px 0px 10px;
	padding: 0px;
	font-family: Arial, Helvetica, san-serif;
	font-size: 10pt;
	text-align: justify;
	color:#666666;
	background-color: #FFFFFF;
	background-image: url(images/loop_bg.gif);
	background-repeat: repeat-x;
}

td {
	font-family: Arial, Helvetica, san-serif;
	font-size: 10pt;
	color:#666666;
}

ul {
	list-style-position: outside;
	list-style-type: square;
}

ol {
	text-align: left;
}

LIST, INPUT, TEXTAREA, SELECT {
	border:1px solid #CCCCCC;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 8pt;
	font-family: arial, sans-serif;
	width:50px;
}
FORM {
	margin-bottom:0px;
	margin-top:0px;
}

a:link, a:visited {  
	text-decoration: underline; 
	color: #666666;
}

a:hover, a:active { 
	text-decoration: underline; 
	color: #000000;
}

/* TEMPLATE DIVS */

#body_margin {
	width: 100%; /* NS: 635 , IE: 684 */
	height: 100%;  /* NS: 280 , IE: 330 */
	padding: 0px 40px 0px 0px;
}

#body_container {
	width: 100%; /* NS: 635 , IE: 684 */
	height: 100%;  /* NS: 280 , IE: 330 */
	overflow: auto;
	padding: 37px 10px 0px 37px;
}

#bodytext {
	width:99%;
	height:330px;
	font-family: Arial, Helvetica, san-serif;
	font-size: 10pt;
	text-align: justify;
	color:#666666;
}

/* FORMATTING SPANS */

.head {
	font-family: "Century Gothic", Arial, Helvetica, san-serif;
	font-size: 24pt;
	color:#666666;
	text-transform: uppercase;
}
.head2 {
	font-family: "Century Gothic", Arial, Helvetica, san-serif;
	font-size: 18pt;
	color:#666666;
}
.subhead {
	font-weight: bold;
}

.bodyitalic {
	font-style: italic;
}

.smalltext {
	font-size: 9px;
	padding-right: 5px;
}

.floatleft {
	float:left;
	margin-right:5px;
}
