/* Default Styles */
body {
	font-family:Arial;
	font-weight:normal;
    font-size: 10px;
    /*color: #000000;*/
    text-decoration: none;
}
table {
	font-family:Arial;
	font-weight:normal;
    font-size: 10px;
    /*color: #000000;*/
    text-decoration: none;
}
td {
	font-family:Arial;
	font-weight:normal;
    font-size: 10px;
    /*color: #000000;*/
    text-decoration: none;
}
p {
	font-family:Arial;
	font-weight:normal;
    font-size: 10px;
    /*color: #000000;*/
    text-decoration: none;
}
span {
	font-family:Arial;
	font-weight:normal;
    font-size: 10px;
    /*color: #000000;*/
    text-decoration: none;
    line-height: 20px;
}
input {
	font-family:Verdana;
	font-weight:normal;
    font-size: 10px;
    color: #000000;
    text-decoration: none;
}
select {
	font-family:Verdana;
	font-weight:normal;
    font-size: 10px;
    color: #000000;
    text-decoration: none;
}
textarea {
	font-family:Verdana;
	font-weight:normal;
    font-size: 10px;
    color: #000000;
    text-decoration: none;
}
h1 {
	font-family:Impact,Arial,Verdana;
	font-weight:Normal;
    font-size: 24px;
    color: #000088; /* Dark Blue */
    letter-spacing: 1px;
    margin-top: 0px;
    margin-bottom: 10px;     
}
h2 {
	font-family:Impact,Arial,Verdana;
	font-weight:normal;
    font-size: 22px;
    color: #ffcc00; /* Orange */
    margin-top: 0px;
    margin-bottom: 10px;     
}
h3 {
	font-family:Impact,Arial,Verdana;
	font-weight:normal;
    font-size: 18px;
    color: #000000; /* Black */
    margin-top: 0px;
    margin-bottom: 10px;     
}
h4 {
	font-family:Impact,Arial,Verdana;
	font-weight:normal;
    font-size: 16px;
    color: #7777cc; /* Light Blue */
    margin-top: 0px;
    margin-bottom: 10px;     
}
h5 {
	font-family:Impact,Arial,Verdana;
	font-weight:normal;
    font-size: 12px;
    color: #ffcc00; /* Orange */
    margin-top: 0px;
    margin-bottom: 10px;     
}
li {
	font-family:Arial;
	font-weight:normal;
    font-size: 10px;
    /*color: #000000;*/
    text-decoration: none;
    margin-top: 0px;
    margin-bottom: 0px;     
}
a:Active {
	font-family:Arial;
	font-weight:normal;
    font-size: 10px;
    color: #000055;
    text-decoration: underline;
}
a:Visited {
	font-family:Arial;
	font-weight:normal;
    font-size: 10px;
    color: #000055;
    text-decoration: underline;
}
a:Hover {
	font-family:Arial;
	font-weight:normal;
    font-size: 10px;
    color: #aaaaff;
    text-decoration: underline;
}
a:Link {
	font-family:Arial;
	font-weight:normal;
    font-size: 10px;
    color: #000055;
    text-decoration: underline;
}
.bold {
	font-family:Arial;
	font-weight:bold;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
}
a.bold:Active {
	font-family:Arial;
	font-weight:bold;
    font-size: 12px;
    color: #000055;
    text-decoration: none;
}
a.bold:Visited {
	font-family:Arial;
	font-weight:bold;
    font-size: 12px;
    color: #000055;
    text-decoration: none;
}
a.bold:Hover {
	font-family:Arial;
	font-weight:bold;
    font-size: 12px;
    color: #aaaaff;
    text-decoration: none;
}
a.bold:Link {
	font-family:Arial;
	font-weight:bold;
    font-size: 12px;
    color: #000055;
    text-decoration: none;
}

.white {
	font-family:Arial;
	font-weight:normal;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
}
a.white:Active {
	font-family:Arial;
	font-weight:normal;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
}
a.white:Visited {
	font-family:Arial;
	font-weight:normal;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
}
a.white:Hover {
	font-family:Arial;
	font-weight:normal;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
}
a.white:Link {
	font-family:Arial;
	font-weight:normal;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
}

.black {
	font-family:Arial;
	font-weight:bold;
    font-size: 12px;
    color: black;
    text-decoration: none;
}

.linkButton {
	font-family:Arial;
	font-weight:bold;
    font-size: 11px;
    color: #ffffff;
    text-decoration: none;
    background-color: Orange;
    border: solid, 1, white;
    width: 50px;
    height: 16px; 
    text-align: center;   
}
a.linkButton:Active {
	font-family:Arial;
	font-weight:bold;
    font-size: 11px;
    color: #ffffff;
    text-decoration: none;
    background-color: Orange;
    border: solid, 1, white;
    width: 50px;
    height: 16px; 
    text-align: center;   
}
a.linkButton:Visited {
	font-family:Arial;
	font-weight:bold;
    font-size: 11px;
    color: #ffffff;
    text-decoration: none;
    background-color: Orange;
    border: solid, 1, white;
    width: 50px;
    height: 16px; 
    text-align: center;   
}
a.linkButton:Hover {
	font-family:Arial;
	font-weight:bold;
    font-size: 11px;
    color: #ffffff;
    text-decoration: none;
    background-color: Orange;
    border: solid, 1, white;
    width: 50px;
    height: 16px; 
    text-align: center;   
}
a.linkButton:Link {
	font-family:Arial;
	font-weight:bold;
    font-size: 11px;
    color: #ffffff;
    text-decoration: none;
    background-color: Orange;
    border: solid, 1, white;
    width: 50px;
    height: 16px; 
    text-align: center;   
}
	
a.mainNavigation:Active {
	font-family:Arial;
	font-weight:bold;
    font-size: 14px;
    color: #999999;
    text-decoration: none;
}
a.mainNavigation:Visited {
	font-family:Arial;
	font-weight:bold;
    font-size: 14px;
    color: #999999;
    text-decoration: none;
}
a.mainNavigation:Hover {
	font-family:Arial;
	font-weight:bold;
    font-size: 14px;
    color: #999999;
    text-decoration: none;
}
a.mainNavigation:Link {
	font-family:Arial;
	font-weight:bold;
    font-size: 14px;
    color: #999999;
    text-decoration: none;
}
a.mainNavigationHover:Active {
	font-family:Arial;
	font-weight:bold;
    font-size: 14px;
    color: #000088;  /* Dark Blue */
    text-decoration: none;
}
a.mainNavigationHover:Visited {
	font-family:Arial;
	font-weight:bold;
    font-size: 14px;
    color: #000088;  /* Dark Blue */
    text-decoration: none;
}
a.mainNavigationHover:Hover {
	font-family:Arial;
	font-weight:bold;
    font-size: 14px;
    color: #000088;  /* Dark Blue */
    text-decoration: none;
}
a.mainNavigationHover:Link {
	font-family:Arial;
	font-weight:bold;
    font-size: 14px;
    color: #000088;  /* Dark Blue */
    text-decoration: none;
}
td.mainNavigation {
	font-family:Arial;
	font-weight:bold;
    font-size: 14px;
    color: #999999;
    cursor: hand;
    text-decoration: none;
    padding: 0 0 0 0;
    background-image: url('../images/Weboomer-website-image_19.jpg');
}
td.mainNavigationHover {
	font-family:Arial;
	font-weight:bold;
    font-size: 14px;
    color: #000088; /* Dark Blue */
    cursor: hand;
    text-decoration: none;
    padding: 0 0 0 0;
    background-image: url('../images/Weboomer-website-image_17.jpg');
}
td.mainNavigationActive {
	font-family:Arial;
	font-weight:bold;
    font-size: 14px;
    color: #000088; /* Dark Blue */
    cursor: hand;
    text-decoration: none;
    padding: 0 0 0 0;
    background-image: url('../images/Weboomer-website-image_13.jpg');
}
.mainNavigationSpacer {
	background-color:White;
}
#list-menu a {
    display: block;
    width:110px;
    padding: 2px 2px 2px 10px;
    border: 1px solid #000000;
    background: #dcdcdc;
    text-decoration: none;
    filter: RevealTrans(duration=3.0,Transition=12);
}
td.subNavigation {
	font-family:Arial;
	font-weight:bold;
    font-size: 11px;
    color: #333366; /* Drab Blue */
    cursor: hand;
    text-decoration: none;
    padding: 0 8 0 8;
    border-left: solid 1 #cccccc;
    border-right: solid 1 #888888;
    border-bottom: solid 1 #dddddd;
    background-image: url('../images/MSL_22.jpg');
}
td.subNavigationHover {
	font-family:Arial;
	font-weight:bold;
    font-size: 11px;
    color: #000088; /* Light Green */
    cursor: hand;
    text-decoration: none;
    padding: 0 8 0 8;
    border-left: solid 1 #cccccc;
    border-right: solid 1 #888888;
    border-bottom: solid 1 #dddddd;
    background-image: url('../images/MSL_16.jpg');
}
td.subNavigationActive {
	font-family:Arial;
	font-weight:bold;
    font-size: 11px;
    color: #000088; /* Light Green */
    cursor: hand;
    text-decoration: none;
    padding: 0 8 0 8;
    border-left: solid 1 #cccccc;
    border-right: solid 1 #888888;
    border-bottom: solid 1 #dddddd;
    background-image: url('../images/MSL_16.jpg');
}

/* Header Styles */
.header {
	font-family:Arial;
	font-weight:bold;
    font-size: 9px;
    color: #FFFFFF;
}
a.header:Active {
	font-family:Arial;
	font-weight:bold;
    font-size: 9px;
    color: #FFFFFF;
    text-decoration: none;
}
a.header:Visited {
	font-family:Arial;
	font-weight:bold;
    font-size: 9px;
    color: #FFFFFF;
    text-decoration: none;
}
a.header:Hover {
	font-family:Arial;
	font-weight:bold;
    font-size: 9px;
    color: #FFFFFF;
    text-decoration: underline;
}
a.header:Link {
	font-family:Arial;
	font-weight:bold;
    font-size: 9px;
    color: #FFFFFF;
    text-decoration: none;
}

/* Footer Styles */
.footer {
	font-family:Arial;
	font-weight:normal;
    font-size: 10px;
    color: #999999;
}
a.footer:Active {
	font-family:Arial;
	font-weight:normal;
    font-size: 10px;
    color: #999999;
    text-decoration: underline;
}
a.footer:Visited {
	font-family:Arial;
	font-weight:normal;
    font-size: 10px;
    color: #999999;
    text-decoration: underline;
}
a.footer:Hover {
	font-family:Arial;
	font-weight:normal;
    font-size: 10px;
    color: #999999;
    text-decoration: underline;
}
a.footer:Link {
	font-family:Arial;
	font-weight:normal;
    font-size: 10px;
    color: #999999;
    text-decoration: underline;
}

.login {
	font-family:Arial;
	font-weight:bold;
    font-size: 10px;
    color: #000000;
}

.tiny {
	font-family:Arial;
	font-weight:normal;
    font-size: 8px;
    color: #555555;
}

.websiterequestform {
	font-family:Arial;
	font-weight:Bold;
    font-size: 10px;
    color: #ffffff;
}

.chart {
	font-family:Arial;
	font-weight:Normal;
    font-size: 11px;
    color: #000000;
}

