body, td {
	font-family : "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height : 14px;
	color : #CBCBCB;
}

p, div {
	margin-left : 10px;
	margin-right : 10px;
	color : #CBCBCB;
}

p.huge {
	font-size:14px;
	font-weight:bold;
}

div.align {
	margin-left : 0px;
	margin-right : 0px;
	color : #CBCBCB;
}

input {
	font-family : "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height : normal;
	color : #CBCBCB;
	background-color : #303030;
	border-style : solid;
	border-width : 1px;
	border-color : #737173;
}

input.bold {
	font-weight : bold;
}

textarea {
	font-family : "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height : normal;
	color : #CBCBCB;
	background-color : #303030;
	border-style : solid;
	border-width : 1px;
	border-color : #737173;
}

a:link, a:visited {
	color : #FFFFFF;
	text-decoration : none;
}

a:hover, a:active {
	color : #FFFFFF;
	text-decoration : underline;
}

.light {
	color : #FFFFFF;
}

.dark {
	color : #777777;
	font-size: 11px;
}

