body {
color: #000000;
scrollbar-face-color : #000000; 
scrollbar-shadow-color : #d31145; 
scrollbar-highlight-color : #d31145; 
scrollbar-3dlight-color : #006881; 
scrollbar-darkshadow-color : #494845; 
scrollbar-track-color : #7a7a7a;
scrollbar-arrow-color : #d31145;
background-color:#CCCCCC;
}

/*	Paragraph									*/

p {
COLOR: #000000; 
FONT-SIZE: 11px; font-weight: normal; 
font-family: Geneva, Verdana, Helvetica, Arial, Swiss, sans-serif;
margin-left: 3px;
margin-right: 5px;}

   html, body{
      margin:0;
      padding:0;
      height:100%;
      border:none
   }

form {
COLOR: #000000; 
FONT-SIZE: 11px; font-weight: normal; 
font-family: Geneva, Verdana, Helvetica, Arial, Swiss, sans-serif;
margin-left: 3px;
margin-right: 5px;}

h3 {
COLOR: #000000; 
FONT-SIZE: 11px;
font-weight:bold; 
font-family: Geneva, Verdana, Helvetica, Arial, Swiss, sans-serif;
margin-left: 3px;
margin-right: 5px;}

li {
COLOR: #000000; 
FONT-SIZE: 11px; font-weight: normal; 
font-family: Geneva, Verdana, Helvetica, Arial, Swiss, sans-serif;
margin-left: 0px;
margin-right: 5px;
padding-left: 10px;
list-style:none;
background-image:url(images/bullet.gif);
background-repeat: no-repeat;
}


input{
	font-size: 		xx-small;
	font-family:	Geneva, Verdana, Helvetica, Arial, Swiss, sans-serif;
	color:			#000000;
	background: 	url('images/form_back.gif');
	border: 1px solid  #000000;
}

select{
	font-size: 		xx-small;
	font-family:	Geneva, Verdana, Helvetica, Arial, Swiss, sans-serif;
	color:			#000000;
	background: 	url('images/form_back.gif');
	border: 1px solid  #000000;
}

.input1{
	font-size: 		xx-small;
	font-family:	Geneva, Verdana, Helvetica, Arial, Swiss, sans-serif;
	color:			#000000;
	background: 	url('images/text_back.gif');
	border: 1px solid  #000000;
}

textarea{
	font-size: 		xx-small;
	font-family:	Geneva, Verdana, Helvetica, Arial, Swiss, sans-serif;
	color:			#000000;
	background: 	url('images/text_back.gif');
	border: 1px solid  #000000;
}


/*	Menu unvisited links							*/
a.menulink:link {
color: #d31145;
TEXT-DECORATION: underline;
outline:none;
}

/*	Menu visited links							*/
a.menulink:visited {
color: #d31145;
TEXT-DECORATION: underline;
outline:none;
}

/*	Menu active links (not widely supported)				*/
a.menulink:active {
color: #d31145;
TEXT-DECORATION: underline;
outline:none;
}

/*	Menu links when hovered over (MSIE only)				*/
a.menulink:hover {
color: #d31145;
TEXT-DECORATION: underline;
outline:none;
}

/*	Links unvisited links							*/
a.link:link {
color: #d31145;
TEXT-DECORATION: underline;
outline:none;
}

/*	Links visited links							*/
a.link:visited {
color: #d31145;
TEXT-DECORATION: underline;
outline:none;
}

/*	Links active links (not widely supported)				*/
a.link:active {
color: #d31145;
TEXT-DECORATION: underline;
outline:none;
}

/*	Links when hovered over (MSIE only)					*/
a.link:hover {
color: #d31145;
TEXT-DECORATION: underline;
outline:none;
}

/*	Unvisited links								*/
a:link {
color: #d31145;
TEXT-DECORATION: underline;
outline:none;
}

/*	Visited links								*/
a:visited {
color: #d31145;
TEXT-DECORATION: underline;
outline:none;
}

/*	Active links (not widely supported)					*/
a:active {
color: #d31145;
TEXT-DECORATION: underline;
outline:none;
}

/*	Links when hovered over (MSIE only)					*/
a:hover {
color: #d31145;
TEXT-DECORATION: underline;
outline:none;
}