/* CSS Document */
body {
background: #FFFFFF;
background-image: url(images/bg_fade.jpg);
background-repeat: repeat-x;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
color: #333333;
}
table {
margin: auto;
}
h1 {
font-size: 18px;
color: #0072AC;
}
h2 {
font-size: 14px;
color: #333333;
}
/*-----------Top and Bottom Rounded Border Tables and Cells----------*/
.topbar {
width: 760px;
}
.topleft {
width: 14px;
height: 12px;
background-image: url(images/top_left.png);
background-repeat: no-repeat;
background-position: left;
}
.topmid {
width: 736px; 
height: 11px;
background-color: #FFFFFF;
/*border-top: 1px solid #0072AC;*/
border-top: 1px solid #666666;
}
.topright {
width: 14px;
height: 12px;
background-image: url(images/top_right.png);
background-repeat: no-repeat;
background-position: right;
}
.botleft {
width: 12px;
height: 12px;
background-image: url(images/bot_left.png);
background-repeat: no-repeat;
background-position: left;
}
.botmid {
width: 736px; 
height: 11px;
background-color: #FFFFFF;
/*border-bottom: 1px solid #0072AC;*/
border-bottom: 1px solid #666666;
}
.botright {
width: 12px;
height: 12px;
background-image: url(images/bot_right.png);
background-repeat: no-repeat;
background-position: right;
}
.spacer {
width: 760px;
height: 12px;
background: #FFFFFF;
/*border-left: 1px solid #0072AC;
border-right: 1px solid #0072AC;*/
border-left: 1px solid #666666;
border-right: 1px solid #666666;

}
/*-----------Header Styles----------*/
.header {
width: 760px;
background: #FFFFFF;
/*border-left: 1px solid #0072AC;
border-right: 1px solid #0072AC;*/
border-left: 1px solid #666666;
border-right: 1px solid #666666;
}
.subheader {
width: 760px;
height: 20px;
/*border: 1px solid #0072AC;*/
border: 1px solid #666666;
background-image: url(images/fade.jpg);
background-repeat: repeat-x;
text-align: center;
letter-spacing: 2px;
padding-bottom: 2px;
padding-top: 2px;
}
/*-----------Page Layout Styles----------*/
.maintable {
width: 760px;
padding: 10px;
background: #FFFFFF;
/*border-left: 1px solid #0072AC;
border-right: 1px solid #0072AC;*/
border-left: 1px solid #666666;
border-right: 1px solid #666666;
}
/*-----------Hyperlink Styles----------*/
a:link {
color: #0072AC;
}
a:visited {
color: #0072AC;
}
a:hover {
color: #FF0000;
}
a:active {
color: #0072AC;
}
a.head:link {
color: #000000;
padding: 2px;
text-decoration: none;
}
a.head:visited {
color: #000000;
padding: 2px;
text-decoration: none;
}
a.head:hover {
color: #000000;
background: #CCCCCC;
padding: 2px;
text-decoration: none;
}
a.head:active {
color: #000000;
padding: 2px;
text-decoration: none;
}
a.copyl:link {
color: #666666;
}
a.copyl:visited {
color: #666666;
}
a.copyl:hover {
color: #000000;
}
a.copyl:active {
color: #666666;
}
/*-----------Hyperlink Styles----------*/
.copyright {
width: 760px;
padding: 10px;
color: #666666;
text-align: center;
/*border-left: 1px solid #0072AC;
border-right: 1px solid #0072AC;*/
border-left: 1px solid #666666;
border-right: 1px solid #666666;
}