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

a {
text-decoration : none;
font-weight : bold;
border : none;
}
td img {
display : block;
}
.rect {
color : #ffffff;
font-size : x-large;
font-family : Arial, Helvetica, sans-serif;
text-decoration : none;
}
.rect:hover {
color : #ff6600;
}
.rect2 {
color : #cccccc;
font-size : large;
font-family : Arial, Helvetica, sans-serif;
text-decoration : none;
}
.rect2:hover {
color : #ff6600;
}
.navbar {
font-family : "Courier New", Courier, monospace;
color : #666;
}
.navbar a {
text-decoration : none;
color : #333;
font-weight : bold;
}
.content {
font-family : Tahoma, Geneva, sans-serif;
font-size : small;
color : #333333;
vertical-align : top;
margin-left : 5px;
margin-right : 5px;
margin-top : 5px;
height:440px;
overflow:auto;

}

.subcontent {
vertical-align : top;
margin-left : 0px;
margin-right : 10px;
margin-top : 0px;
border-top:#FF6600 dotted thin;
}
