/* CSS Document */

* {
	margin:0; padding:0; 
}
	
img {
	border:1px solid #5c584c;
	padding:0;
}

p { 
	font-size: 0.9em;
	line-height: 1.3em;
	margin-bottom: 10px;
}

small { 
	font-size: 0.9em;
	color: #a39b8e;
	font-weight:normal;
}


/* HEADERS */

h1{
	font-size:1em;
	color:#6AB609;
	font-weight: bold;
	margin:24px 0 20px 0;
}
	
h2 {
	font-size:1.2em; 
	color:#7DCF00; 
	margin-top:15px;
}

h2 a, h2 a:visited { 
	color:#7DCF00;
	text-decoration:underline;
}

h2 a:hover, h2 a:visited:hover { 
	color:#7DCF00;
}

h3 {
	font-size:1.3em; 
	color:#5c584c;
}


/* LINKS */

a { color:#8A827B; cursor:pointer; text-decoration:none;}
a:visited { color:#5c584c;}
a:hover{ color:#5c584c; text-decoration:underline;}
a:visited:hover{ color:#5c584c;}

h3 a, h3 a:visited{color:#5c584c;}


/* LISTS */

li { 
	margin:0px 0;
	font-size:1.1em;
	font-weight: bold;
}

li a { 
	color:#5c584c;
	font-weight: bold;
	text-decoration:none;
}
li a:hover { 
	color:#5c584c;
	text-decoration:none;
}
li a:visited {
	color:#5c584c;
	text-decoration:none;
}
a:visited:hover {
	color:#5c584c;
	text-decoration:none;
}

ul li{
	margin-left:0;
}

.clear{
	clear: both;
}

	
/* TABLES */

table{
	width:100%;
	font-size:0.9em;
	border:none;
	border-style: hidden;
	border-collapse: collapse
	}
	
tr { 
	height:30px;
	}

td {
	border: 0px solid #dedede;
	border-width: 0px 1px 0px 0px;
}

.tdEnd {
	border: 0px solid #ffffff;
	border-width: 0px 1px 0px 0px;
	width:120px
} 

.tableHead{
	background-color:#dedede;
	color:#303930;
	font-weight:bold;
	text-indent:6px;
	}
	
.tableRowW{
	background-color:#ffffff;
	color:#303930;
	font-weight: normal;
	text-indent:6px;
	border-width: 0px 30px 0px 0px;
	border-color: #330033
	}

.tableRowG{
	background-color:#efefef;
	color:#303930;
	font-weight: normal;
	text-indent:6px;
	}	

.heading {
	width: 400px;
	height: 40px
}

.headingLeft {
	float:left;
}

.headingRight {
	float:right;
}


input{ 
	border:1px solid #C6BEB4; 
	color:#8A827B; 
	background-color: #fff ! important; 
	font-size: 1em; 
	padding: 2px
}




/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

