@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
}
p, ul {
	font-size:13px;
	line-height:17px;
	color:#333333;
	padding-bottom:13px;
}
h1 {
	font-size:30px;
	color:#ed8e00;
}
h2 {
	font-size:23px;
	color:#ed8e00;
}
.boxbody h2 {
	border-bottom:2px #ed8e00 solid;
	text-align:center;
	position:relative;
	bottom:10px;
}

h3 {
	font-size:18px;
	color:#ed8e00;
}
h4 {
	font-size:15px;
	color:#ed8e00;
}

img, a img {
	border:none;
}

ul {
	margin-left:20px;
	list-style:disc;
}
ul ul {
	list-style:circle;
}

/********** LINKS **********/
a:link, a:visited {
	color:#0485d7;
	text-decoration:none;
}
a:hover {
	color:#ed8e00;
}
a:active {
	text-decoration:none;
}



/********** OTHER STYLES **********/
.button {
	display:block;
	height:26px;
	width:152px;
	background:url(../images/button.gif) no-repeat top left;
	color:#0485d7 !important;
	font-weight:bold;
	text-align:center;
	padding:8px 0 0 0;
	margin:3px;
	text-decoration:none !important;
}
.button:hover {
	color:#ff9900 !important;
}
.pic_right {
	float:right;
	padding:0 0 3px 3px;
}
.pic_left {
	float:left;
	padding:0 3px 3px 0;
}
.divider {
	height:3px;
	border-top:dotted 3px #ed8e00;
	margin-bottom:5px;
	color:#fff;
	background:none;
}
.def {
	font-weight: bold;
	color: #ed8e00;
	font-size:13px;
	line-height:17px;
	padding-bottom:13px;
}

