/* CSS Document */

body {
	margin-top: 0px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color:#00784C;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#00784C;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#333333;
}

a:link {  color: #00784C; text-decoration: underline; outline:none; }
a:visited { color: #00784C; text-decoration: underline; outline:none; }
a:active { color: #00784C; text-decoration: underline; outline:none; }
a:hover { color: #000000; text-decoration: underline; outline:none; }

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color:#00784C;
}

li span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#822C97;
}

#main_content_table {

}

#right_col {
	background-image:  url(../images/right_col_bg.gif);
	background-repeat: repeat-y;
}

.body_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#822C97;
	padding-left: 20px;	
	padding-right: 20px;
	padding-bottom: 15px;

}

tr .body_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#822C97;
	padding-left: 10px;	
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;

}

#left_fade {
	background-image: url('../images/left_fade.gif');
	background-repeat: repeat-y;
	width: 22px;
}

#right_fade {
	background-image: url('../images/right_fade.gif');
	background-repeat: repeat-y;
	width: 22px;
}

.white { color:#FFFFFF; }

hr {
	background:url("../images/hr.gif") repeat-x scroll left bottom transparent;
	border:medium none;
	clear:both;
	color:#000000;
	float:none;
	height:0.1em;
	margin:0 0 1.45em;
	width:100%;
}