/* background color for the content part of the pages */
Body
{
    background-color: #313120;
	font-family: "Verdana, Arial", Times, serif;
    font-size: 11px;
    font-weight: normal;
    color:#503D01;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}

ul
{
    font-family: "Verdana, Arial", Times, serif;
    font-size: 12px;
    font-weight: bold;
    color:#713C00;

}

.title {
    font-family: "Verdana, Arial", Times, serif;
    font-size: 25px;
    font-weight: bold;
    color:#713C00;
	text-align:right;
}

.small {
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold;
    color:#e5751b;
	text-align:center;
}

.medium {
    font-family: "Verdana, Arial", Times, serif;
    font-size: 14px;
    font-weight: bold;
    color:#313120;
	text-align:center;
}

.side {
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color:#503D01;
	text-align:center;
	text-decoration:italic;
}
.border
{
    background-color: #ffe50b;
}

.bodytable
{
    background-color: black;
	border: 0;
}



/* text style for the unselected tabs */
.links {
    font-family: "Times New Roman", Times, serif;
    font-size: 10px;
    color:#713C00;
	text-decoration:none;
    font-weight: bold
}

/* hyperlink styles of the unselected tabs */
A.links:link    {
    text-decoration:    none;
    color:#313120;
}

A.links:visited {
    text-decoration:    none;
    color:#313120;
}

A.links:active  {
    text-decoration:    none;
    color:#313120;
}

A.links:hover   {
    text-decoration:    none;
    background-color:#313120;
	color:#ffcc66;
}

