body {
	background-color: #003366;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

table, td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
table.contentTable{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color : White;
	text-align : center;
}
/*  title(headline) link formatting*/
a.titleLink:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}
	
a.titleLink:visited {
	color: #000000;	
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}

a.titleLink:active, a.titleLink:hover {
	color: #000000;
	font-weight: bold;
	font-size: 14px;
}

.transparentImage {
	background-color: transparent !important;
}

a:link {
	text-decoration: underline;
	color: #003366;
}
	
a:visited {
	color: #003366;
}

a:active {
	
}

a:hover {

}


/* body copy text formatting */
.mainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CE0000;
}
td.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CE0000;
}
/* copy headline text formatting */
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #4883AE;
}

/* copy sub-headline text formatting */
.sub_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #4883AE;
}

/* small texts formatting in body copy */
.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #333333;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
}
.blueText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: Blue;
}
/* promo area text formatting */

.title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height : normal;
	white-space : normal;
}
select.menuSelect {
	 font-family: Arial, Helvetica, sans-serif; 
	 font-size: 8pt 
}
select {
	 font-family: Arial, Helvetica, sans-serif; 
	 font-size: 8pt 
}
input{  
	 font-family: Arial, Helvetica, sans-serif; 
	 font-size: 8pt 
}



