/***********************************************************************
 Second Generation : In The Works
 Jeff Chew
 **********************************************************************/
 
body {
	margin									: 0 0 0 0;
	background-color						: #ffffff;
	font-family								: Arial, Helvetica, Sans-serif;
	font-size								: 12px;
	color									: #666666;
}

td,input,select {
	font-family								: Arial, Helvetica, Sans-serif;
	font-size								: 12px;
	color									: #666666;
}

a,a:visited,a:active {
	color									: blue; 
	font-weight								: bold;
	text-decoration							: none;
}

a:hover,a:visited:hover {
	color									: red; 
	font-weight								: bold;
	text-decoration							: none;
}

/* text styles */
.bodytext14bold {
	font-size								: 14px; 
	font-weight								: bold; 
}

.redtext12bold {
	font-size								: 12px;
	font-weight								: bold;
	color									: #ff0000;
}

.redtext14bold {
	font-size								: 14px;
	font-weight								: bold;
	color									: #ff0000;
}

/* form table formatting */
table.formTable td {
	padding-bottom							: 8px;
}


