@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
.topMenu
	{
		font-family:"Trebuchet MS";
		font-size:13px;
		color:#FFFFFF;
		text-decoration:none;
		font-weight:bold;
		font-smooth: auto ;
		text-align:center;
		font-variant:normail;
	}

.topMenu:hover
	{
		font-family:"Trebuchet MS";
		font-size:13px;
		color:#FFFF00;
		text-decoration:none;
		font-weight:bold;
		font-smooth: auto ;
		text-align:center;
		font-variant:normail;
	}

.title
	{
		font-family:"Trebuchet MS";
		font-size:16px;
		color:#C41230;
		text-decoration:none;
		font-weight:bold;
		font-stretch: normal;
		font-smooth: auto ;
	}
.txtNormal
	{
		font-family:"Trebuchet MS";
		font-size:12px;
		color:#333333;
		text-decoration:none;
		font-stretch: normal;
		font-smooth: auto ;
		line-height:15px;
		text-align:justify;
	}
.txtFooter
	{
		font-family:"Trebuchet MS";
		font-size:11px;
		color:#666666;
		text-decoration:none;
		font-stretch: normal;
		font-smooth: auto ;
		line-height:15px;
		text-align:justify;
	}
.footerMenu
	{
		font-family:"Trebuchet MS";
		font-size:11px;
		color:#666666;
		text-decoration:none;
		font-stretch: normal;
		font-smooth: auto ;
		text-align:center;
	}
	
.email
	{
		font-family:"Trebuchet MS";
		font-size:12px;
		color:#333333;
		text-decoration:none;
		font-stretch: normal;
		font-smooth: auto ;
		line-height:15px;
		text-align:justify;
	}
	
.email:hover
	{
		font-family:"Trebuchet MS";
		font-size:12px;
		color:#333333;
		text-decoration:underline;
		font-stretch: normal;
		font-smooth: auto ;
		line-height:15px;
		text-align:justify;
	}
.iClsHid
	{
		visibility:hidden;
	}