@charset "UTF-8";
/* CSS Document */


h1,h2,h3,h4,h5,h6{
}


p {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #666666;
	margin-bottom: 10px;
}
ul{
	font-size: 12px;
	line-height: 18px;
	list-style-type: square;
	margin-bottom: 10px;
	padding: 0px 0px 0px 15px;	
}

 h1{
	display:block;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	color: #A0C804;
	background-image: url(../images/graphics/dot.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	padding-bottom: 4px;
	margin-top: 12px;
	text-transform: lowercase;
	margin-bottom: 12px;
}

h2{
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	color: #666666;
	font-style: normal;
	padding-bottom: 10px;
}
h3{
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #999999;
	font-style: italic;
	text-align:right;
}
h4{
	font-size: 12px;
	line-height: 13px;
	font-weight: normal;
}
h5{
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	color: #FFFFFF;
}
h6{
	font-size: 12px;
	line-height: 10px;
	font-weight: normal;
	color: #FFFFFF;
}

/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	TABLE STYLING
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
*/


table {
	font: 12px Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
td {
	padding: 5px 10px;
	
	border:#CCCCCC 1px solid;
}



/* 
 hyperlinks
÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷ 
*/
a:link,a:visited		{color: #A0C804;text-decoration: none;}
a:hover        		{color: #339933;text-decoration: none;}
