/* CSS Document */

body {
	background-image: url(images/bg4.jpg);
	background-repeat: repeat;
}

a:link {
	color: #762435;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #762435;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.bodytext_link {
font-family:Arial;
font-size: 11px;
color:#762435;
}

.bodytext {
font-family:Arial;
font-size: 11px;
}

.bodytext_linespace {
font-family:Arial;
font-size: 11px;
line-height: 12pt;
}

.bodytext_bold {
font-family:Arial;
font-size: 11px;
font-weight:bold;
}

.bodytext_bold_white {
font-family:Arial;
color:#FFFFFF;
font-size: 11px;
font-weight:bold;
}

.title_text {
font-family: Georgia, "Times New Roman", Times, serif;
color:#762435;
font-size: 16px;
font-weight:bold;
}

.textlink {
font-family:Arial;
font-size: 10px;
color: #5A524A;
}

.footertext {
font-family:Arial;
font-size: 9px;
}

.image_floatright {
float:right;
margin-left: 2px;
}

.image_floatleft {
float:left;
margin-right: 5px;
}

.table_dashed {	
	border-width: 1px;
	border-style: dashed;
	border-color: gray;
	border-collapse: collapse;
}

.table_dashed td{
padding: 3px;	
}