body {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	text-align: center;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited {
	color: #FF6600;
	text-decoration: underline;
}

a:hover {
	color: #FFFF00;
	text-decoration: underline;
}

/************** text styles **************/

.keyword {
	font-weight: bold;
}

.header {
	font-size: 14px;
	font-weight: bold;
}

.smalltext {
	font-size: 10px;
}


#footer {
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	z-index: 2;
	clear: both;
}

/********* layout styles *********/

#master {
	position: relative;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	text-align: center;
}


