TD, BODY, TEXTAREA, INPUT, SELECT {
	font-family : "arial, helvetica, sans-serif";
	font-size : 12px;
	color : #000000;
	line-height : 130%;
}

A {
	color : #FF0000;
}

UL {
	margin-top : 16px;
}

LI {
	margin-bottom : 8px;
}

.menu {
	font-size : 11px;
	color : #000000;
}

.menu a {
	color : #000000;
	text-decoration : none;
}

.menu a:hover {
	text-decoration : underline;
}


.footer, .footer a {
	text-align : center;
	font-size : 9px;
	color : #333333;
}

.bottom-links {
	color : #000000;
	font-weight : normal;
}

.bottom-links a {
	color : #000000;
}

.more {
	text-align : right;
}

.main {
	padding-left : 30px;
	padding-right : 50px;
	vertical-align : top;
}

.title {
	font-size : 16px;
	font-style : normal;
	font-weight : bold;
	color : #999999;
	/*font-variant : small-caps;
	*/
}

.subtitle {
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	color : #999999;
	/*font-variant : small-caps;
	*/
}

.subhead {
	font-size : 13px;
	font-weight : bold;
	color : #666666;
}

.photo {
	margin-right : 20px;
	margin-bottom : 10px;
}

.table {
	background-color : #F0F0F0;
	border-color : 0 0 0 0;
	border : thin solid White;
	border-width : 1 1 1 1;
}

.table-header {
	background-color : #666666;
	color : White;
	font-weight : bold;
	border-color : 0 0 0 0;
	border : thin solid White;
	border-width : 1 1 1 1;
}


HR {
	height : 1;
	color : #CCCCCC;
}

