/* CSS Document */

body
{
	padding:0;
	margin:0;
	font-family:tahoma;
	background-image:url('../images/bg.gif');
}
.maintable
{
	background-color:#ffffff;
}

.headerimage
{
	background-image:url('../images/img1.gif');
	width:100%;
}
.sitename
{
	font-family:"trebuchet ms";
	font-size:25px;
	color:#000000;
	height:20px;
	text-transform: uppercase;
	font-weight:bold;
	text-align:center;
}
.slogan
{
	font-family:"trebuchet ms";
	font-size:14px;
	color:#000000;
	font-weight:bold;
	text-transform: uppercase;
	text-align:center;
}

.pageheading
{
	font-family:"trebuchet ms";
	font-size:18px;
	color:#000000;
	height:45px;
	text-transform: uppercase;	
	text-decoration: underline;
}
.generaltext
{
	font-size:11px;
	color:#414042;
	line-height:22px;
}

.generaltext2
{
	font-size:11px;
	color:#414042;
	line-height:15px;
}

.colpattern
{
	background-image:url('../images/col_pattern.gif');
	vertical-align:top;
}

.welcomebase
{
	background-color:#f5f6f6;
	vertical-align:top;
}

.pattern1
{
	background-image:url('../images/pattern1.gif');
}
.pattern2
{
	background-image:url('../images/pattern2.gif');
}
.pattern3
{
	background-image:url('../images/pattern3.gif');
}

.copyright
{
	background-image:url('../images/copyright.gif');
	height:33px;
	text-align: center;
	font-size:11px;
	color:#000000;
}

/* Navigation style */

.cell_out
{
	background-image:url('../images/button.gif');
	width: 185px;
	height: 30px;
	padding:0 0 0 23px;
	font-size:11px;
	font-weight: bold;
}
.cell_over
{
	background-image:url('../images/button-hover.gif');
	width: 185px;
	height: 30px;
	padding:0 0 0 23px;
	font-size:11px;
	font-weight: bold;
}

.navibase
{
	background-image:url('../images/navi_pattern.gif');
	height:35px;
}

.navitext
{
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
	padding:0 10px 0 10px;
}


a:visited, a:active, a:link
{
	color:#ffd200;
	text-decoration: none
}

a:hover
{
	color:#ffea00;
	text-decoration: underline
}

a:visited.sub, a:active.sub, a:link.sub
{
	color:#a15b04;
	text-decoration: none
}

a:hover.sub
{
	color:#000000;
	text-decoration: underline


/* End Navigation style */