body {
		/* default the pages font settings using relative font sizes */
		font: 10px Verdana, Helvetica, Arial, sans-serif;
		padding:0px;
		margin:0 0 0 10px;
		background-color:#FFFFFF;	
		/*text-align:center;	*/
		width:750px;
		color:#666666;
}

td 
{
	font: 10px Verdana, Helvetica, Arial, sans-serif;
}		

a, a:link {
	font-weight: normal;
	color: #666;
}
a:visited {
	font-weight: normal;
	color: #666;
}
a:hover {
	font-weight: normal;
	color: #999999;
	text-decoration: underline;
}

h1 {
	margin-bottom: 5px;
	color: #666666;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	font-weight: bold;
	font-size: 12px;
	color: #666666;
}


.formNoPadding {
	margin: 0;
	padding: 0;
}

.tableCell2 {
	border: #CCCCCC 1px solid;
	font-weight: normal;
	font-size: 10px;
	background: #f1f1e4;
	color: #969;
	padding: 4px;
}


A.navLink, A.navLink:visited {
	font-weight: normal;
	font-size: 10px;
	color: #666666;
	text-decoration:none;
	line-height:20px;
}

A.navLink:hover {
	text-decoration:underline;
	color: #666666;
}

.button,
.button:visited
{
	border: 1px solid #CCCCCC;
	padding:1px;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	background-color: #dbdbc7;
	cursor: pointer;
}
.buttonhover
{
	border: 1px solid #CCCCCC;
	padding:1px;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
	background: #dbdbc7;
	cursor: pointer;
}

.tableHead {
	font-weight: bold;
	font-size: 10px;
	background: #7b7579;
	color: #fff;
	padding: 5px 5px 5px 10px;
}
.tableHeadHelp {
	font-weight: bold;
	font-size: 18px;
	background: #7b7579;
	color: #fff;
	padding:3px;
}
.borderedBox
{
	border: 1px solid #7b7579;
}

.tableCell5 {
	font-weight: normal;
	font-size: 10px;
	background: #f1f1e4;
	padding:2px;
}
