/* CSS Document */

 /* basic formatting for page text */

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

#logo {
    text-align: center;
	position: relative;
	width: 100%;
}

img {
	border: 0;
}

/*-------------------------- TabSystem Rules -----------------------------*/

#mo-tabsystem {
	position: relative;
	top: 0px;
	left: 0;
	margin: 0 0 0 -1px;
	padding: 0;
	text-indent: 0;
	border-bottom: 0;
	width: 100%;
}

.content { 
	position: relative;
	background: #fff;
	width: 100%;
	display: block;
	margin: 0;
    font-size: 7px;
	text-align: center;
	text-indent: 0px;
}

.submenu { 
	position: relative;
	line-height: 24px;
	background: url("menu_data/lgbar.jpg");
	width: 100%;
	display: inline;
	text-align: center;
	text-indent: 0px;

    color: #FF0;
	font-size: 14px;
	font-weight: bold;
}

div.submenu a {
	color: white;
	padding: 0.3ex;
	text-decoration: none;
}

div.submenu a:visited {
	text-decoration: none;
	color: #FFF;
}

div.submenu a:active {
	text-decoration: none;
	color: #FFF;
}

div.submenu a:hover {
	text-decoration: none;
	color: #FF0;
}

.tabs img {
	height: 25px;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
.style1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.style3 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
}
.style4 {font-size: 12px}
.style5 {color: #FFFF00}
.style6 {font-size: 14}
.style7 {font-size: 14px; font-weight: bold; }
.style8 {font-family: Geneva, Arial, Helvetica, sans-serif}
.style9 {font-size: 14px}
.style10 {font-size: 12px; font-weight: bold; }
.style15 {font-size: 14px; font-weight: bold; color: #000099; }
.style16 {color: #000099}
.style17 {
	font-size: 10px;
	font-weight: bold;
}
.style18 {font-size: 10px}
.style19 {color: #0000CC}
.style20 {color: #181C98}
.style21 {font-size: 10pt}
.style24 {color: #000080}
.style25 {font-size: 14px}
.style26 {color: #000080}
.style27 {font-size: 16px}
.style28 {font-size: 14px; color: #000080; }
.style29 {
	font-size: 16px;
	color: #FF0000;
}
.style30 {
	font-size: 14px;
	color: #000080;
}
.style31 {color: #000080}
.style32 {font-size: 16px}
.style33 {
	font-size: 12px;
	color: #000080;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.style35 {font-family: Geneva, Arial, Helvetica, sans-serif}
.style43 {font-family: Arial, Helvetica, sans-serif}
.style45 {color: #000080}
.style46 {font-size: 12px}
.style47 {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}
.style49 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
}


.listingTitle {
	font-family: Arial,Helvetica,Verdana,sans-serif;
	color: #000080;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	padding: 0 0 0 8px;
}
.listingTitle a {
	color: #000080;
	text-decoration: underline;
}
.listingLabel {
	font-family: Arial,Helvetica,Verdana,sans-serif;
	color: #000080;
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 0 8px;
	text-align: left;
	height: 18px;
}
.listingData {
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-weight: normal;
	color: black;
	font-size: 12px;
	padding: 0 0 0 8px;
	text-align: left;
	height: 18px;
}
.listingSublink {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
}

.formBox {
	border: 1px solid #000066;
	background: #EFEFEF;	
}
.formIntro {
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-weight: bold;
	color: black;
	font-size: 14px;
	padding: 10px;
}
.formIntro2 {
	font-family: Arial,Helvetica,Verdana,sans-serif;
	color: black;
	font-size: 11px;
	padding: 10px;
}
.formSection {
	font-family: Arial,Helvetica,Verdana,sans-serif;
	color: #000080;
	font-size: 14px;
	padding: 0 0 0 10px;
}
.formLabel {
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-weight: normal;
	color: #000080;
	font-size: 11px;
	padding: 0 0 0 10px;
}
.formData {
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-weight: normal;
	color: #333333;
	font-size: 11px;
}
.formRequired {
	color: red;
}
