body {
	background: #051b0c;
	scrollbar-face-color: #e22725;
	scrollbar-arrow-color: #009900;
	scrollbar-base-color: #00FF00;
	scrollbar-darkshadow-color: #000000;
	scrollbar-highlight-color: #eeeeee;
	scrollbar-shadow-color: #111111;
	scrollbar-track-color: #cccccc;
}
h1,h2,h3,h4 {
	font-family: "Times New Roman", Times, serif;
	line-height: normal;
	font-weight: bold;
	text-align: center;
}
h1 {
    font-size:48px;
    color: #051b0c;
}
h2 {
    font-size:36px;
    color: #051b0c;
}
h3 {
    font-size:28px;
    color: #e22725;
}
img {
	border: 1px solid #e22725;
	text-decoration: none;
	background-position: center;
	text-align: center;
	vertical-align: middle;
}
table {
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}
thead {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: normal;
	font-weight: bold;
	color: #e22725;
	text-align: justify;
}
td {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #e22725;
	text-decoration: none;
        vertical-align:top;
}
a {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #e22725;
	text-decoration: none;
	cursor: pointer;
}
p {
    text-align:center;
}
.frame {
    width: 1024px;
    height:95%;
    border: 1px solid #e22725;
}
td.head {
    background: url(img/head.jpg);
    border-bottom: 1px solid #e22725; 
    
}
.mainframe {
    padding: 25px;
    font-size:16px;
}
a.nav {
    font-family: "Times New Roman", Times, serif;
    font-size: 20px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    color: #e22725;
    text-decoration: none;
    cursor: pointer;
    text-align: left;
    display:block;
    padding-left:15px;
}
a.navright {
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    color: #e22725;
    text-decoration: none;
    cursor: pointer;
    text-align: right;
    display:block;
}
