a {
	text-decoration: underline;
	color: #C0031A;
	cursor: pointer;
}
a:link {
	text-decoration: underline;
	color: #C0031A;
}
a:hover{
	text-decoration: underline;
	color: #666666;
}
a:visited{
	text-decoration: underline;
	color: #666666;
}
body {
	background:url(images/bg.gif) center top;
}

body, td {
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	margin: 0px 0px 30px;
	padding: 0px;
	text-align: justify;
	background-image: url(images/bg.jpg);
	background-color: #8a8a8a;
	background-repeat: repeat-x;
	background-position: top;
	line-height: 18px;
}
.FormStyle {
	font-family: Arial;
	border: 1px solid #999999;
	padding: 2px;
	margin: 0px;
	line-height: normal;
	font-size: 10px;
}


p {
	padding:0px 0px 5px 0px;
	margin:0px;
}
h1 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	background-image: url(images/c_head.jpg);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 5px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 2px;
	display: block;
	margin-left: 0px;
	line-height: normal;
	height: 16px;
}
.redbold {
	font-weight: bold;
	color: #C0031A;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #c0031a;
	margin: 0px;
	line-height: normal;
	display: block;
	padding-top: 5px;
	text-align: left;
}
h2 a{
	text-decoration: none;
	color: #c0031a;
}
h2 a:link, h2 a:visited {
	text-decoration: none;
	color: #333333;
}
h2 a:hover, h2 a:active {
	color: #333333;
	text-decoration: none;
}
h3 {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	background-image: url(images/q_head.jpg);
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	width: 198px;
	line-height: normal;
	height: 16px;
	float: left;
}
h4 {	
}

ol {
	margin:0px 0px 0px 10px;
	padding-left:15px;
}
ul {
	margin:0px;
	padding-left:15px;
	text-align:left;
}
li {
	margin:0px;
	margin-left:10px;
	padding-left:0px;
	text-align:left;
	list-style-image: url(images/dot2.gif);
}
strong {
	color: #333333;
}
.ten {
	font-size: 10px;
}

div {
	float:left;
	background-repeat:no-repeat;
}

.red {
	color: #C0031A;
}
ca