/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	background-image:  url(images/bg.jpg);
	margin-top: 0px;
}
.bodytext1  {
	font-family: Tahoma;
	font-size: 12px;
	color: #39393A;
}
.bodytext2  {
	font-family: Tahoma;
	font-size: 14px;
	color: #711101;
	font-weight: bold;
}
.bodytext3  {
	font-family: Tahoma;
	font-size: 14px;
	color: #39393A;
	font-weight: bold;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6B0500;
	font-weight: bold;
}
a:visited {
	color: #AD4E14;
}
a:hover {
	color: #000000;
}
a:active {
	color: #D3702C;
}
a.red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6B0500;
	font-weight: bold;
}
a.red:visited {
	color: #AD4E14;
}
a.red:hover {
	color: #F49322;
}
a.red:active {
	color: #D3702C;
}
a.grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #39393A;
	font-weight: bold;
	text-decoration:none
}
a.grey:visited {
	color: #999999;
}
a.grey:hover {
	color: #666666;
}
a.grey:active {
	color: #666666;
}
a.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration:none
}
a.white:visited {
	color: #eeeeee;
}
a.white:hover {
	color: #FFFF00;
}
a.white:active {
	color: #eeeeee;
}
.style1 {
	font-size: 18px;
	font-weight: bold;
}
.style2 {
	color: #721101;
	font-weight: bold;
}
.style12 {font-size: 12px; font-weight: bold; color: #721101; }
.style13 {font-size: 12px}