@charset "utf-8";
/* CSS Document */

body {
	background-attachment: fixed;
	background-image: url(../graphics/bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #E0DEDF;
	font-size: 10pt;
}

a {
	color: #A5A5A5;
	text-decoration: underline;
}

a:hover {
	color: #BE0203;
	text-decoration: underline;
}

.blk_8 {
	color: #000000;
	font-size: 8pt;
}

.blk_8 a {
	color: #0F0D0E;
	text-decoration: underline;
}

.blk_8 a:hover {
	color: #A4A2A3;
}

.bot_buttons {
	color: #D00000;
	font-size: 9pt;
}

.bot_buttons a {
	color: #CD0102;
}

.bot_buttons a:hover{
	color: #A3A3A3;
}

.drk_gry_8 {
	font-size: 8pt;
	color: #7D7B7C;
}

.pic_box {
	border: 1px solid #BC0203;
}

.pic {
	margin: 3px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.pic_2 {
	border: 1px solid #FF0000;
	margin: 2px;
	padding: 2px;
}

.gray_8 {
}

.gray_8 a {
}

.gray_8 a:hover {
}

.red_14 {
	font-size: 14pt;
	color: #BE0203;
}

.red_14 a {
}

.red_14 a:hover {
}

