body {
font-family: courier new;
font-size: 11px;
line-height: 12px;
color: #262626;
background-image: url(bg.jpg);
background-repeat: repeat;
background-color: #ffffff;
}

table {
font-family: courier new;
font-size: 11px;
line-height: 12px;
color: #262626;
}


.index {background-image: url(main.jpg);
position: absolute;
z-index: 1;
height: 700px;
width: 600px;
left: 10px;
top: 0;}

.main {position:absolute;
left:590px;
top: 10px;
width:470px;
z-index:2;
height: 400px;}


a:link, a:visited {
	font: 7pt "georgia";
	text-transform: uppercase;
	color: #3da8cb;
	text-decoration: none;
}
a:hover {
	color: #647484;
	font: 7pt "georgia";
	text-decoration: none;
}


.side {position:absolute; 
left:1080px; 
top: 0px; 
width:110px; 
z-index:3;
color:262626;}

.side a:link{
	text-transform: none;
	text-decoration: none;
	color: #647484;
	letter-spacing:0px;
	font: normal 10px courier new;
}

.side a:hover
{
	text-decoration: none;
	color: #000000;
	font-weight:normal;
	border-bottom: 1px dotted #000000;
}

.side a:visited{
	text-transform: none;
	text-decoration: none;
	color: #647484;
	letter-spacing:0px;
	}


h1 {background: url(h1bg.jpg); 
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;
}

h2 {background: url(h2bg.jpg); 
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:0px;
text-align: left;
text-transform: uppercase;
line-height:10px;
letter-spacing:3px;
border-bottom-width: 2px;
border-bottom-style: dotted;
border-bottom-color: #000000;}


blockquote {
	color: #000000; 
	width: 80%;
	margin: 30px; 
	padding: 10px;
	background-color: #ececec;
}



input, select, textarea {
	background-color: #FFFFFF;
	align: center;
	border-style: solid;
	border-width: 1px;
	border-color: #666666;
	font-size: 12px;
	color: #3da8cb;
	}


i {
	color: #888299;
}

u {color: #91bac8;
	border-bottom: 1px dotted #000000;
}

b {color: #a81b2f;}


.border {
	BORDER-RIGHT: #cbcbcb 3px solid; BORDER-TOP: #cbcbcb 3px solid; BORDER-LEFT: #cbcbcb 3px solid; BORDER-BOTTOM: #cbcbcb 3px solid;
}


.border:hover {
	BORDER-RIGHT: #a2daec 3px solid; BORDER-TOP: #a2daec 3px solid; BORDER-LEFT: #a2daec 3px solid; BORDER-BOTTOM: #a2daec 3px solid;
}