/* CSS Document */

body {
	background-color:#333333;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: none;
}

.nav_on {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

a.nav:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: none;
}

a.nav:visited {
	color: #CCCCCC;
	text-decoration: none;
}

a.nav:hover {
	color: #FFFFFF;
	text-decoration: none;
}

a.nav:active {
	color: #CCCCCC;
	text-decoration: none;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.td_light {
	background-color: #999999;
}

.td_xlight {
	background-color:#CCCCCC;
}

.td_med {
	background-color: #666666;
}

.td_dark {
	background-color: #333333;
}

.td_red {
	background-color: #BB0A32;
}

.td_bottom {
	height: 2px;
}

.borderRightWhite {
	border-right: 1px solid #FFFFFF;
}
.borderLeftWhite {
	border-left: 1px solid #FFFFFF;
}
.borderBottomWhite {
	border-bottom: 1px solid #FFFFFF;
}

hr {
	color: #CCCCCC;
	height: 1px;
}

.design {
	text-indent: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
}

.email {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}

.td_tab {
	width: 65px;
	height: 20px;
	background-repeat: no-repeat;
	font-size: 9px;
	text-align:center;
	color: #333333;
}

.td_tab_on {
	width: 65px;
	height: 20px;
	background-repeat: no-repeat;
	font-size: 9px;
	text-align:center;
	color: #FFFFFF;
}

a.project:link {
	text-align: center;
	font-size: 9px;
	color: #333333;
	text-decoration:none;
}

a.project:visited {
	text-align: center;
	font-size: 9px;
	color: #333333;
	text-decoration:none;
}

a.project:hover {
	text-align: center;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration:none;
}

a.project:active {
	text-align: center;
	font-size: 9px;
	color: #333333;
	text-decoration:none;
}

.project_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #BB0A32;
	text-indent: 15px;
}

.blurb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.td_project {
	width: 100px;
	font-weight: bold;
	vertical-align: top;
}

.td_project_description {
	width: 600px;
	vertical-align: top;
}

.hidden {
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}