.bg {
	background-image: url(img/splash/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.bg-left {
	background-image: url(img/splash/bg-left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.bg-right {
	background-image: url(img/splash/bg-right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bg-homedivider {
	background-image: url(img/divider-home.jpg);
}
.bg-homedivider-inside {
	background-image: url(img/divider-homeb.jpg);
}
.bg-bluemenu {
	background-image: url(img/bg-homesidebar.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.maintitle {
	font-size: 14px;
	font-weight: bold;
	color: #1F5E7C;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a:link {
	font-weight: bold;
	color: #336699;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #336699;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #CC3333;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #336699;
	text-decoration: none;
}
a.whitemenu:link		{
	color: #EAEAE8;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;

}

a.whitemenu:visited		{
	color: #EAEAE8;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}

a.whitemenu:hover		{
	color: #EAEAE8;
	text-decoration: underline;
	font-weight: bold;
	font-size: 13px;
}

a.whitemenu:active		{
	color: #EAEAE8;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}
a.footer:link		{
	color: #666666;
	text-decoration: underline;
	font-weight: normal;

}

a.footer:visited		{
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
}

a.footer:hover		{
	color: #666666;
	text-decoration: none;
}

a.footer:active		{
	color: #666666;
	text-decoration: underline;
}.whitetext13 {
	color: #EAEAE8;
	font-size: 13px;
	font-weight: bold;
}
.footertext {
	color: #666666;
}
.smalltext {
	font-size: 10px;
}
.smalltextform {
	font-size: 10px;
	color: #999999;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #666666;
}
.breadcrumb {
	font-size: 10px;
	color: #666666;
	margin-bottom: 20px;
}
.whitetext {
	color: #FFFFFF;
}
