body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

body {
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

A {
	color: #A81E59;
	text-decoration: none;
	font-weight:bold;
}

A:HOVER {
	color: #000000;
	text-decoration: underline;
}

li { list-style-image: url(images/bullet.gif);}  

.content_main {
	padding:7px;
}

.content_title {
	color: #637052;
	font-weight:bold;	
	font-size: 16px;
	border-bottom:1px solid;
	
}

.content_subtitle {
	font-weight:bold;	
	font-size: 14px;
}

.blue {color:#637052;}

.table-border-solid { 
	border: 1px solid #000000;
}

