
BODY {
	background-attachment : scroll;
	margin : 0px;
	margin-left : 0px;
	margin-top : 0px;
	scrollbar-face-color: #A7D0F4;
}

/* horiz rule */
hr 
{
	color: #1F374C;
}

/* Regular text */
p 
{
	color: #6E8091;
	font-family: "Tahoma";
	font-size: 11px;
	font-weight: lighter;
}

/* Regular text */
.formtext 
{
	color: #6E8091;
	font-family: "Tahoma";
	font-size: 11px;
	text-align: right;
}

/* Regular text */
li 
{
	color: #6E8091;
	font-family: "Tahoma";
	font-size: 11px;
	font-weight: lighter;
}

/* intense */
h2 
{
	color: #1F374C;
	text-align: justify;
	font-family: "Tahoma";
	font-size: 11px;
	font-weight: bold;
}

/* body title */
h3 
{
	color: #1F374C;
	text-align: center;
	font-family: "Tahoma";
	font-size: 14px;
	font-weight: bold;
}

h4 
{
	color: #000000;
	text-align: justify;
	font-family: "Tahoma";
	font-size: 12px;
	font-weight: lighter;
}

/* intense */
h5 
{
	color: #1F374C;
	text-align: justify;
	font-family: "Tahoma";
	font-size: 12px;
	font-weight: bold;
}

/* body title */
h6 
{
	color: #1F374C;
	text-align: justify;
	font-family: "Tahoma";
	font-size: 15px;
	font-weight: bold;
}

A:LINK, A:VISITED {
color: #1F374C;
font-family: "Tahoma";
font-size: 11px;
font-style: "normal";
text-decoration: none;
}

A:HOVER {
	color: #FF8C00;
	font-family: "Tahoma";
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
}


input,textarea,.formelement,select 
{ 
font-family: tahoma;
font-weight:normal; font-size: 11px;
background-color: #A7D0F4; 
color:#000000;
	BORDER-TOP:    #000000 1px solid; 
	BORDER-LEFT:   #000000 1px solid; 
	BORDER-BOTTOM: #000000 1px solid; 
	BORDER-RIGHT:  #000000 1px solid; 
	   }

textarea 
{ font-family: tahoma;
font-weight:normal; font-size: 11px;
background-color: #A7D0F4; 
color:#000000;
	BORDER-TOP:    #000000 1px solid; 
	BORDER-LEFT:   #000000 1px solid; 
	BORDER-BOTTOM: #000000 1px solid; 
	BORDER-RIGHT:  #000000 1px solid; 
	scrollbar-face-color: #A7D0F4
	   }


