* {
	margin:0;
	padding:0;
}

body {
	font-size                   : 12px;
	font-family                 : Arial, Helvetica, sans-serif;
	background-color            : transparent;
	text-align                  : left;
	color                       : #000000;
}

html, body {
	margin                      : 8px 95px 0px 10px; !important
	padding                     : 0;
	overflow         		    : -moz-scrollbars-vertical;
	overflow-x					: hidden;
	overflow-y       			: auto;
	scrollbar-base-color        : #FFFFFF;
	scrollbar-arrow-color       : #66A366;
	scrollbar-track-color       : #FFFFFF;
	scrollbar-shadow-color      : #009900; 
	scrollbar-darkshadow-color  : #FFFFFF;
	scrollbar-highlight-color   : #009900;
	scrollbar-3dlight-color     : #FFFFFF;
	scrollbar-face-color        : #FFFFFF;
}
	
img, table {
	display                     : block;
}

p {
	font-weight                 : normal;
	font-size                   : 12px;
	line-height                 : 18px;
	margin                      : 0;
}

p a{
	font-weight                 : bold;
	text-decoration             : none;
	color                       : #000000;
}

p a:hover{
	text-decoration             : underline;
}

h1 {
	font-weight                 : bold;
	font-size                   : 15px;
	margin                      : 0 0 10px 0;
	color                       : #006600;
}

h2 {
	font-weight                 : bold;
	font-size                   : 13px;
	margin                      : 0 0 5px 0;
	color                       : #006600;
}

li {
	margin                      : 0 0 0 30px;
	list-style                  : disc;
	line-height                 : 18px;
}

/* HELPERS */
.cleaner {
	clear                       : both;
}

.list td{
	border-collapse             : collapse;
	padding                     : 2px;
	border-bottom               : 1px solid #FFFFFF;
	vertical-align              : top;
	
}

/* BUTTONS */
.btn_rollover a {
	display                     : block;
	width                       : 95px;
	float                       : right;
	height                      : 20px;
	overflow                    : hidden;
	padding                     : 3px 0px 0px 0px;
	margin                      : 5px 5px 0px 5px;
	font-size                   : 12px;
	font-family                 : Arial, Helvetica, sans-serif;
	font-weight                 : bold;
	text-align                  : center;
	color                       : #FFFFFF;
	background                  : url(../pageimg/btn_90.gif) 0 0 no-repeat;
	text-decoration             : none;
}

.btn_rollover a:hover { 
	background-position         : 0 -24px;
	color                       : #FFFFFF;
}

.btn_rollover a:active {
	background-position         : 0 -48px;
	color                       : #FFFFFF;
}

.inputform {
	font-family                 : Arial, Helvetica, sans-serif;
	color                       : #006600;
	font-size                   : 12px; 
	width                       : 300px;
}

.line {
	height                      : 15px;
	margin-bottom               : 5px;
	border-bottom               : 1px dotted #FFFFFF;
}

