
/* font and background styles */
/* top level default background */
.m0l0mouto {
	background: #5B96D7;
}
/* other levels default background */
.m0l1mouto, .m0l2mouto, .m0l3mouto, .m0l4mouto {
	background: #4371B3;
}
/* top level mouseover background */
.m0l0movero {
	background: #4371B3;
}
/* other levels mouseover background */
.m0l1movero,
.m0l2movero,
.m0l3movero,
.m0l4movero {
	background: #FF0000;
}
/* top level mousedown background */
.m0l0mdowno {
	background: #FF0000;
}
/* other levels mousedown background */
.m0l1mdowno,
.m0l2mdowno,
.m0l3mdowno,
.m0l4mdowno {
	background: #FF0000;
}

/* i refers to font, inner div style */
/* this is top-level font style */
.m0l0mouti {
	color: white;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	margin: 5px;
	padding: 0px;
}

.m0l0moveri {
         color: red;
         font-family: verdana, arial, sans-serif;
         font-weight: bold;
         font-size: 11px;
         margin: 5px;
         padding: 0px;
}
/* this is top-level mousedown font style */
.m0l0mdowni {
         color: white;
         font-family: verdana, arial, sans-serif;
         font-weight: bold;
         font-size: 11px;
         margin: 5px;
         padding: 0px;
}

/* this is other levels font style */
.m0l1mouti,
.m0l2mouti,
.m0l3mouti,
.m0l4mouti {
	color: #222222;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	margin: 5px;
	padding: 0px;
}

/* this is other levels font style on mouseover and mousedown */
 .m0l1moveri, .m0l1mdowni,
 .m0l2moveri, .m0l2mdowni,
 .m0l3moveri, .m0l3mdowni,
 .m0l4moveri, .m0l4mdowni {
	color: white;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	margin: 5px;
	padding: 0px;
}

/* site styles go here*/

p { 
margin-top: 5px; 
margin-bottom: 8px; }

p.title { 
margin-top: 5px; 
margin-bottom: 11px; }

a:link, a:visited { 
color: #4371b3; 
text-decoration: none }

a:hover, a:active { 
color: #ee4223; 
text-decoration: none }

a.logo:link, a.logo:visited { 
color: #ffffff; 
text-decoration: none }

a.logo:hover, a.logo:active { 
color: #ffffff; 
text-decoration: none }

.bodytext { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 11px; 
line-height: 12px ;
color: #000000; }

.bodytext-bold { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 11px; 
line-height: 12px ;
color: #000000;
font-weight: bold }

.title { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 14px; 
line-height: 18px ; 
color: #ee4223; 
font-weight: bold; 
margin-top: 35px; }

.head2 { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; 
line-height: 15px ; 
color: #4371b3;
font-weight: bold;
margin-top: 5px; 
margin-bottom: 3px; }

.form-bold { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; 
line-height: 15px ;
color: #000000;
font-weight: bold }

.sub-category { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 18px; 
line-height: 22px ; 
color: #ffffff; 
font-weight: bold; }

.sub-pagetitle { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 14px; 
line-height: 18px ; 
color: #4371b3; 
font-weight: bold; }

.title-lgb, .download { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 14px; 
line-height: 18px ; 
color: #ee4223; 
font-weight: bold; }

.bodytext-lgb { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 11px; 
line-height: 12px ; 
color: #000000; }

.bodytextbold-lgb { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 11px; 
line-height: 12px ; 
color: #000000; 
font-weight: bold; }

.bodytextbold-red-lgb { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 11px; 
line-height: 12px ; 
color: #ee4223; 
font-weight: bold }

.title-dgb { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 14px; 
line-height: 18px ; 
color: #ffffff; 
font-weight: bold; }

.bodytext-dgb { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 11px; 
line-height: 12px ; 
color: #ffffff; }

.bodytextbold-dgb { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 11px; 
line-height: 12px ; 
color: #ffffff; 
font-weight: bold }