@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
}
body {
	background:url(images/bg-main2.gif) repeat-x top left;
	background-color: #3b0404;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
}

.txt12 {font-size:12px;}
.txt14 {font-size:14px;}
.txt16 {font-size:16px;}
.txt18 {font-size:18px;}
.txt20 {font-size:20px;}
.txt22 {font-size:22px;}
.txt24 {font-size:24px;}
.txt26 {font-size:26px;}
.txt28 {font-size:28px;}

.yellow {color:#e0ad42;}

.bold {font-weight:bold;}

.link_d a{
	color:#FFFFFF;
	text-decoration:none;
	}

.link_d a:hover{
	color:#e0ad42;
	text-decoration:underline;
	}
	
.link_y a{
	color:#e0ad42;
	text-decoration:none;
	}

.link_y a:hover{
	color:#e0ad42;
	text-decoration:underline;
	}