@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	
	font-family: Arial, Helvetica, sans-serif;
    color: #1C381B;
    background: url(../images/background01.jpg) #000 top center no-repeat;
	margin-top: 0px;
}
a:visited {
	color: #333;
	font-style: normal;
	text-decoration: none
}
a:link {
	color: #1C381B;
	font-style: normal;
	text-decoration: none
}
a:hover {
	color: #C00;
	font-style: normal;
	text-decoration: none
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 10px;
}
.footer {
	color: #63688E;
}

.footer a:visited {
	color: #333;
	font-style: normal;
	text-decoration: none
}
.footer a:link {
	color: #FFF;
	font-style: normal;
	text-decoration: none
}
.footer a:hover {
	color: #890000;
	font-style: normal;
	text-decoration: none
}
.rightColumn {
	color: #2C3267;
	width: 170px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.contentText {
	color: #1C381B;
	padding: 15px;
	font-weight: normal;
}
.contentTextTwo {
	color: #1C381B;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.heading {
	color: #1C381B;
	font-size: 20px;
	font-weight: bold;	
}
.headingTwo {
	color: #1C381B;
	font-size: 26px;
	font-weight: bold;	
}
