/*
	CSS for site
*/

body {
	margin:0;	
	padding:0;
}
.style1a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.style1b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.style2 {font-size: 12px;
}

.box {
	border: 1;
	border-color: #EEEEEE;
	border-style: none;
}
.style5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFCC00;
	font-weight: 500;
}


.bgfade {
    filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='white',     

endColorStr='#F5F5F5', gradientType='0')
}

.style6 {font-size: 14px;
}

.style7 {font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold;
}
.style8 {color: #FFCC00;
}
.style9 {
	font-size: 16px;
	font-weight: bold;
}
.style11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFCC00;
}


a:link
{
	background-color: none;
	color: black;
	font-weight: normal;
	text-decoration: none;
}

a:visited
{
	color: black;
	font-weight: normal;
	text-decoration: none;
}

a:hover
{
	background-color: none;
	color: #FFCC00;
	font-weight: normal;
	text-decoration: none;
}
a.more:link
{
	background-color: none;
	color: black;
	font-weight: bold;
	text-decoration: none;
}

a.more:visited
{
	color: black;
	font-weight: bold;
	text-decoration: none;
}

a.more:hover
{
	background-color: none;
	color: black;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}
a.menulink:link, a.menulink:visited
{
	color: white;
	font-size: 12;
	font-weight: normal;
	text-decoration: none;
}

 a.menulink:active
{
	background-color: none;
	color: white;
	font-size: 12;
	font-weight: normal;
	text-decoration: none;
}

a.menulink:hover
{
	color: #FFCC00;
	background-color: none;
}
a.designer:link
{
	background-color: none;
	color: white;
	font-weight: normal;
	text-decoration: none;
}

a.designer:visited
{
	color: white;
	font-weight: normal;
	text-decoration: none;
}

a.designer:hover
{
	background-color: none;
	color: #FFCC00;
	font-weight: normal;
	text-decoration: none;
}