﻿body 					{background: #1c140c url('../images/mainBack.jpg') repeat-x top center; margin: 0px 10px 50px 10px; font-family:"Trebuchet MS", Helvetica, sans-serif; text-align:center;}
A						{color: #4c6fb5; text-decoration:none}
A:hover					{color: #4c6fb5; text-decoration:underline}
.loginInput				{border: 1px solid #FFFFFF; font-family: Tahoma, Helvetica, sans-serif; color: #FFFFFF; font-size: 11px; padding: 1px 3px; vertical-align:middle; background: #a5b7d9; margin-right: 5px; width: 80px;}
.header					{font-size: 20px; color: #488627; line-height: 120%; font-weight:bold; margin-bottom: 5px; text-transform:capitalize; }
.subheader				{font-size: 16px; color: #488627; line-height: 120%; font-weight:bold; margin-bottom: 5px; text-transform:capitalize;}
.formInput				{border: 1px solid #808080; background: #FFFFFF; color: #000000; width:100%; margin-top: 8px; font-size: 11px; font-family:tahoma, Helvetica, sans-serif; color: #808080; padding: 2px;}
.mainText				{font-size:12px;}
.size2					{font-size: 13px;}
.size1					{font-size: 11px;}
.caption					{font-size: 10px; line-height: 135%; color: #a7a7a7}
h2						{font-size: 16px; color: #4c6fb5; font-weight:bold; margin-top: 0px; margin-bottom: 7px; text-transform:capitalize;}
h3						{font-size: 13px; color: #000000; font-weight:bold; margin-top: -1px; .margin-top: -3px; margin-bottom: 3px; text-transform:capitalize;}

.alertPositive {
  padding: 0px 12px;
  margin: 5px 0px;
  background: #92EF96;
  border: 1px solid green;
}
.alertNegative {
  padding: 0px 12px;
  margin: 5px 0px;
  background: #FF8080;
  border: 1px solid red;
}