body{
	background-color:white;
	font-family:Arial, Helvetica, sans-serif;
	color:black;
	background-image:url(../images/background/blue.jpg);
	background-repeat:repeat-x;
	
}

p, td {
	font-size:13px;
	color:#000000;
}

a:link, a:active, a:visited {
	color:#0000ff;
	text-decoration:underline;
	font-weight:normal;
}

a:hover {
	color:#110000;
	text-decoration:underline;
	font-weight:normal;
}

li {
	font-size:13px;
	color:#000000;
}

li a:link, li a:active, li a:visited {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

li a:hover {
	color:#110000;
	text-decoration:underline;
	font-weight:bold;
}

.navpanel{
	width:180px;
	color:#ffffff;
	padding-right:1px;
}

.navcell{
	width:180px;
	height:39px;
	padding-left:20px;
	background-image:url(../images/nav.gif);
}

.navcell a:link, .navcell a:active, .navcell a:visited {
	color:#058AD6;
	font-size:13px;
	text-decoration:none;
	font-weight:bold;
}

.navcell a:hover {
	color:#3e5e9a;
	font-size:13px;
	text-decoration:underline;
	font-weight:bold;

}

.navcellchild{
	width:180px;
	height:20px;
	padding-left:37px;
	padding-right:0px;
}

.navcellchild a:link, .navcellchild a:active, .navcellchild a:visited {
	color:#ff5400;
	font-size:13px;
	text-decoration:none;
	font-weight:normal;
}

.navcellchild a:hover {
	color:#000000;
	font-size:13px;
	text-decoration:none;
	font-weight:normal;

}

.navcelltop{
	width:180px;
	height:45px;
	padding-left:20px;
	background-image:url(../images/navtop.gif);
}

.navcelltop a:link, .navcelltop a:active, .navcelltop a:visited {
	color:#058AD6;
	font-size:13px;
	text-decoration:none;
	font-weight:bold;
}

.navcelltop a:hover {
	color:#3e5e9a;
	font-size:13px;
	text-decoration:underline;
	font-weight:bold;
}

.navdivider{
	background-image:url(../images/navigation/separator.gif);
	padding-top:10px;
	height:13px;
	background-repeat:no-repeat;
	background-position:bottom;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#ff5400;
	margin:0px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#ff5400;
	margin-bottom:0px;
}

hr {
	color:#dcdcdc;
	height:1px;
	
}