
/*HTML styles */

body {
	background-color: #3a4d78 ;
	margin: 0px ;
	font-family: verdana, arial, sans-serif ;
	font-size: 12px ;
	color: #000000 ;
}

body, p, li, div, td {
	line-height: 19px;
}

input, select, textarea, button {
	font-family: verdana, arial, sans-serif ;
	font-size: 12px ;
}

table {
	border-collapse: collapse ;
}

form {
	margin: 0px ;
	padding: 0px ;
}

td {
	font-size: 12px ;
	vertical-align: middle ;
}

h1 {
	font-size: 28px ;
	font-weight: normal ;
	color: #0A2D77 ;	
	margin-top: 0px ;
	line-height: 32px ;
	letter-spacing: -2px ;
}

h2 {
	font-size: 18px ;
	font-weight: normal ;
	letter-spacing: -1px ;
	line-height: 22px ;
	color: #0A2D77 ;	
}

h3, .inline_h {
	font-size: 13px ; 
	font-weight: bold ;
	letter-spacing: -1px ;
	color: #0A2D77 ;	
}

#top {
	width: 760px ;
	margin: auto ;
	padding: 10px 0px ;
}

#top td {
	color: #ffffff ;
	font-size: 11px ;
	line-height: 13px ;
	padding-right: 50px ;
}

a.button:link, a.button:active, a.button:visited, a.button:hover {
	display: block ;
	color: #333333 ;
	background-image: url(/images/button_bg.gif) ;
	background-position: center ;
	font-size: 18px ;
	font-weight: normal ;
	letter-spacing: -1px ;
	text-align: center ;
	padding: 15px 10px ;
	line-height: 20px ;
	text-decoration: none ;
	border-left: 1px solid #FFFF00 ;
	border-right: 1px solid #FFFF00 ;
}

a.button:hover {
	background-image: url(/images/button_up.gif) ;
	color: #ffffff ;
}

#content {
	padding: 15px 0px ;
	text-align: center ;
}

a:link {
	color: #0A2D77 ;
}

a:active, a:visited {
	color: #878787 ;
}

a:hover {
	color: #1049c4 ;
}

a.link_white:link, a.link_white:active, a.link_white:visited {
	color: #ffffff ;
	text-decoration: none ;
}

a.link_white:hover {
	text-decoration: underline ;
}

/*	COMMON STYLES	/*

/* TinyMCE specific rules */


body.mceContentBody {
   background: #fff;
}

.mceContentBody a {
	color: #711028 !important; /* Should match standard anchors; FF requires a important here for mceContentBody */
}

a:link img, 
a:active img, 
a:visited img {
	border-style: solid;
	border-width: 1px; 
	border-color: #711028;
}

a:hover img {
	border-color: #666;
}

input {
	margin: 2px; 
	margin-left: 0px; 
}

label, 
input[type="radio"], 
input[type="checkbox"] {
	vertical-align: middle; 
}

/*Misc Standard Styles*/

.w100 {
	width: 100%; 
}

.vat,
table.vat td,
tr.vat td {
	vertical-align: top; 
}

.vabl,
table.vabl td,
tr.vabl td {
	vertical-align: baseline; 
}

.vam,
table.vam td,
tr.vam td {
	vertical-align: middle; 
}

.tar {
	text-align: right; 
}

.important {
	color: #711028;
}

.required {
	text-align: center;
	color: #711028;
}

.even_row, 
.row_0 {
	background-color: #eee;
}

.odd_row, 
.row_1 {
	background-color: #fff;
}

.good, 
.status1 {
	color: #456314;
}

.bad, 
.status0 {
	color: #711028;
}


/*  MAILING LISTS STYLES */

/* lists */


/* detail */


/* module */


/* subscribe box */

div.ml.subscribe {
	width: 300px; 
	margin: 15px auto; 
	padding: 10px; 
	background-color: #ccc ;
	border: solid 1px #999 ;
}

div.ml.subscribe_message {
	margin: 10px 0px ;
}

div.ml.subscribe_required {
	text-align: center;
	font-size: .7em ;
}

table.ml.subscribe_form {
	width: 100%; 
}

table.ml.subscribe_form td {
	padding: 0px; 
}

td.ml.subscribe_form_label {
	white-space: nowrap; 
	width: 1%; 
}

table.ml.subscribe_form td input {
	width: 99%; 
}

div.ml.subscribe_form_button {
	padding-top: 5px; 
	text-align: right; 
}

/*  MAILING LISTS BLASTS STYLES */

/* lists */


/* detail */


.print_only {
	display: none; 
}

@media print {
	
	.print_only {
		display: block;
	}
	
	.no_print {
		display: none; 
	}
	
	.content {
		width: 100%; 
		margin: 0px; 
		float: none;
	}
	
}
