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

body 
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-family:Tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	background-color:#333333;
	color:#969595;
	background-position:top;
	background-attachment:fixed;
}
.body1 
{
	
	font-family:Tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-decoration:none;	
	color:#969595;
	
}
.body1:hover
{
	font-family:Tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-decoration:none;	
	color:#D42024;
}
body,td 
{
	font-family:Tahoma;
	margin: 0px;
	padding: 0px;
}

a img
{
 	border: 0px;
}
h1
{
	margin:0px;
	padding: 0px;
	font-weight:normal;
	font-size:18px;
}
h2
{
	margin:0px;
	padding: 0px;
	font-weight:normal;
	font-size:16px;
}
h3
{
	margin:0px;
	padding: 0px;
	font-weight:normal;
	font-size:14px;
}
h4
{
	margin:0px;
	padding: 0px;
	font-weight:normal;
	font-size:12px;
}
h5
{
	margin:0px;
	padding: 0px;
	font-weight:normal;
	font-size:11px;
}
h6
{
	margin:0px;
	padding: 0px;
	font-weight:normal;
	font-size:10px;
}
.txt-menulink
{
	color:#2F2D2E;
	background-color:#6A6A6A;
	text-decoration:none;
	cursor:hand;
}
.txt-menulink:hover
{
	color:#2F2D2E;
	background-color:#707070;
	text-decoration:none;
	cursor:hand;
}

.txt-red
{
	color:#E03249;
}
.txt-redlink
{
	color:#E03249;
	text-decoration:none;
}
.txt-redlink:hover
{
	color:#FFFFFF;
	text-decoration:none;
}