/* CSS Document */
html{
height:100%;
}
body{
margin:1px;
padding:0px;
background:#666666;
font-family:Arial, Arial, sans-serif;
font-size:11px;
}
a{
color:#0066CC;
text-decoration:underline;
}
a:hover{
color:#0099F9;
text-decoration:none;
}
.menutable{
background:url(top_bg.png) top left repeat-x;
height:110px;
}
.location_l{
background:url(location_r1_c1.png) top left no-repeat;
height:24px;
width:9px;
}
.location_c{
background:url(location_r1_c2.png) top left repeat-x;
height:24px;
}
.location_r{
background:url(location_r1_c3.png) top left no-repeat;
height:24px;
width:9px;
}
.content_parent{
background:url(midbg.png) top left repeat-x;
padding:5px 10px 5px 10px;
}
.content_child{
background-color:#FFFFFF;
border:#CCCCCC 1px solid;
padding:2px 5px 15px 5px;
min-height:300px;
}
.title{
font-weight:bold;
font-size:14px;
font-family:Arial, Helvetica, sans-serif;
color:#666666;
}