body {
	margin: 0px 0px 50px 0px;
	text-align: center;
	background-color: #333333;
	background-image: url(../images/shell/page_bkg.gif);
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
/*
h1 {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0081C5;
	margin-bottom: -10px;
}
*/
/*
h2 {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-bottom: -10px;
}
*/
.right {
	float: right;
	padding-right: 15px;
}
.disable {
	color: #ababab;
}
a {
  text-decoration: none;
}
a:link {
  color: #ED4B41;
}
a:visited {
  color: #ED4B41;
}
a:hover {
  color: #ED4B41;
  text-decoration: underline;
}
/* top nav bar */
.topNav{
  font-size: 10px;
  color:#ffffff;
  padding-right:5px;
  vertical-align:middle;
}
.topNav a:link{
  color:#989898;
  text-decoration:none;
}
.topNav a:visited{
  color:#989898;
  text-decoration:none;
}
.topNav a:hover{
  color:#ffffff;
  text-decoration:none;
}
/* Center Welcome section */
.centerWelcome{
  font-size:10px;
  color:#717171;
}
.centerWelcome a:link{
  color:#717171;
  text-decoration:underline;
}
.centerWelcome a:visited{
  color:#717171;
  text-decoration:underline;
}
.centerWelcome a:hover{
  color:#717171;
  text-decoration:underline;
}
.welcomeHighlight{
  font-size:10px;
  color:#F36921;
}
.searchText{
  font-size:10px;
  color:#717171;
}
.copyright{
  font-size: 10px;
  color: #666666;
  text-align: right;
}
.copyright a:link{
  font-size: 10px;
  color: #666666;
  text-align: right;
}
.copyright a:visited{
  font-size: 10px;
  color: #666666;
  text-align: right;
}
.copyright a:hover{
  font-size: 10px;
  color: #666666;
  text-align: right;
}
/* Content Sections */
.centerText_header{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#666699;
}
.centerText_body{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
}
.centerText_body a:link{
	color:#666699;
	text-decoration:underline;
}
.centerText_body a:hover{
	color:#666699;
	text-decoration:underline;
}
.centerText_body a:visited{
	color:#666699;
	text-decoration:underline;
}
/* top text */
.topText{
  font-size:12px;
  color:#666666;
  padding-left:5px;
}
.topWelcome{
  font-size:12px;
  color:#F36921;
  padding-left:5px;
}