/* CSS Document */


body {
margin:0px;
}

td {
font:11px arial;
color:#333333;
}



/* ID Styles */

#navigation a {
color: #cccccc;
text-decoration:none;
letter-spacing:.1em;
font-family: arial;
font-weight:bold;
font-size: 10px;
}

#navigation a:hover {
	color: #333333;
	font-weight:bold;
	text-decoration:none;
}

#padding {
padding:20px 5px 20px 5px;
}



/* Class Styles */

.logo {
font:18px times new roman;
color: #333300;
letter-spacing:.4em;
font-weight:bold;
}



.bodyText {
font:11px arial;
line-height:24px;
color:#CCCCCC;
}



.navText {
	color: #999999;
	letter-spacing:0.3em;
	font-family: arial;
	font-size: 10px;
}

.navText_active {
	color: #333333;
	letter-spacing:0.3em;
	font-family: arial;
	font-size: 10px;
	font-weight:bold;
}

a[href^="mailto:"] {

padding-right: 15px;

background: url(email.png) no-repeat center right;

}
