/* CSS by www.nedfinity.com */



/* Global mouse-over style ********************************************* */
A:link {text-decoration: underline; color: #6699CC}
A:active {text-decoration: none; color: #666666}
A:visited {color: #6699CC}
A:hover { text-decoration: none; color: #6699CC}

A.green:link {text-decoration: none; color: #339999}
A.green:active {text-decoration: none; color: #339999}
A.green:visited {text-decoration: none; color: #339999}
A.green:hover { text-decoration: underline; color: #339999}

A.copy:link {text-decoration: none; color: #F4F4F4}
A.copy:active {text-decoration: none; color: #F4F4F4}
A.copy:visited {text-decoration: none; color: #F4F4F4}
A.copy:hover { text-decoration: none; color: #F4F4F4}

/* Body style and scrollbar ******************************************** */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #6699CC;
	scrollbar-arrow-color: #F4F4F4;
	scrollbar-highlight-color: #A4C2D2; 
	scrollbar-shadow-color: #A4C2D2; 		
	scrollbar-base-color : #A4C2D2;
	scrollbar-track-color: #F4F4F4;
	color: #F4F4F4;
     }



/* Text style ********************************************************* */


.content_justify { font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; FONT-SIZE: 11px; color: #6699CC; text-align: justify; }
.content {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #6699CC; }
.content_green {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #339999; }

/* Form style ********************************************************* */

.form  {
	BACKGROUND: #FFFFFF fixed;
	COLOR: #003366;
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	FONT-SIZE: 10px;
	FONT-STYLE: normal;
	FONT-VARIANT: normal;
	FONT-WEIGHT: normal;
	BORDER-RIGHT: white 1px inset;
 	BORDER-TOP: white 1px inset;
 	BORDER-LEFT: white 1px inset;
    	BORDER-BOTTOM: white 1px inset;
}

.button  {
	BACKGROUND: transparent;
	COLOR: #003366;
	border: 1px White ridge;
	font : normal 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
}


.form_style {
	padding:0px; 
	margin-bottom:0px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px
}
