body {
    background-color: #ffffff;
    font-size: 14px;
    font-family: Verdana, Arial;
    color: #000000;
	background: #FFFFFF;  
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-top: 0; 
	padding: 0;    
}

p, td, li {
    font-family: Verdana, Arial;
    text-align: left;
    font-size: 14px;
    color: #000000;
}


.center {
	text-align: center;
}

.leftAlign {
	text-align: left;	
}

/*
a:link {
    font-family: Verdana, Arial;
    color: #000000;
}






a:active {
    color: #000000;
}
*/


a:visited {
    color: #000000;
}

a:hover {
    color: #CC6600;
    text-decoration: none;
}

h1 {
    font-size: 24px;
    font-weight: bold;
    color: #CC6600;
}

#header {
    font-size: 24px;
    font-weight: bold;
    color: #CC6600;
    position: relative;
}

#headerText {
    font-size: 24px;
    font-weight: bold;
    color: #CC6600;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 2;
}

#headerShadow {
    font-size: 24px;
    font-weight: bold;
    color: #dddddd;
    position: absolute;
    top: 2px;
    left: -2px;
    z-index: 1;	
}

h2 {
    font-size: 20px;
    font-family: Verdana, Arial;
    font-weight: bold;
}

#tableheader {
    background-color: #006699;
}

#tableheaderfont {
    font-size: 14px;
    font-family: Verdana, Arial;
    font-weight: bold;
    color: #ffffff;
}


.menuHeader {
	font-weight: bold;
	color: #CC6600;
	text-decoration: none;
} 

.menuItem {
    font-family: Verdana, Arial;
    font-size: 14px;
    color: #000000;
    text-decoration: none;
}

.footer {
    font-size: 10px;
    text-align: center;
}

.footerLink {
    font-size: 10px;
    color: #000000;
    text-align: center;
}

.underlinedLink {
    color: #000000;
    text-decoration: underline;
}


.orangeBold {
	color: #CC6600;	
	font-weight: bold;
}

.footerOrange {
	color: #CC6600;	
    font-size: 10px;
    text-align: center;
    text-decoration: none;
}
