/* THEME USED THROUGHOUT WEBSITE */

/* GENERAL */

/* default pages */
BODY {
  color: #424a9b;
  background: #f3f3f3;
  font-family: Tahoma, Arial, Courier;
  font-size: 12pt;
}

H2 {
  font-family: Book Antiqua,Georgia,Times New Roman,Times;
  font-size: 15pt;
}

H3 {
  font-family: Tahoma, Arial, Courier;
}

HR {
  color: #733c4f;
  height: 2px;
}
LABEL { font-size: smaller; }

.pageSize {
	width: 700px;
}

A.menuItem {
  color: #733c4f;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
}

A:hover.menuItem {
  color: #f2e235;
}

.formHeader {
  color: #5ca93f;
  font-size: 16pt;
}

.signature {
  color: #733c4f;
  font-weight: bold;
}

.teamName {
  color: #733c4f;
  font-family: Book Antiqua,Georgia,Times New Roman,Times;
  font-size: 14pt;
  font-style: italic;
  font-weight: bold;
}

.testimonial {
  font-style: italic;
}

/* tips pages */
.button {	
  background: url(images/btn-Tips.gif) top left no-repeat;
  font-size: 14pt;
  height:40px;
  width:200px;
}
.button a {
  color: #FFFFFF;
  position: relative;
  text-align: center;
  text-decoration: none;
  top: 5px;
}
#tips {
  width: 440px; 
  margin: auto;
}
#right {
  float: right; 
  width: auto; 
  margin: auto;
}
#left {
  float: left; 
  width: auto; 
  margin: auto;
}

.centerTxt {
  text-align: center;
}

.content {
  background-color: #EEEEEE;
  padding: 5px;
  text-align: justify;
}

.heading {
  background-color: #CCCCCC;
  font-size: 13pt;
  font-weight: bold;
  text-align: center;
  padding: 3px;
  font-family: Book Antiqua,Georgia,Times New Roman,Times;
  font-style: italic;
}

.inputLbl {
  padding-right: 6px;
  text-align: right;
}

.outline {
  background-color: #999999;
  padding: 2px;
}

.pageAlign {
  text-align: center;
}

.pageSize {
  width: 600px;
  text-align: left;
  margin:0 auto;
}

/* common content pages */
.heading,.content {
  background-color: #f3f3f3;
}
.outline {
  background-color: #f3f3f3;
  padding: 2px;
}
.pageHeading {
  color: #424A9B;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 14pt;
  text-align: center;
}
.subHeading {
  color: #424A9B;
  font-size: 12pt;
  font-weight: bold;
}
BODY,P,TD,DIV {
  color: #424A9B;
  font-size: 11pt;
}

.contentAdBox {
	background-color: #FFFFFF;
}
.contentAdTitle {
	background-color: #424A9B;
	color: #FFFFFF;
}
.contentAdText {
	font-size: 8pt !important;
}