body {
    background: #FFFFFF;
    /*	background: url(back.jpg) #000000 no-repeat;
	background-attachment: fixed;*/
    margin: 5px;
    font-weight: normal;
    font-size: 17px;
    font-family: verdana, tahoma, sans-serif;
    text-decoration: none;
}
img {
    border: none;
}
table {
    border: none;
    border-collapse: collapse;
}
table.main {
    width: 100%;
}
td {
    border: 1px solid #000000;
    padding: 10px;
}
hr {
    color: #000000;
    height: 1px;
    clear: both;
}

.menu_title {
    font-weight: bold;
    font-size: 15px;
    margin: 3px;
    color: #000000;
    border-width: 1px;
    border-color: #000000;
    border-style: solid none none none;
    padding-top: 2px;
    padding-bottom: 4px;
}	
.row_header {
    text-align: center;
    font-weight: normal;
    font-size: 10px;
    margin: 0px;
    color: #000000;
}
.null {
    height: 0%;
    padding: 0px;
    border: 0px;
}
h1 {
    margin: 0px;
    font-size: 35px;
    clear: both;
}
h2 {
    margin: 0px;
    text-align: center;
    font-size: 20px;
    clear: both;
}
h3 {
    margin: 0px;
    text-align: center;
    font-size: 17px;
    clear: both;
}
div.img {
    margin: 2px;
    border: 1px solid black;
    width: 250px;
    height: 250px;
    float: left;
    text-align: center;
}	
div.img img {
    display: inline;
    margin: 3px;
    border: none;
}
div.img a img {
    border: 2px solid #000000;
}
div.img a:hover img {
    border: 2px solid #aaaaaa;
}
div.caption {
    text-align: center;
    font-weight: normal;
    width: 250px;
    margin: 2px;
}