/******************************************************************************
* Precis Content Classes
******************************************************************************/
	p {
		font: normal 11px/1.7em Tahoma, Verdana, Arial, Helvetica, sans-serif;
		color: #494c51;

	}


a:link, a:visited {
	color: #6b9ad0;
	text-decoration: none;
}

	a:hover {
		color: #ff9900;
		text-decoration: none;
	}


hr {
	height: 0px;
	margin: 0;
	padding: 0;
	border: 0;
	border-top: 1px dotted #ccc;
}


	h1 {
		font: normal 24px/24px Georgia, "Times New Roman", Times, serif;
		color: #6b7b8d;
		text-decoration: none;
		margin-bottom: 15px;
	}
	
	h2 {
		font: normal 18px/18px Georgia, "Times New Roman", Times, serif;
		color: #8e959e;
		text-decoration: none;
		margin-top: 25px;
		margin-bottom: 10px;
	}
	
	h3 {
		font: normal 16px/16px Georgia, "Times New Roman", Times, serif;
		color: #6b7b8d;
		text-decoration: none;
		margin-bottom: 5px;
	}
	
	h4 {
		font: normal 16px/16px Georgia, "Times New Roman", Times, serif;
		color: #8e959e;
		text-decoration: none;
		margin-top: 25px;
		margin-bottom: 5px;
	}	

	h5 {
		font: normal 14px/14px Georgia, "Times New Roman", Times, serif;
		color: #6b7b8d;
		text-decoration: none;
		margin-bottom: 5px;
	}	
	
	ul {
		margin-left: 0px;
		padding-left: 11px;
	}
	
		ul li {
			font: normal 11px/1.7em Tahoma, Verdana, Arial, Helvetica, sans-serif;
			color: #494c51;
			line-height: 16px;
			list-style-position: outside;
		}	
	
/******************************************************************************
* Global Form Classes
******************************************************************************/

select {
	font: normal 11px/1em Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}


textarea, option {
	font: normal 11px/1em Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

.input {
	font: normal 11px/1em Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	width: 175px;
}

.inputfree {
	font: normal 11px/1em Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

.button
{
	background: #c5c5c5;
  COLOR: #494c51; 
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	FONT-WEIGHT: normal;
	BORDER-STYLE:solid;
	BORDER-WIDTH:1pt;
	BORDER-COLOR:#6b7b8d;
	cursor: default;
}


.titlebar1{
	height: 20px;
	background: #000000;
	background-position: right;
	padding: 0px 0px 0px 5px;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	line-height: 24px;
}
	
	

