/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../images/bkg.gif);
	background-repeat: repeat-x;
	background-color:#728DCA;
}

 .menubkg{
 background-image:url(../images/menu.png);
}
 .pagebkg{
 background-image:url(../images/page.png);
}
 .leftsidebkg{
 background-image:url(../images/leftside.png);
}

 .contactbkg{
 background-image:url(../images/coliseum.jpg);
}

.footerbkg{
 background-image:url(../images/footer.png);
}

.h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	font-style:normal;
	color: #426eb3;
}	

.SubTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style:italic;
	color: #000000;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-style:normal;
	color: #000000;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}	

a:link {
	text-decoration: none;
	color: #ffffff;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #ffffff;
}

a.external:link {color: #000000; font-weight: bold; }
a.external:visited {color: #000000; font-weight: bold; }
a.external:hover {color: #426eb3; font-weight: bold; }
a.external:active {color: #000000; font-weight: bold; } 

a.external2:link {color: #ff0000; font-weight: bold; }
a.external2:visited {color: #ff0000; font-weight: bold; }
a.external2:hover {color: #000000; font-weight: bold; }
a.external2:active {color: #ff0000; font-weight: bold; } 

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
    font-style:normal;
	color: #ffffff;
}

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style:italic;
	color: #000000;
}

.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #426eb3;
}

.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style:normal;
	color: #000000;
}

.style5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	font-style:italic;
	color: #ff0000;
}	
.style6{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	font-style:italic;
	color: #000000;
}	

.style7{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style:italic;
	color: #ff0000;
}


