a {color : #0055A4; text-decoration : none;}
a:active {color:#0055A4; text-decoration:none;}
a:hover {color:#0055A4; text-decoration:underline;}
a:visited {color:#0055A4; text-decoration:none;}
a:visited:hover {color:#0055A4; text-decoration:underline;}
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
	background-color: #c1e1f9;
	/*background-position: center;
	background-image:url(../template_images/bkg_gradient.gif);
	background-attachment:fixed;
	background-position:top;
	background-repeat:repeat-x;*/
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-size: small;
}
.bodyHeads {
	font-size: 14px;
	font-weight: bold;
	color: #0055A4;
}
hr {
	color: #569FD3;
	height:1px;
	width:100%;
}

.bodySubHeads {
	font-size: 14px;
	font-weight: bold;
	color: #800000;
}
.bodyFooters {
	font-size: 9px;
	text-align:center;
}
input[type="text"],input[type="password"],input[type="file"],select,textarea {
	font-family: inherit;
	font-size: 10px;
	background-color: #FFFFFF;
	/*border: 1px solid #0055A4;*/
	border: 1px solid #333333;
	color: inherit;
}
input[type="submit"],input[type="button"] {
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	/*padding-top: 6px;
	padding-bottom: 6px;
	color: #333333;
	color: #FFFFFF;
	border: 1px solid #0055A4;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #569FD3;*/
	cursor: pointer;
}

.bodyErrorMsg {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.bodyResponseMsg {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.bodyCaptions {
	font-size: 9px;
}
.rightNavHeads {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.rightNavText {
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.topNavSubText {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.leftNavText {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0055A4;
}

.rightNavBullets {
	text-indent: -30px;
	line-height: 12px;
}
.rightNavParagraph {
	line-height: 0px;
}
.rightNavSubheads {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.bodySectionHeads {
	font-size: 10px;
	color: #333333;
	font-weight: bold;
}
.mainBodyBox {
	text-align: center;
	border: 0px solid #333333;
	width: 100%;
}
.horizontalUL {
	/*float:left;
	width:100%;*/
	padding:0;
	margin:0;
	list-style-type:none;
}
.horizontalLI {
	display:inline;
}
.inLineForms {
	display:inline;
}
.tableHeaderRow {
	background-color:#569FD3;
	color: #FFFFFF;
	font-weight: bold;
}
.bodyBkgLeft {
	background-color: #15458d;
	background-image: url(/template_images/body_bkg_left.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.bodyBkgRight {
	background-color: #15458d;
	background-image: url(/template_images/body_bkg_right.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.redSubmitButtons {
	background-color:#e70000;
	border: none;
	/*text-transform:uppercase;*/
	padding:3px;
	color: #fff;
}
input[type="submit"].redSubmitButtons,input[type="button"].redSubmitButtons {
	/*padding-top:6px;
	padding-bottom:6px;*/
	background:#d30000 url(/ebm/images/global/bkgds/button-shim.gif) repeat-x; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	border-radius:4px; 
	-moz-border-radius:4px; 
	color: #ffffff; 
	border:0; 
	padding:2px 8px;  
	font-size: 12px;
}

