body {
font-family: courier new;
font-size: 11px;
line-height: 12px;
color: #262626;
background-image: url(bg.jpg);
background-repeat: repeat-y;
background-color: #c5c5c5;
}

table {
font-family: courier new;
font-size: 11px;
line-height: 12px;
color: #262626;
}


.index {background-image: url(index.jpg);
position: absolute;
z-index: 1;
height: 567px;
width: 593px;
left: 0;
top: 0;}

.main {position:absolute;
left:5px;
top:460px;
width:260px;
z-index:2;
height: 400px;}


a:link, a:visited {
	font: 7pt "georgia";
	text-transform: uppercase;
	color: #c10031;
	text-decoration: none;
}
a:hover {
	color: #647484;
	font: 7pt "georgia";
	text-decoration: none;
}


.side {position:absolute; 
left:300px; 
top:430px; 
width:110px; 
z-index:3;
color:262626;}

.side a:link{
	text-transform: none;
	text-decoration: none;
	color: #262626;
	letter-spacing:0px;
	font: normal 10px courier new;
}

.side a:hover
{
	text-decoration: none;
	color: #647484;
	font-weight:normal;
	border-bottom: 1px dotted #000000;
	background: #FFFFFF;
}

.side a:visited{
	text-transform: none;
	text-decoration: none;
	color: #262626;
	letter-spacing:0px;
	}


h1 {
font-family: courier new;
font-size: 10px;
color: #000000;
width: 100%;
font-weight: normal;
margin-bottom:0px;
margin-top:0px;
padding-top: 10px;
padding-bottom:10px;
text-align: center;
text-transform: uppercase;
line-height:10px;
letter-spacing:3px;
border-bottom-width: 5px;
border-bottom-style: solid;
border-bottom-color: #d7d7d7;}

h2 {
font-family: courier new;
font-size: 10px;
color: #262626;
width: 100%;
font-weight: normal;
margin-bottom:0px;
margin-top:0px;
padding-top: 40px;
padding-bottom:10px;
text-align: left;
text-transform: uppercase;
line-height:10px;
letter-spacing:3px;
border-bottom-width: 5px;
border-bottom-style: solid;
border-bottom-color: #FFFFFF;}


input, select, textarea {
	background-color: #FFFFFF;
	align: center;
	border-style: solid;
	border-width: 1px;
	border-color: #dbdbdb;
	font-size: 10px;
	color: #2f2f2f;
	}


i {
	color: #888299;
}

u {color: #848484;
border-bottom-width: 2px;
border-bottom-style: solid;
border-color: #94ced8;}

b {color: #d56d6d;}

.border {
	BORDER-RIGHT: #bbbbbb 2px solid; BORDER-TOP: #bbbbbb 2px solid; BORDER-LEFT: #bbbbbb 2px solid; BORDER-BOTTOM: #bbbbbb 2px solid;
}

.border:hover {
	BORDER-RIGHT: #df0000 2px solid; BORDER-TOP: #df0000 2px solid; BORDER-LEFT: #df0000 2px solid; BORDER-BOTTOM: #df0000 2px solid;
}