
/** IMPORTS **/
@import url(form.css);
@import url(layers.css);


/** BODY */
BODY
{	
	color: 		#676767;
	font-size:	0.8em;
	font-family:	arial;
	margin: 	0px; 
	padding:	0px; 

/*
	scrollbar-face-color: 	#CCCCCC; 
	scrollbar-shadow-color: #CCCCCC; 
	scrollbar-highlight-color: #f7f7f7; 
	scrollbar-track-color: 	#F4F4F4; 
	scrollbar-arrow-color: #EE2668; 
*/	
	background-color:	#F9F9F9;
}	

STRONG
{
	font-weight:		bold;	
}

LI, OL 
{	
	list-style-image:	none;
	margin-left:		15px;
	list-style-type:	circle;
	list-style-position:outside;
}	

A
{
	color:		#808285;
	text-decoration: none;
}

A:hover
{
	color:		#702D7C;	
	text-decoration: none;
}

TD
{

	
}

.searchText
{	
	margin-top:		20px;
	margin-left:	10px;
	width:			150px;
	text-align:	center;
}	

.searchTextFocus
{	
	margin:		20px;
	text-align:	center;
}	

.searchInput
{	
	margin:		20px;
	margin-right:	38px;
	text-align:	center;
	width: 		60px;
}	

HR
{
	color:		#CCCCCC;
	height:		1px;
}

.redP
{
	padding-bottom:	10px;
	color:		red;
}

h1
{
	font-size:	1.6em;	
}


H2
{
	margin-left:	0px;
	font-size:		1em;
	font-family: "trebuchet MS";
	font-weight: bold;
	margin-bottom:	10px;
}

P
{
	padding-bottom:	10px;

}