@charset "utf-8";
/* CSS Document */

body {

	text-align: center;

	font: normal 62.5% Georgia, "Times New Roman", Times, serif;

	min-width: 0px;

	margin-left:0px;

	margin-right:0px;
	
	padding: 0;
	
	margin-top:0px;

	background-color:#000000;

	background-image:url(../images/table-border-bg.gif);

}

#main {

	margin-top: 0px;

	padding-bottom: 20px;

	width: 680px;

	border-left: 1px dashed #333333;

	border-right: 1px dashed #333333;

	overflow: hidden;

	text-align: center;

}

#bodytext {
	font-size: 120%;
	text-align: left;
}


#bodytextsmall {
	font-size: 100%;
	text-align: left;
}

#heading1 {
	font-weight: bold;
	font-size: 140%;
	text-align: left;
	color: #BD3430;
}
#heading3 {
	font-weight: bold;
	font-size: 140%;
	text-align: left;
	color: #000000;
}

#footer {
	
	font-size: 100%;
	
}

#footer2 {
	
	font-size: 120%;
	
}

a:link {
	
	color: #BD3430;
	
}

a:visited {
	
	color: #BD3430;
}

a:hover {
	color: #BD3430;
}
a:active {
	color: #BD3430;
}

