html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #8E0D0D;
	text-decoration: none;
	}
a:active {
	color: #666666;
	text-decoration: none;
}

a.w {
	color: #FFFFFF;
	text-decoration: none;
}
a.w:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.w:active {
	color: #FFFFFF;
	text-decoration: none;
}

a.w:hover {
	color: #FFFF00;
	text-decoration: underline;
}

.style1 {
	color: #FFFFFF;
	font-weight: bold;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: #D7D7D7 url(imgs/page_bg.jpg) repeat-x;
	font: 11px arial, sans-serif;
	color: #565656;
}


/** Body **/

h1 {
font-size:14px;
 margin:0px;
 text-decoration:underline;
}

#body h2 {
 font: 14px "Times New Roman", serif;
}
#body h2 strong {
 color: #660505;
 font-weight: normal;
 font-size: 18px;
}
#body h3 {
 font: 14px "Times New Roman", serif;
 color: #660505;
 margin-top: 1.4em;
 margin-bottom: 1.1em;
}
#body h4 {
 color: #660505;
}

.rline {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E8E8E8;
}
.style2 {
	color: #FF3300;
	font-weight: bold;
}
.box {
	border: 1px solid #666666;
	font-size: 11px;	
}
.button {
	border: 1px solid #FD5F00;
	font-size: 11px;
	background-color:#FD5F00;
	color:#FFFFFF;
}
.style3 {
	color: #000000;
	font-weight: bold;
}