body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
    background-color:#000000;
	padding-left: 10px;
	padding-top: 10px;
}

td {
	vertical-align: top;
}

.bold {
	font-weight: bold;
}	
.yellowtext {
	color:#FFCC00;
}
.whitetext {
	color: #FFFFFF;
}	
.comptitle {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.contact {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}
#clientlist {
	font-size: 12px;
	color: #FFCC00;
}
#menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

.menuitem {
	padding-left:15px;
}
#menuitemselected {
}

/* Standard Anchor Tags */
a {
	text-decoration:none;
	font-weight: bold;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFCC00;
	text-decoration: underline;
}

/* Menu Anchor Tags */
#menu a {
	text-decoration:none;
}
#menu a:link {
	color: #CCCCCC;
}
#menu a:visited {
	color: #CCCCCC;
}
#menu a:hover {
	color: #FFCC00;
	text-decoration: underline;
}


