/* root level text style */

a:link {color: #A13727;}
a:visited {color: #41509C;}
a:active {color: #000000;}

a:hover {color: #000000; text-decoration: none;}

body {
	background-image: url(images/bodyBack.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	}
	
td {
	font-size: 11px;
	color: #000000;
	}
	
h2, .SMboldTitle {
	font-size: 12px;
	font-weight: bold;
	color: #41509C;
	margin:0px;
	}
	
h1, .boldTitle {
	font-size: 14px;
	font-weight: bold;
	color: #A13727;
	margin:0px;
	}
	
h3 {
	font-size: 11px;
	font-weight: normal;
	color: #41509C;
	margin:0px;
	}	

