/* -------main elements-------  */
BODY {
	background: #313131;
	margin-top : 5px;
	font: 12px 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	color : #cfcfcf;
	line-height : 120%;
}

TABLE, TBODY, TR, TH, TD {
	font: 12px 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	line-height : 120%;
}

TH {
	font-weight: bold;
	background-color: #FFA500;
	color: white;
}

P {
	margin : 5px 10px 15px 5px;
}

H1, H2 {
	font-size: 18px;
	line-height : 17px;
	letter-spacing: 1px;
	color : #D3DEED;
	/*#FFE4B5;
	*/
	margin : 0px 0px 0px 0px;
	text-transform : lowercase;
	font-weight : bolder;
	font-stretch : wider;
	font-style : italic;
}

H3 {
	font-size: 13px;
	letter-spacing: 1px;
	color : white;
}

/* ----------- forms--------------- */
.form_style {
	font : 12px 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	width : 215px;
}

.input{
	border : 1px solid #DE9000;
	background-color : white;
}

.button{
	font : bold 10px 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif; 
	border : 1px solid #FFA500;
	background-color : #FFA500;
	color : white;
	cursor : hand;
}

/* ------------links---------  */
A {
	font-weight: bold;
	text-decoration : none;	
}

A:link { /* for unvisited links */
	color: #ffcc66;
}  

A:visited { /* for visited links */
	color: #ff9900;
} 

A:active { /* when link is clicked */
	color: #FF4500;
} 

A:hover { /* when mouse is over link */
	text-decoration : underline;
	color : #ff9966;
} 



