/***************************************************************/
/***************** general page styles ****************************/
/***************************************************************/

body	{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color:#993300; 
	background-color:#ffffff;
	font: 62.5%/1.6em Verdana, Arial, Helvetica, sans-serif;

}

img	{
	border:	0
	} 

#maincontent{
	margin-left : 20px;
}

/***************************************************************/
/***************** main text styles ****************************/
/***************************************************************/


h1, h2, h3	{
	font-size: 1.2em;
	line-height: 1.6em;
	}
h4, h5	{
	font-size: 1.1em;
	line-height: 1.6em;
	}
	

p,h1, h2, h3, h4, h5, h6	{
	margin: 1.0em 0px 0px 15px;
	
}
	
	
p,select,textarea,	{
	color:#333333;
	background-color:#ffffff;
	font-size: 1.2em;
	line-height: 1.6em;
}

li{
		margin: 0px 0px 0px 5px;
		color:	#333333;
		background-color:	#ffffff;
		font-size: 11px;
		font-family:  verdana,Helvetica,sans-serif;
		line-height : 1.5em;
}


/***************************************************************/
/***************** main link styles ****************************/
/***************************************************************/
a	{

	font-weight:	bold;
	}
a:link	{
	color:	#993300;
	background-color: transparent;
	}
a:visited	{
	color:	#993300;
	background-color: transparent;
	}
a:active	{
	color:	#993300;
	background-color: transparent;
	}
a:hover	{
	color:	#333366;
	background-color: transparent;
	text-decoration:	none;
	}

 
/***************************************************************/
/***************** form styles ****************************/
/***************************************************************/

input,select,textarea,{
	color:#333333;
	background-color:#ffffff;
	font-size: 11px;
	font-family: verdana,Helvetica,sans-serif;
	margin: 0px 0px 0px 15px;
}

.butt{
	font-size: 11px;
	color : #ffffff;
	background-color : #993300;
	font-weight : bold;
	height : 2em;
	line-height : 1em;
}

li.link{
	color : #993300;
	background-color : transparent;

}
