/* CSS Document */



.GMbodytext {
font-family:verdana;
font-size:11px;
color:#FFFFFF; 
text-align:justify;
line-height:11pt; 
}

.GMbodytextboldsmall {
font-family:verdana;
font-size:10px;
color:#FFFFFF; text-align:justify;
line-height:11pt; 
font-weight:bold; 
}

.GMbodytextbold {
font-family:verdana;
font-size:12px;
color:#FFFFFF; text-align:justify;
line-height:11pt; 
font-weight:bold; 
}

.GMbodytextbolddull {
font-family:verdana;
font-size:12px;
color:#CD3C3F; text-align:justify;
line-height:11pt; 
font-weight:bold; 
}


.GMheadingtext {
font-family:verdana;
font-size:16px;
color:#FFFFFF; 
text-align:justify;
line-height:11pt; 
font-weight:bold; 
}

a:link {
font-family:verdana;
font-size:10px;
color:#FFFFFF; text-align:justify;
line-height:11pt; 
font-weight:bold; 
text-decoration:none;
 }
 
a:visited { 
font-family:verdana;
font-size:10px;
color:#FFFFFF; text-align:justify;
line-height:11pt; 
font-weight:bold; 
text-decoration:none;
}

a:hover { 
font-family:verdana;
font-size:10px;
color:#F5666A; text-align:justify;
line-height:11pt; 
font-weight:bold; 
text-decoration:none;
}

a:active { 
font-family:verdana;
font-size:10px;
color:#FFFFFF; text-align:justify;
line-height:11pt; 
font-weight:bold; 
text-decoration:none;
}

#blueblock{
width: 180px;
border-right: 1px solid #FD6B6F;
padding: 0 0 1em 0;
margin-bottom: 1em;
font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size: 90%;
background-color: #F5666A;
color: #ffffff;
}

* html #blueblock{ /*IE 6 only */
w\idth: 140px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
border-bottom: 1px solid #FD6B6F;
margin: 0;
}

#blueblock li a{
display: block;
padding: 5px 5px 5px 8px;
border-left: 10px solid #D83439;
border-right: 10px solid #E85E61;
background-color: #DF585C;
color: #ffffff;
text-decoration: none;
width: 100%;
}

html>body #blueblock li a{ /*Non IE6 width*/
width: auto;
}

#blueblock li a:hover{
border-left: 10px solid #FF7073;
border-right: 10px solid #FF7073;
background-color: #FFA8AB;
color: #F46569;
}

 /*Form Style */

input { 
 background-color: #FFFFFF; 
 font-family:verdana;
font-size:11px;
color:#000000; border:#FFFFFF; border:thin;
}

textarea { 
 background-color: #FFFFFF; 
 font-family:verdana;
font-size:11px;
color:#000000; border:#FFFFFF; border:thin; 
}