@import "head.css";
@import "nav.css";
@import "content.css";
@import "footer.css";

html{
	margin:0;
	padding:0;	
}

body {	
	margin:0;
	padding:0;
	font-size:75%;	/* 10px */
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;	
	background-color:#F0F0F0;
}

#top {
	width:994px;			
	background:url(images/top-background.gif) repeat-y;
}

#top.home_page {
	background:url(images/top-background_home.gif) center top repeat-y;
}

a{text-decoration:none;}
a:hover{text-decoration:underline;}
img{border:0;}
p{margin-top:5px;margin-bottom:10px;}
.bgblack{background-color:#000000;}
.bgclaret{background-color:#800000;}
.bg_row1{background-color:#CCCCCC;}
.claret{color:#800000;}
.right{text-align:right;}
.font120{font-size:120%;}
.white{color:white}
.yellow{color:#F4CA5E;}

h1 {
	font-size:180%;		/* 19px */
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;	
	margin:0;
}
h2 {
	font-size:140%;		/* 14px */
	font-weight:bold;
	margin:0;
	padding-top:10px;
	padding-bottom:10px;	
}

h3 {
	font-size:120%;
	color:#800000;
}

h4 {
	font-size:120%;
/*	color:#000;*/
	margin:0;
	padding:5px 0 10px 0;
}

h5 {
	font-size:110%;
/*	color:#000;*/
	margin:0;
	padding:5px 0 10px 0;
}

h6 {
	font-size:100%;
/*	color:#000;*/
	margin:0;
}
