﻿/* THEME USED THROUGHOUT WEBSITE */

/* GENERAL */

/* default page */
BODY,DIV,P,TD {
  color: #000000;
  font-family: Tahoma, Arial, Sans Serif;
  font-size: 9pt;
}
BODY {
  background-color: #ffffff;
}
body.frame {
	margin: 0px;
	background-color:#FFFFFF;
}
HR {
  color: #000000;
  height: 1px;
}


/* default link */
A {
  color: #ff0000;
}
A:hover {
  text-decoration: none;
}
.required {
  color: #ff0000;
  font-weight: bold;
}

/* ADVANCED */

/* hotlinks */
A.hotLink {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
A:hover.hotLink {
	color: #000000;
}
TD.hotLink {
	background-color: #2c2a5c;
	text-align: center;
}

/* frame */
.headerTxt {
  color: #000000;
  font-size: 15px;
  font-weight: bold;
}
A.footerTxt {
  color: #ffffff;
  font-size: 8pt;
}
A:hover.footerTxt {
  text-decoration: none;
}

/* menu */
A.menuTxt {
  color: #000000;
  font-size: 8pt;
  font-weight: bold;
  text-decoration: none;
}
A:hover.menuTxt {
  color: #FFFFFF;
  text-decoration: none;
}
DIV.gutter {
	width: 133px;
	height: 100%;
	text-align:left;
}
DIV.menu {
	background: url(images/button.gif) top left no-repeat;
	height: 26px;
	width: 125px;
	text-align: center;
	padding-top: 5px;
	margin-left: 2px;
	vertical-align: middle;
}

/* tips pages */
.button {	
  background: url(images/buttonTips.gif) top left no-repeat;
  font-size: 12pt;
  height:40px;
  width:200px;
}
.button a {
  color: #000000;
  position: relative;
  text-align: center;
  top: 6px;
  font-weight: bold;
}
#tips {
  width: 440px; margin: auto;
}
#right {
  float: right; width: auto; margin: auto;
}
#left {
  float: left; width: auto; margin: auto;
}

/* popup window */
BODY.popup {
  background-color: #60722a;
  color: #ffffff;
}

/* common content pages */
.heading,.content {
  background-color: #B0B0CC;
}
.outline {
  background-color: #2B2A5D;
  padding: 2px;
}
.pageHeading {
  color: #2B2A5D;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 14pt;
}
.subHeading {
  color: #2B2A5D;
  font-size: 12pt;
  font-weight: bold;
}

/* Content Ad Styles */

.contentAdTitle {
	background-color: #2B2A5D;
	color: #FFFFFF;
}
.contentAdBox {
	background-color: #c8c8c8;
	border: #000000 1px solid;
}
.contentAdText {
	font-size: 8pt !important;
}

/* THEME USED THROUGHOUT WEBSITE */
