body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-color: #235274;
}

img {
	border: 0px;
}

.data {	font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #333333;
}

a	{ 	text-decoration: none;
		color: #a6153b; }
a:hover { color: #e90541; ; text-decoration: underline}
a:visited { color: #852b42; }
a.menu	{ 	text-decoration: none;
		color: #FFFFFF; }
.footer { color:#FFFFFF; }
h2 { 	color: #a6153b;
		font-size: 14px;
		font-family: arial;
		font-weight: bold;
		margin: 0px;
		padding: 0px;
		text-align: center;
		margin-bottom: 15px;
		text-decoration: underline;
}

.date { font-family: arial;
		color: #103863;
		font-weight: bold;
		text-align: left;
		margin-left: 10px; 
		font-size: 11px;
		padding: 5px 0px 5px 0px; 
}
 
.news { font-weight: normal; 
		margin-left: 20px;
		margin-right: 10px;
		text-align: left;
		font-size: 11px;
		padding: 5px 0px 5px 0px; 
}

a.more { 	color: #a6153b;
			display: block;
			text-align: right;
			font-weight: bold; 
			margin-right: 10px;
			margin-bottom: 0px;
			margin-top: 5px;
 }
a:hover.more { color: #e90541; }
a:visited.more { color: #852b42; }
li.terms { margin-bottom: 10px;}
.norm { font-style: normal;
		margin-top: 10px;}
ol.ital { font-style: italic; }
li.pg {	margin-bottom: 10px;
		list-style-image:url('images/arrow.gif')
}

li strong {	color: #173a62;
}

/* used in rta-templates but could be used in main site */
td.mainmenu {
  border-left: 1px #173a62 solid;
  border-right: 1px #173a62 solid;
  border-bottom: 3px #173a62 solid;
  border-top: 3px #173a62 solid;
  color: #FFFFFF;
  font-weight: bold;
}
/*
 * css for the menu.tpl template
 */
table.menu {
	background: transparent;
}
#menu_wrapper {
	background: transparent;
}
#menu_table {
	position: absolute;
	margin-left: 30px;
}
a.menu_top_link, a.menu_sub_link {
	font-size: 10pt;
	text-decoration: none;
}
td.menu_top {
	padding-right: 10px;
	text-align: left;
}
.menu_sub {
	position: absolute;
	background: #6D2222; 
	visibility: hidden;
	padding-right: 5px;
	padding-left: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
}

