/*Global Styles*/

body {
	background-color: #FFFFFF;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333333;
	/*background: url(../../images/global/body_bg.gif);*/
	background-repeat: repeat-y;
	background-position: center;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333333;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333333;
}
.smaller {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #666666;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #0e4656;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #0e4656;
	margin: 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #0e4656;
	margin: 0px;
}
h3 + p {
	margin-top: 0px;
}

a, a:visited, a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	text-decoration: none;
}

a:hover img { 
	filter:alpha(opacity=70); 
	-moz-opacity: 0.7; 
	opacity: 0.7; 
}
	
a img { 
	border: 0; 
	filter:alpha(opacity=100); 
	-moz-opacity: 1.0; 
	opacity: 1.0; 
}

a:hover img.logo { 
	border: 0; 
	filter:alpha(opacity=100); 
	-moz-opacity: 1.0; 
	opacity: 1.0; 
}
	
a img.logo { 
	border: 0; 
	filter:alpha(opacity=100); 
	-moz-opacity: 1.0; 
	opacity: 1.0; 
}

img.greenBrdr {
	border: 1px solid #0e4656;
}

#tblHeader, #tblMain, #tblFooter {
	border-left: 1px solid #0e4656;
	border-right: 1px solid #0e4656;
}

form {
	margin: 0px;
}

input {
	align: middle;
}
/* Page Menu Styles */



/* ----- Page Body Styles ----- */
/* Left Side Styles */
#tblLeftMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #0e4656;
}

.leftCell {
	border-bottom: 1px solid #0e4656;
	border-right: 1px solid #0e4656;
}

.leftCell a, .leftCell a:active, .leftCell a:visited  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #0e4656;
	text-decoration:none;
}

.leftCell a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #6699aa;
	text-decoration:none;
}

.leftPic {
	border-right: 0px;
}

a.small, a.small:visited, a.small:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #666666;
	text-decoration: underline;
}
a.small:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #666666;
	text-decoration: none;
}

/* Home Page Styles */

#tblBenefits {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #444444;
}

#tblFeatures {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #0e4656;
}

#tblFeatures a, #tblFeatures a:visited, #tblFeatures a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #0e4656;
	font-weight: bold;
	text-decoration: underline;
}

#tblFeatures a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #0e4656;
	font-weight: bold;
	text-decoration: none;
}

/* Content Page Styles */

a.bigGreen, a.bigGreen:visited, a.bigGreen:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #0e4656;
	text-decoration: none;
	font-weight: bold;
}
a.bigGreen:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #6699aa;
	text-decoration: none;
	font-weight: bold;
}

a.smallGreen, a.smallGreen:active, a.smallGreen:visited  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #0e4656;
	text-decoration:none;
	font-weight: bold;
}

a.smallGreen:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #6699aa;
	text-decoration:none;
	font-weight: bold;
}
/* Footer Styles */
#tblFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #0e4656;
	border-bottom: 1px solid #0e4656;
}

#tblFooter a, #tblFooter a:visited, #tblFooter a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #0e4656;
	text-decoration: none;
}
#tblFooter a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #6699aa;
	text-decoration: none;
}

#footerLeft {
	width:208px;
}
#footerMid {
	width:294px;
}
#footerRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	color: #0e4656;
	width:274px;
}

#tblFooterPopup {
    font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #0e4656;
}