body {
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
color : #ffffff;
background-color : #9C0001;
background-image:url(../images/bg.jpg);
background-repeat:repeat-x;
margin : 0;
text-align : center;
}

h1 {
font-family : Arial, Helvetica, sans-serif;
font-size : 24px;
font-weight : normal;
color : #000000;
margin : 0;
padding : 0;
}
h2 {
font-family : Arial, Helvetica, sans-serif;
font-size : 18px;
font-weight : bold;
color : #8c8c8c;
margin : 0;
padding : 0;
}
h3 {
font-family : Arial, Helvetica, sans-serif;
font-size : 14px;
font-weight : normal;
color : #000000;
margin : 0;
padding : 0;
}
h4 {
font-family : Arial, Helvetica, sans-serif;
font-size : 14px;
font-weight : bold;
color : #000000;
margin : 0;
padding : 0;
}
h5 {
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
font-weight : bold;
color : #000000;
margin : 0;
padding : 0;
}
h6 {
font-family : Arial, Helvetica, sans-serif;
font-size : 10px;
font-weight : normal;
color : #000000;
margin : 0;
padding : 0;
}

.pipe {
padding-left : 10px;
padding-right : 10px;
}

.hor_rule {
border-width : 1px 1px 1px 1px;
border-color: #CCCCCC #CCCCCC #CCCCCC #CCCCCC ;
border-style: solid none none none;
}

.hor_rule_2 {
width : 100%;
height : 20px;
background-image : url(../images/hor_rule.jpg);
background-repeat : repeat-x;
background-position : center;
}

.clear {
clear:both;
}


hr {
	margin: 0px;
	padding: 0px;
}

.table_sample {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: #407398 #407398 #407398 #407398;
	border-collapse: seperate;
	background-color: #FFFFFF;
}