/* Body */
body
{
	margin: 40px;
}

.bodyclass
{
	margin: 40px;
  background-color: #0F264A;
}

.container {
	width: 792px; 
	height: 612px; 
	margin-top: 40px; 
	position: relative;
  background-color: #FFFFFF;
}

body, td, div {
	font-weight: bold;
  font-family: arial, verdana, helvetica;
	font-size: 12px;
	color: #003675;
	line-height: 20px;
}

.normal{
  font-weight: bold;
  font-family: arial, verdana, helvetica;
	font-size: 12px;
	color: #003675;
	line-height: 13px;
}
a.normal:link 
{
  color: #003675;
	text-decoration : none; 
  font-weight: bold;
}
a.normal:visited 
{
  color: #003675;
	text-decoration : none; 
  font-weight: bold;
} 
a.normal:hover 
{
  color: #003675;
	text-decoration : underline; 
  font-weight: bold;
}

.menus{
	font-family: verdana, arial, helvetica;
	font-size: 14px;
	color: #961B1E;
	line-height: 18px;
}
a.menus:link 
{
	color: #961B1E;	
  text-decoration : none; 
  font-weight: bold;
}
a.menus:visited 
{
	color: #961B1E;
  text-decoration : none; 
  font-weight: bold;
} 
a.menus:hover 
{
	color: #961B1E;
	text-decoration : underline; 
  font-weight: bold;
}
.menu_selected{
	font-family: verdana, arial, helvetica;
	font-size: 14px;
	color: #961B1E;
	line-height: 18px;
	text-decoration : underline; 
  font-weight: bold;
}


.footer_quote{
	font-family: arial, verdana, helvetica;
	font-size: 9px;
	color: #961B1E;
	line-height: 15px;
  font-style: italic; 
}

.footer_note{
	font-family: arial, verdana, helvetica;
	font-size: 9px;
  color: #003675;
	line-height: 15px;
}


/* Lists */
ul 
{
	padding: 0px;
	margin-top: 0px;
	margin-left: 16px;
	margin-bottom: 0px;
}

ol 
{
	padding: 0px;
	margin-top: 0px;
	margin-left: 35px;
	margin-bottom: 4px;
}

li 
{
	margin-bottom: 1px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
}




