@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	background-color: #3f4549;
	font-family: Arial;
	font-size: 11px;
	}
h1,h2{ 
padding:2px;
margin:2px;
font-style:normal;
font-variant:small-caps;
text-align:center;
font-family:'Century Gothic','Comic Sans MS',Arial;
color:#000000;
font-size:16px;}
img.transparent { 
	background: expression(transparent(this));
	}
.pngOn {
	height: 50px;
	width: 140px;
	text-align: center;
	z-index: 5; 
	background-image: url(/img/menuOn.png);
	background-image: expression('none');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/menuOn.png', sizingMethod='scale');
	}
.pngMenu {
	z-index: 5;
	position: relative;
	height: 50px;
	width: 140px;
	text-align: center;
	background-image: url(/img/menuOf.png);
	background-image: expression('none');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/menuOf.png', sizingMethod='scale');
	}
.menu {
	padding-top: 13px;
	z-index: 10;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	}
.menuLeft {
	z-index: 10;
	margin-left: 10px;
	position: static;
	padding: 7px 0 4px 0;
	}
.menuLeft a {
	color: #1e2632;
	font-weight: bold;
	text-decoration: none;
	}
.menuLeftUn {
	z-index: 10;
	position: relative;
	padding: 7px 0 0 0px;
	color: #1e2632;
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
	}
.menuOn {
	margin-top: 2px;
	min-height: 30px;
	width: 100%;
	color: #1e2632; 
	font-weight: bold;
	text-transform: uppercase;
	}
.menuRight {
	padding: 10px;
	color: #1e2632; 
	font-weight: bold;
	text-transform: uppercase;
	}	
.menuOff {
	margin-top: 2px;
	min-height: 30px;
	width: 100%;
	color: #1e2632;
	font-weight: bold;
	text-transform: uppercase; 
	background-image: url(/img/bg.png);
	background-image: expression('none');
	background-repeat: repeat;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/bg.png', sizingMethod='scale');
	}
.menuImg {
	padding: 0 0 15px 15px;
	}
.menuText {
	width: 172px;
	margin-top: 4px;
	padding: 10px 0 10px 15px;
	color: #1e2632; 
	background-image: url(/img/bg.png);
	background-image: expression('none');
	background-repeat: repeat;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/bg.png', sizingMethod='scale');
	}
a.menu {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	}
a:hover.menu {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	}
a {
	color: #000;
	}
a:hover {
	color: #9e2c0e;
	}
a.red {
	color: #9e2c0e;
	text-decoration: none;
	}
.search {
	height: 16px; 
	width: 145px; 
	border: 1px solid #fff; 
	background: url(img/SearchBg.jpg) repeat;
	}
.searchDiv {
	padding: 10px 4px 0 4px;
	float: left;
	}
.cat{
 max-width: 130px; border: 1px solid #13aff1;
}
.m1 { 
color: #000000;
padding : 2px;
font-family:'Century Gothic',Tahoma,Arial;
font-size:12px;
} 
.m2 { 
color: #800000;
padding : 2px;
font-family:'Century Gothic',Tahoma,Arial;
font-size:12px;
font-weight:bold;
} 

.m1:link { 
color: #800000;
text-decoration: underline;
} 
.m1:hover{text-decoration:none;}

.style11:link,.style11:visited{text-decoration: none; font-size: 19px; font-family: 'Arial Black'; font-weight: bold; color: #FF0000; text-align:center;}
.style11:active,.style11:hover{text-decoration: none; color: #FF0000;}