/*-------------------------------------------------
  Nucleus CMS Stylesheet - bundled with version 3.2
  Based on the Stanch skin by Ivan Fong
  Mods by hcgtv and moraes
-------------------------------------------------*/

/*-------------------------------------------------
  General layout
-------------------------------------------------*/
body
{
	text-align: center;
	background-color: #fff;
	backgroude-repeat:repeat;
	background-image: url(images/bg.gif);
	color:#3C3C3C;
	padding: 0 0 0 0;
	margin: auto;
}
img
{
	border: 0;
}
form
{
	margin: 0;
}

/* Headings */
h3,h4,h6
{
    font-family: "??????????",sans-serif; 
	font-weight: normal;
	margin: 0;
}
h1{
	font-size:22px;
	line-height:35px;
	height:35px;
	color:#000033;
	margin: 10px 0px 20px 0px;
	background-image:url(images/h1.gif);
	background-repeat:no-repeat;
	text-indent:40px;
}

h2
{
    font-family: "??????????",sans-serif; 
	font-weight: normal;
	margin: 0;

}
h5
{
	font-family: "??????????",sans-serif; 
	font-weight: normal;
	margin: 0;

}

a:link,a:visited
{
	text-decoration: none;
}

a:hover,a:active
{
	}


#news_links a:link,#news_links a:visited
{
	color: #635D45;
	text-decoration: none;
}

#news_links a:hover,#news_links a:active
{
	color: black;
}


#header a:link, #header a:visited
{
	color: #474747;
}
#header a:hover, #header a:active
{
	color: #737373;
}
#copyrights a:link, #copyrights a:visited
{
	color: #474747;
}
#copyrights a:hover, #copyrights a:active
{
	color: #737373;
}



/* Basic classes */
.hidden
{
	display: none;
}
.centerize
{
	text-align: center;
}
.clearing
{
	width: 749px;
	height: 0;
	clear: both;
}


