html, body {
height:100%;
margin: 0;
padding: 0;
}

body { 
background-color: #ffffff; 
margin: 0 ;
color: #6C6C6C;
background-image: url(../graphics/bg_side_gradient.gif);
background-repeat: no-repeat;
background-position: top center;
background-attachment: fixed;
}

a:link { text-decoration: underline; color: #6C6C6C; }
a:visited { text-decoration: underline;  color: #6C6C6C; }
a:hover { text-decoration: none; color: #EF8C4A; }
a:active { text-decoration: none; color: red; }

a.noline:link { text-decoration: none; color: #6C6C6C; }
a.noline:visited { text-decoration: none;  color: #6C6C6C; }
a.noline:hover { text-decoration: none; color: #EF8C4A; }
a.noline:active { text-decoration: none; color: red; }

a.footernav:link { COLOR: #E0E0E0; TEXT-DECORATION: none }
a.footernav:visited { COLOR: #E0E0E0; TEXT-DECORATION: none }
a.footernav:hover { COLOR: #E0E0E0; TEXT-DECORATION: underline }

a.nav:link { color:#6C6C6C; FONT-SIZE: 10px; text-decoration: none }
a.nav:visited { color:#6C6C6C; FONT-SIZE: 10px; text-decoration: none }
a.nav:hover { color:#6C6C6C; FONT-SIZE: 10px; text-decoration: underline }

a.titlenav:link { COLOR: #808080; TEXT-DECORATION: none }
a.titlenav:visited { COLOR: #808080; TEXT-DECORATION: none }  
a.titlenav:hover { COLOR: #EAEAEA; TEXT-DECORATION: none }

.V4 { font-family: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 4px; }
.V6 { font-family: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 6px; }
.V7 { font-family: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 7px; }
.V75 { font-family: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 7.5px; }
.V8 { font-family: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 8px; }
.V9 { font-family: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 9px; }
.V10 { font-family: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 10px; line-height: 20px; }
.V11 { font-family: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 11px; line-height: 20px; }
.V12 { font-family: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 12px; }
.V14 { font-family: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 14px; }
.V16 { font-family: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 16px; }
.V18 { font-family: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 18px; }
.V20 { font-family: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 20px; }
.V22 { font-family: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 22px; }

table.tgag_footer {
background-image: url(../graphics/globalarts_footer.gif); background-repeat: no-repeat; 
background-color: #808080; 
}

#section_title {
border:#c4c4c4 solid;
border-width: 0 0 1px 0;
padding: 5px;
padding-bottom: 15px;
margin-bottom:10px;
background-color:#ffffff;
font-size:18px;
font-weight:bold;
color:#6C6C6C;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

#section_title_img {
background: url(../graphics/bg_title_bar.gif); 
height: 31px;
width: 31px;
background-repeat: no-repeat;
}

#space_20px {
margin-bottom:20px; 
}

p.space {
margin-top: 20px;
} 

.imgborder { border-color: #cfcfcf; }

.line_bottom, .line_left, .line_body {
border-color: #c4c4c4;
border-style: solid;
}
.line_bottom {
border-width: 0 0 1px 0;
}
.line_left {
border-width: 0 0 0 1px;
}

.line_body {
border-width: 0 1px 0 1px;
}

hr.gray_line {
color:#c4c4c4;
background-color:#c4c4c4;
height:1px;
border:none;
width:100%;
}

