@charset "utf-8";
/* CSS Document */

body {
margin:0px;
padding:0px;
background:url(../images/bg.gif);
font-family:Arial, Helvetica, sans-serif;
}

.txt10 {
font-size:10px;
}
.txt11 {
font-size:11px;
}
.txt12 {
font-size:12px;
}
.txt13 {
font-size:13px;
}
.txt14 {
font-size:14px;
}
.txt15 {
font-size:15px;
}
.txt16 {
font-size:16px;
}
.white {
color:#FFFFFF;
}
.grey {
color:#666666;
}
.grey a:link{
color:#666666;
text-decoration:none;
}
.grey a:visited{
color:#666666;
text-decoration:none;
}
.grey a:hover{
color:#FF6600;
text-decoration:underline;
}
.bold {
font-weight:bold;
}
.underlined {
text-decoration:underline;
}

#wrapper {
width:780px;
margin:0 auto;
border:#666666 solid 1px;
margin-top:10px;
background:#FFFFFF;
}

#header {
width:780px;
height:100px;
}

.title_row {
width:760px;
border:#666666 solid 1px;
background-color:#999999;
height:16px;
margin:0 auto;
padding:3px;
margin-bottom:10px;
}

.content {
width:760px;
margin:0 auto;
padding:3px;
margin-bottom:10px;
}

.divcenter {
text-align:center;
}

.divnames {
margin-top:20px;
text-align:right;
margin-bottom:20px;
width:700px;
}
.padding_left {
padding-left:5px;
}
#top_menu {
width:760px;
border:#0066CC solid 1px;
background-color:#FF9933;
height:30px;
padding:3px;
margin-left:6px;
margin-bottom:10px;
line-height:30px;
}

#top_menu a:link {
color:#000000;
text-decoration:none;
}
#top_menu a:visited {
color:#000000;
text-decoration:none;
}
#top_menu a:hover {
color:#666666;
text-decoration:underline;
}
