body {
	background-color: #333333;
	}
	
td{
font-family: Arial;
font-size: 8pt;
color: #cccccc;
}

a:link, a:active, a:visited{
text-decoration: underline;
color: #cccccc;
}

a:hover{
text-decoration: none;
color: #EC9506;
}

a.email:link, a.email:active, a.email:visited{
text-decoration: none;
font-weight: bold;
color: #666666;
}

a.email:hover{
text-decoration: none;
color: #999999;
}

.large{
font-size: 18pt;
font-weight: bold;
color: #666666;
}

.orange{
color: #EC9506;
}

.effect{
color: #666666;
font-weight: bold;
}

.phone{
color: #999999;
font-weight: normal;
}

.location{
font-weight: bold;
color: #666666;
}

.main_cell{
background-color: #000000;
padding-right: 10px;
padding-left: 10px;
}

/*NAVIGATION BEGIN*/

.navCell{
background-color: #999999;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 30px;
}

.navOrange{
background-color: #EC9506;
}

a.nav:link, a.nav:active, a.nav:visited{
text-decoration: none;
color: #333333;
font-size: 8pt;
font-family: Arial;
font-weight: bold;
}

a.nav:hover{
text-decoration: none;
color: #EC9506;
}
/*NAVIGATION END*/