/* ------------------------------------------------	MAIN
*/


body	{
	background: url(bg2.png) repeat-y;
 	background-color: #ffffff; 
	cursor: crosshair;
	line-height: 16px; 
	overflow: auto;
		font-family: arial;
	font-size: 12px;
	color: #262626; 
		line-height: 160%; 
	text-align: left;}

body, tr, td  {

	font-family: arial;
	font-size: 12px;
	color: #505050; 
	line-height: 160%; 
	text-align: left;
	margin-right: 0px; 
	margin-left: 0px; 
	margin-top: 0px; 
	margin-bottom: 0px; 
	letter-spacing: 0px; 
	list-style-type: square;
	line-height: 22px;}
	
p {margin: 20px 20px 20px 80px;}


	
b, strong {color:#d7333f;
}

em, i {
	color:#f0ae30;
	}
	
#footer { text-align:center;
	margin: 20px 10px 10px 20px;}
	

/* ------------------------------------------------	LINKS
*/

a:link, a:visited , a:active 	{text-decoration: none; 
	color: #919191; }
	
a:hover 	{text-decoration: none; 
	color: #000000;
	border-bottom: 2px solid #5fa432;
	font-weight: normal;
	cursor: help;}
	

/* ------------------------------------------------	HEADERS 
*/



h1 	{
font-family: Garamond;
	font-size: 30px;
	font-weight: normal;
	font-style: italic;
	text-transform: lowercase;
		letter-spacing: 1px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #005b7f;
	text-align: right;
	
}



/* ------------------------------------------------	MENU
*/
.menu {	width: auto;
	background-image: url(images/Untitled-4_02.png);
	height: auto;
	padding:15px
}

.menu a, .menu a:link, .menu a:active, .menu a:visited
{	font: 8pt Courier New;
	color: #FFFFFF;
	font-weight: normal;
	text-transform: lowercase;
	text-decoration: none;
	background: #000000;
	border: 0px solid #000000;
	padding: 10px 10px 10px 10px;
	margin-right: 20px;
}

.menu a:hover { color: #5fa432;

				border: 0px;
}
