@charset "UTF-8";
/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px;	
	color:#666666;
	}

p{
	line-height:16px;
	padding:5px 10px;
	}

a{
	color:#38B9FF;
	text-decoration:none;
	font-weight:bold;
	}
a:hover{
	text-decoration:underline;
	}
	
h1{
	font-size:18px;
	color:#3B5107;
	font-weight:normal;
	}
h2{
	color:#FC589F;
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
	padding:10px 10px 0 10px;
	}
h2.green{
	color:#3B5107;
	padding:0 10px;
	}
h3{
	font-size:12px;
	padding:0 10px;
	}
h3 span{
	font-weight:normal;
	}
hr{
	border-bottom:#ccc 1px dotted;
	border-top:0 #fff;
	border-left:0;
	border-right:0;
	margin:20px 0;
	height:1px;
	}
hr.three{
	background-image:url(../images/common/dividerThree.gif);
	border-bottom:0 #fff;
	border-top:0 #fff;
	border-left:0 #fff;
	border-right:0 #fff;
	height:5px;
	}
ul{
	list-style:none;
	margin:5px 0;
	padding:0 10px;
	}
	
ul li{ 
	background:url(../images/common/arrow.gif) no-repeat;
	padding-left:20px;
	margin:3px 0;
	}
	
img {
	margin:-5px 0 0 -5px;
	}
	
a img{
	border:0;
	}
.quote{
	background:url(../images/common/quote_start.gif) no-repeat;
	margin:0 10px;
	}
.quote p{ padding:5px 30px;}
.quote p.end{background:url(../images/common/quote_end.gif) no-repeat right bottom;}

div.shade {
	background:url(../images/common/shade.gif) repeat-x;
	float:right;
	}
