body {
	font-family: Arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-color:#fff;
	text-decoration: none;
	color: #333333;

}

p {
	font-family: Arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	background-color:#fff;
	text-decoration: none;
	color: #333333;

}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333399;
}

}
a:link {
	color: #962549;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: underline;
	color: #999;
}
a:active {
	text-decoration: none;
	color: #999;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFCC00;
}
li {
	color: #999;
}

.img {
	margin-right: 10px;
	margin-bottom: 5px;
}

.line_top_red {
	border-top: 1px solid #CC6600;
}

.line_bottom_red {
	border-bottom: 1px solid #CC6600;
}

.line_right_red {
	border-right: 1px solid #CC6600;
}

.line_left_red {
	border-left: 1px solid #CCC;
}

.line_top_gray {
	border-top: 1px solid #CCC;
}

.line_bottom_gray {
	border-bottom: 1px solid #CCC;
}

.line_right_bottom_gray {
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.line_right_gray {
	border-right: 1px solid #CCC;
}

.line_left_gray {
	border-left: 1px solid #CCC;
}
