/* CSS Document */

body
{ 
background-color: #660000;
background-repeat: repeat-x
}

* {
margin: 0;
padding: 0;

}

.andMore {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFF33;
}

a.sideMenu:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFF33;
	text-decoration: none;
}

a.sideMenu:visited {	
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFF33;
	text-decoration: none;
}

a.sideMenu:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #FFFF33;
}

a.bottomMenu:link {
	color: #FFFF33;
	text-decoration: none;
}

a.bottomMenu:visited {	
	color: #FFFF33;
	text-decoration: none;
}

a.bottomMenu:hover {
	color: #FFFF33;
	text-decoration: underline;
}

.subPage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFF33;
}

.property {
	font-size: 12px;
	font-weight: bold;
}

.style1 {
	font-family: Arial;
	font-size: 12px;
	color: #777777;
}

.style3 {
	font-size: 14;
	color: #FFFFFF;
}

.leftMenuFontColor {color: #FFFFFF}

.style4 {
	color: #FFFF33;
	font-family: "Arial";
}

.style5 {
	font-size: 13px;
	font-family: "Arial";
}

.style7 {
color: #FFFF33;
font-family:"Century Gothic";}
