body
{
	background-color:#FFF;
	background-image:url(images/bg.jpg);
	background-repeat:x-repeat;
	background-position:center top;
	margin:0;
}
.bodybg
{
	background-image:url(images/bodybg.png);
}
.navbg
{
	background-image:url(images/navbg.png);
	background-repeat:repeat-x;
	color:#d4d4d4;
	font-family:Lucida Sans Unicode;
	font-size:14px;
}
.navbg a
{
	color:#d4d4d4;
	font-family:Lucida Sans Unicode;
	font-size:14px;
	text-decoration:none;
}
.navbg a:hover
{
	color:#FFF;
	font-family:Lucida Sans Unicode;
	font-size:14px;
	text-decoration:none;
}
.nav-selected
{
	color:#FFF;
	font-family:Lucida Sans Unicode;
	font-size:14px;
	text-decoration:none;
}
.sliderbg
{
	background-image:url(images/sliderbg.png);
	background-repeat:no-repeat;
	background-position:center top;
}
.bodytext
{
	font-family:Lucida Sans Unicode;
	font-size:13px;
	color:#303030;
	line-height:18px;
	text-align: justify;
}
.whitetext {
	font-family:"Lucida Sans Unicode";
	font-size:13px;
	color:#FFF;
	line-height:18px;
	text-align: justify;
}

.bodytext-small
{
	font-family:Lucida Sans Unicode;
	font-size:12px;
	color:#303030;
	line-height:18px;
}
.greytext
{
	font-family:Lucida Sans Unicode;
	font-size:13px;
	color:#767676;
	line-height:18px;
	text-align: justify;
}
.redtext
{
	font-family:"Lucida Sans Unicode";
	font-size:13px;
	color:#900;
	line-height:18px;
}
.headingblack
{
	font-family:Lucida Sans Unicode;
	font-size:20px;
	color:#161616;
}
.headingred
{
	font-family:Lucida Sans Unicode;
	font-size:25px;
	color:#06C;
	font-weight:bold;
}
.headingred-small
{
	font-family:"Lucida Sans Unicode";
	font-size:20px;
	color:#930;
}
.leftmenu
{
	background-color:#ebe9ea;
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
	border:solid 1px #FFF;
	padding:10px;
}
.a2:link {
	font-family:Lucida Sans Unicode;
	font-size:13px;
	color:#900;
	text-decoration:underline;
}
.a2:visited {
	font-family:Lucida Sans Unicode;
	font-size:13px;
	color:#900;
	text-decoration:underline;

}
.a2:hover {
	font-family:Lucida Sans Unicode;
	font-size:13px;
	color:#900;
	text-decoration:none;
}
.borderleftright
{
	border-left:solid 1px #dedede;
	border-right:solid 1px #dedede;
	background-color:#FFFFFF;

}
