body{
	background-color: #ffffff;
	margin: 0px;
	font-family: tahoma, helvetica;
	color: #4c4157;
	font-size: 12px;
	}
	
td{
	font-size: 12px;
	}
	
a{
	color: #e8a266;
	text-decoration: underline;
	}
	
a:hover{
	color: #f9b377;
	text-decoration: none;
	}
	
hr{
	border: none;
	height: 1px;
	color: #ACAAB9;
	background-color: #ACAAB9;
	}
	
table.tableMain {
	width: 100%; 
	border: none; 
	margin: none;
	padding: 0px;
	}
	
table.tableMain td{
	margin: none;
	padding: 0px;
	}
	
ul.menu{
	list-style: none;
	margin:0px;
	padding: 0px;
	}
	
ul.menu li{
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top:10px;
	margin-bottom:10px;
	width:170px;
	}
	
ul.menu li ul{
	list-style-image: url(../images/blueDot.gif);
	}
	
ul.menu li ul li{
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
	margin-top:2px;
	margin-bottom:2px;
	}
	
	
h1 {
	font-size: 20px;
	font-weight: bold;
	margin-top:5px;
	margin-bottom:15px;
	color: #4C4157;
	text-transform: uppercase;
	}
	
h2 {
	font-size: 16px;
	font-weight: bold;
	margin-top:5px;
	margin-bottom:5px;
	color: #333333;
	
	}
	
h3 {
	font-size: 14px;
	font-weight: normal;
	margin-top:5px;
	margin-bottom:5px;
	color: #ACAAB9;
	
	}
	

	
div.menu {
	margin-top: 10px;
	text-align: left; 
	padding-left: 10px; 
	width: 200px; 
	display: block;
	}
	
div.content {
	text-align: left;
	font-size: 12px;
	color: #666666;
	display: inline;
	width: 600px; 
	padding: 3px;
	}
	
div.content img{
	border: 3px solid #DAD7EE;
	margin: 6px;
	
	}
	
table.standard{
	margin: 6px;
	width: 90%;
	border-top: 1px solid #DAD7EE;
	border-left: 1px solid #DAD7EE;
	border-right: none;
	border-bottom: none;
	border-collapse: collapse;
	}
	
table.standard th{
	background-color: #DAD7EE;
	color: #4C4157;
	font-weight: bold;
	font-size: 11px;
	border-top: none;
	border-left: none;
	border-right: 1px solid #DAD7EE;
	border-bottom: 1px solid #DAD7EE;
	margin: 0px;
	padding: 6px;
	}
	
table.standard td{
	background-color: #ffffff;
	color: #333333;
	font-size: 11px;
	border-top: none;
	border-left: none;
	border-right: 1px solid #DAD7EE;
	border-bottom: 1px solid #DAD7EE;
	margin: 0px;
	padding: 6px;
	}
	
form.standard input.text, select.text, textarea.text{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #e8e8e8;
	border: 1px solid #DAD7EE;
	padding: 4px;
}

label {
	
	font-size: 9px;
	font-weight: bold;
	color: #333333;
}

form.standard  fieldset{
	background-color: #eeeeee;
	font-size: 12px;
	border: none;
	margin: 10px;
	}

form.standard input.button {
	
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #DAD7EE;
	border: 1px solid #cccccc;
	padding: 4px;
}