body {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	line-height:20px; 
	color:#393939;
}

a:link{text-decoration: underline; } 
a:visited {text-decoration: underline ;} 
a:active {text-decoration: underline; } 
a:hover {text-decoration: none ; color: #CD3D3D ; font-weight:bold;} 


/*----------------font------------------------*/
.titlefont {
	font-size:16px;
	font:bold;
	color:#751F1F;
}
.subtitlefont {
	font-size:14px;
	font:bold;
	color:#B33333;
}
.subtitlefont2 {
	font-size:13px;
	font:bold;
	color:#243f7c;
}
.leftcolumfont {
	color:#ffffff;	
}
.footerfont {
	color:#ffffff;	font-size: 10px; line-height:14px; padding-top:5px; padding-bottom:5px;
}
input, select {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	line-height:20px; 
	color:#393939;
}
.smallerfont {
	font-size:10px;
}
.namefont{
	color:#4B5977;
}
.agendafont{
	color:#A5756B;
}
/*----------------table------------------------*/

td {
	font-size: 13px; 
	color:#393939; 
	line-height:20px; 
}

table.stdout { 
	border-top:1px solid #A5ACB2; 
	border-left:1px solid #A5ACB2; 
	padding:2px 2px 2px 2px;
	margin-left:20px;
}

td.title {
	font-size: 15px;
	color:#ffffff;
	border-bottom:1px solid #A5ACB2;
	border-right:1px solid #A5ACB2;
	padding:5px;
	vertical-align:top;
	line-height: 30px;
	font-weight: bold;
	background-color: #845951;
}

td.table {
	font-size: 13px; 
	color:#393939; 
	border-bottom:1px solid #A2A2A2;	 
	border-right:1px solid #A2A2A2; 
	padding:2px 2px 2px 2px;
	vertical-align:top;
}

td.tableodd {
	font-size: 13px; 
	color:#393939; 
	border-bottom:1px solid #A5ACB2;	 
	border-right:1px solid #A5ACB2; 
	background:#E9E8F6;
	padding:2px 2px 2px 2px;
	vertical-align:top;
}

td.tableeven {
	font-size: 13px; 
	color:#393939; 
	border-bottom:1px solid #A5ACB2;	 
	border-right:1px solid #A5ACB2; 
	background:#FFEAEA;
	padding:2px 2px 2px 2px;
	vertical-align:top;
}

td.tabfooter {
	font-size: 13px; 
	color:#000000; 
	border-bottom:1px solid #A5ACB2;	
	border-right:1px solid #A5ACB2; 
	background:#A5ACB2; 
	padding:2px 2px 2px 2px;
	text-align:right;
}

/*----------------box------------------------*/

table.largeboxout {
	border-top:10px solid #000000;
	border-left:1px solid #000000;
	border-bottom:5px solid #000000;
	border-right:1px solid #000000;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	padding:5px 5px 5px 10px;
	background:#ffffff;



	width=98%;
}
table.boxout { 
	border-top:1px solid #800000; 
	border-left:0px solid #800000; 
	border-bottom:5px solid #800000; 
	border-right:0px solid #800000; 
	margin-right:5px;
	margin-bottom:10px;
}
td.boxtitle {
	font: bold; 
	font-size: 13px; 
	color:#ffffff; 
	background:#800000; 
	padding:2px 10px 2px 10px;
}
td.boxcontent {
	padding:2px 12px 12px 12px;
	background:#E5E5E5;
}
/*----------------image------------------------*/
image.borderline{
	margin:0px 20px 10px 0px;
}
.tableevenover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #a5756b;
	line-height: 30px;
	padding:2px 2px 2px 2px;
	vertical-align:top;
	border-bottom:1px solid #A5ACB2;
	border-right:1px solid #A5ACB2;
}

