/*typography ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/	
body {
margin: 0;
padding: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000;
background: #080844;
line-height: 140%;	
}
a {
text-decoration: none;
font-weight: bold;
color: #f00;
}
a:link {
}
a:visited {
}
a:active {
text-decoration: none;
}
a:hover {
color: #f00;
text-decoration: none;
}
h1 {
font-family: arial, Helvetica, sans-serif;
font-size: 1.9em;
font-weight: bold;
margin-top: 0em;
line-height: 110%;
}
h2 {
font-family: arial, Helvetica, sans-serif;
font-size: 1.7em;
font-weight: bold;
line-height: 110%;	
}
h3 {
font-family: arial, Helvetica, sans-serif;
font-size: 1.4em;
line-height: 110%;	
}
h4 {
font-family: arial, Helvetica, sans-serif;
font-size: 1.2em;
line-height: 110%;		
}
h5 {
font-family: arial, Helvetica, sans-serif;
font-size: 1.1em;
line-height: 150%;	
margin: 0 0 4px 0;
}
h6 {
font-family: arial, Helvetica, sans-serif;
font-size: 0.8em;
line-height: 110%;
}
img {
border: 0;
}
li {
margin: 0 0 0 14px;
}


.mast {
background-color: #fff;
}
.red {
background-color: #990000;
padding: 20px;
}
.burgundy {
background-color: #080844;
color: #f00;
padding: 20px;
}
.white {
background-color: #fff;
padding: 20px;
}
.under {
background-color: #080844;
color: #f00;
}
.main {
color: #fff;
}
.smallText {
font-size: 10px;
}
#bttn {
background:#FF0000;
border: #000 1px solid;
font-weight: 14px;
color: #fff;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-weight: bold;
}

#letter {
border: #FF0000 1px dashed;
padding: 5px 10px 5px 10px;
background: #F7F7F7;
width: 95%;
}


/* mutiplier ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
.grFormFieldLabel { font-weight: bold; color: #000;  padding-bottom: 10px;}
.grFormITLetter { font-family : "Courier New", Courier, monospace; color: #000;}
.grFormDefaultText { font-weight: normal; text-align: left; font-size: 10px;}
.grFormErrorFieldLabel { font-weight: bold; color: #CC0000; }
.grFormErrorMsg { font-weight: bold; color: #CC0000; }
.grFormITTarget { font-weight: bold; color: #000; }
.grFormTermsText { font-size: 10px; color: #000; }
A.grFormDefaultText:link { color: #f00; }
A.grFormTermsLink { font-size: 12px; color: #f00 border-bottom: 0; }
A.grFormLink:link { font-weight: normal; text-decoration: underline; color: #f00; border-bottom: 0; text-decoration: none;}
A.grFormLink:visited { color: #f00; }
A.grFormLink:hover { text-decoration: none; }
A.grFormTermsLink:link { font-size: 10px; }
A.grFormTermsLink:visited { font-size: 10px; }
A.grFormTermsLink:hover { text-decoration: none; }