	body {
    FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	COLOR: #555554;
	FONT-FAMILY:Arial, Helvetica, sans-serif;
    text-decoration:none;
	margin:0px; margin-top:0px;
	background: transparent url(../images/bg.gif) fixed center top no-repeat;

	}
		
	/* links */
	a { background: inherit; color: #ff740b; text-decoration: none; }
	a:hover { background: inherit; color: #ff740b; text-decoration: underline; }
	
	/* headers */
	h2 { font-size: 13px; text-transform: uppercase; color:#CF760C; }
	h3 { font-size: 1.2em; color:#009900;}
		
	
	 h3
	 {
		margin: 0px 0px;
		}
	 
	ul, ol {
		margin: 10px 30px;
		padding: 0 15px;		
	}
	

	
	
	/* form elements */
	form {
		padding:2px; 
	}
	label {
		display:block;
		font-weight:bold;
		margin:5px 0;
	}
	input {
		padding: 4px;
		border:0px solid #b2b2b2;
		font: normal 11px  Arial, Helvetica, sans-serif;
		color:#777;
		
	}
	textarea {
		width:400px;
		padding:2px;
		font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
		border:1px solid #eee;
		height:100px;
		display:block;
		color:#777;
	}
	input{ 
		margin: 0; 
		font: bold 11px Arial, Sans-serif; 
		padding: 3px 2px; 
		color: #ffffff;	
		border: 1px solid #666666;
		text-transform:uppercase;	
	}
	
	
	
	
	
.h1 {
	font-family:Arial, Helvetica, sans-serif; font-size:20px; color:#ffffff;
}
.text {

	color:#ffffff; padding-left:3px; font-size:12px; font-weight:bold; font-family:Arial, Helvetica, sans-serif;
}

.text a:link {

	color:#ffffff; padding-left:3px; font-size:12px; font-weight:bold; font-family:Arial, Helvetica, sans-serif;
}

.text a:visited {

	color:#ffffff; padding-left:3px; font-size:12px; font-weight:bold; font-family:Arial, Helvetica, sans-serif;
}
.text a:hover {

	color:#00000; padding-left:3px; font-size:12px; font-weight:bold; font-family:Arial, Helvetica, sans-serif; text-decoration:underline;
}

/* Menu */

#menu {
	float: left;
}

#menu ul {
	margin: 0px;
	padding: 10px 0px 0px 10px;
	list-style: none; 
	line-height: normal;
}

#menu li {
	float: left;
	margin: 0px;
}

#menu a {
	display: block;
	width: auto;
	padding: 6px 20px 0px 10px;
	background: url(../images/arrow.gif) no-repeat left 70%; font-size:13px; color:#FFFFFF; font-weight:bold; font-family:"Trebuchet MS";
}

#menu a:hover {
	text-decoration: underline;
}

#menu .active {
}

#menu .active a {
}
