body {
	background-color: #ffffff;
	font-family: Verdana; font-size: 10pt;
}

p, ul, ol {
	color: black;
	font-size: 10pt;
	font-family: Verdana;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Verdana;
}

h1
{
	color: #454545;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
}

h2
{
	color: #707070;
	font-size: 10pt;
	font-weight: bold;
	border: 1px solid #cccccc;
	border-width: 0px 0px 1px 0px;
	padding-bottom: 0px;
}

h6
{
	color: #707070;
	font-size: 10pt;
	font-weight: normal;
	border: 1px solid #cccccc;
	border-width: 0px 0px 1px 0px;
	padding-bottom: 0px;
}

th
{
	background-color: #D2E1FF;
	color: #707070;
	font-size: 10pt;
	font-weight: bold;
	border: 1px solid #cccccc;
	border-width: 0px 0px 1px 0px;
	padding-bottom: 0px;
}

.alertbody
{
	border:1px solid #cccccc; 
	border-width: 0px 2px 2px 2px;
}

td
{
	color: black;
	font-size: 10pt;
	font-family: Verdana;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.nav {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-size: 80%;
	font-family: Verdana;
}

.title {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-size: 80%;
	font-family: Verdana;
}

.small {
	color: #000000;
	font-size: 60%;
	font-family: Verdana;
}

.footer {
	color: #555555;
	font-size: 60%;
	font-family: Verdana;
	text-align: center;
}

.box {
	border:1px solid #000000; 
	border-width: 1px 2px 2px 1px;
}

.wrapper {
}

.cell1 {
	border:1px solid #cccccc; 
	border-width: 0px 1px 1px 0px;
}

.cell2 {
	border:1px solid #cccccc; 
	border-width: 1px 1px 0px 1px;
}

.menuheader {
	background-color: #ff6500;
}

.menubody {
	background-color: #ffffff;
}

a {
	color: black;
	text-decoration: underline;
}

a:link {
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}

a:hover {
	color: #0000FF;
	text-decoration: underline;
}