@charset "utf-8";
/* CSS Document */

body 
{
	background-color: #f0f0ef;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
}


.content 
{
	background-color: #ffffff;
	border: 1px solid #dddcdc;
}

.tableArea
{
	background-color: #F0F0F0;
	border: 1px solid #efeded;	
}

table, tbody, tr, td {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #333333;
	text-align: justify;
	}
	
a:link, a:active, a:visited {
	color: #0055A5;
	text-decoration: none;
	}
	
a:hover {
	color: #DE0000;
	text-decoration: none;
	}
	
.Heading1, H1 {
	font-size: 14px;
	color: #DE0000;
	font-weight: bold;
	}

.Heading2,H2, .heading2 {
	font-size: 12px;
	color: #0055A5;
	font-weight: bold;
	}
	
.Heading3,H3 {
	font-size: 11px;
	color: #018A60;
	font-weight: bold;
	}
	
.Heading4 {
	font-size: 10px;
	color: #0055A5;
	font-weight: bold;
}	

.footer {
	font-size: 9px;
	font-family: Verdana, Arial;
	color: #333333;
	}
	
.formfield {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #333333;
}

.button {
	font-family: Verdana, Arial;
	font-size: 13px;
	color: #333333;
	}
	
	
	
	
.TableRow {
	background-color: #FFFFFF;
}
.TableRow1 {
	background-color: #ECEEF0;
}
.TableRow2 {
	background-color: #ECEDF4;
}
.TableRow3 {  background-color: #f9f9f9}


.TableHeader {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #28678c}
.TableHeaderNegative {
	font-size: 12px;
	font-weight: bold;	
	background-color: #FFFFFF;
}
.TableBorder {  border: 1px solid #B9D3E4; 	color: #FFFFFF;}
.TableBorderLight {
	border: 1px solid #e7e7e8;
	background-color: #f3f3f4;
	color: #000000;
}

ul {
	padding-left: 15px;
	padding-right: 8px;
}

.speakerNames {
	color: #555555;
	text-decoration:none;
	line-height: 16px;
}

.speakers {
	color: #008a5f;
	font-weight: bold;
}
	
	