body {
	background-color: #ffffff;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.ftr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
p, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #666666;
}
/* Indenting on Menu's */
.indent{
	line-height: 14pt;
	text-indent: 7pt;
}
/* Indenting on Menu's */
.dent{
	line-height: 14pt;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: strong;
	color: #aaa;
	margin-top:0;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: strong;
	color: #000000;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: strong;
	color: #000000;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: strong;
	color: #7CABC7;
}
a:link {
	color: #666666;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #666666;
}

.GraphicalHeader {
 padding-bottom:20px;
}

/* Used in Main Menu Hdr Description */
.bluhdr {
	color: #7BACCA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}
.sectionhdr{
	background-color:#7CABC7;
	padding: 3px;
	margin-top: 10px;
}
.sectionhdrlft{
	background-color:#DDEAF1;
	padding: 3px;
	margin-top: 10px;
}
.subtitles{
	font-weight: bold;
	color: #666666;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.titlebar{
	height: 30px;
	background-color:#2D5982;
	text-align:center;
	font-size:10pt;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#CAD5E0;
	vertical-align:middle;
}
.productlist1a{
	text-indent:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#666666;
	background-color:#FFFFFF;
}
.productlist1b{
	text-indent:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#666666;
	background-color:#CAD5E0;
}
.productlist1c{
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#666666;
	background-color:#FFFFFF;
}
.productlist1d{
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#666666;
	background-color:#CAD5E0;
}
.button1{
	font-size:8pt;
}

/* MENU AREA */

.menutable{
 margin-top:10px;
 margin-left:15px;
 margin-right:10px;
 margin-bottom:5px;
}
.menutitle{
 padding-top:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight:bold;
	color:#333;
	vertical-align:middle;
}

.menubullet{
 padding-top:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;
	vertical-align:top;
}

.menuitem{
	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;
 color:#fff;
}

/* MENU LINKS */

.menuitem .TabLink {
	padding-top:5px;
	background:url(/images_template/tab-bg.gif) repeat-x left top;
}

.menuitem a:link {
	color: #333;
	text-decoration:none;
	margin-top:5px;
}
.menuitem a:visited {
	color: #333;
	text-decoration:none;
}
.menuitem a:hover {
	color: #333;
	text-decoration:underline;
}
.menuitem a:active {
	color: #333;
	text-decoration:underline;
}

/* MENU ADDRESS */

#Address {
 color:#aaa;
 text-align:center;
 font-size:9pt;
}


/* BODY */
.mainbodycell{
	width:800;
}
.basictable{
	width:100%;
}
.message1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	margin-top:15px;
	color:#666666;
	font-weight:bold;
	text-align:center;
}

.LoginWindow{
  background:#4F842B url(/images_template/nav-bg.jpg) repeat-x left center;
  color:#fff;
  text-align:center;
  padding:6px;
  font-weight:bold;
}

.LoginForm{
  background: url(/images_template/dropshadow-tiny.gif) repeat-x left top;
  border-left:1px solid #ccc;
  border-right:1px solid #ccc;
  border-bottom:1px solid #ccc;
  margin:0;
  padding:10px;
}

.FormBG{
  width:100%;
  height:100%;
  background: url(/images_template/form-bg.jpg) repeat-x left bottom;
}

.datetime {
  color:#aaa;
  font-style:italic;
}

/* TABS */

#tabs .TabLink {
	padding-top:5px;
	padding-left:8px;
	padding-right:8px;
	background:url(/images_template/tab-bg.gif) repeat-x left top;
}
#tabs a:link {
	color: #000;
	text-decoration:none;
	margin-top:5px;
}
#tabs a:visited {
	color: #000;
	text-decoration:none;
}
#tabs a:hover {
	color: maroon;
	text-decoration:none;
}
#tabs a:active {
	color: maroon;
	text-decoration:none;
}


