body {
	background-color: #FFFFCC;
	background-image: url('images/bg.gif');
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000
}

.normal10    { font-size: 10pt; color: #000000 }

.little      { font-size: 8pt; color: #000000; font-family:Arial }

.bold10      { font-size: 10pt; color: #008000; font-weight: bold }

.bold10black{ 
    font-size: 10pt; 
    color: black; 
    font-weight: bold 
}

p, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.pagetitle {
	font-size: 12pt;
	color: #006600;
	font-weight: bold
}

.redbg {
	background-color: #FF3300;
}

.bold14 {
	font-size: 14px;
	font-weight: bold;
}

.bold14red {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}

.bold14green {
	font-size: 14px;
	font-weight: bold;
	color: #006600;
}

.whitebg {
	background-color: #FFFFFF;
}

.buttonStyle{
	border: solid 1px #FF0000;
	cursor: pointer;
	cursor: hand;
	background-color: white;	
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	color: #0000FF;
}

.buttonStyle:link{
	border: solid 1px #FF0000;
	cursor: pointer;
	cursor: hand;
	background-color: #006600;
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	color: #FF0000;
}

.buttonStyle:hover{
	border: solid 1px #FF0000;
	cursor: pointer;
	cursor: hand;
	background-color: #006600;
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	color: white;
}

.buttonStyle:visited{
	border: solid 1px #FF0000;
	cursor: pointer;
	cursor: hand;
	background-color: white;
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	color: #0000FF;
}

.buttonStyle:visited:hover{
	border: solid 1px #FF0000;
	cursor: pointer;
	cursor: hand;
	background-color: #006600;
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	color: white;
}


