/*****************/
/*     Styles    */
/*****************/

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;

	background: #fff;
}

p {
	margin: 0px 5px 5px 0px;
}

.nomargin {
	margin: 0px 0px 0px 0px;
}


h1 {
		margin: 0px 5px 10px 0px;
		font-size: 20px; 
		font-style: normal; 
		color: #B22500;
		font-weight: 700; 
		text-decoration: none; 
}
		
		
h2 {
		margin: 0px 5px 10px 0px;
		font-size: 16px; 
		font-style: normal; 
		color: #B22500;
		font-weight: 300; 
}
		
		
h3 {
		margin: 0px 5px 10px 0px;
		font-size: 15px; 
		font-style: normal; 
		color: #B22500;
		font-weight: 300; 
		text-decoration: none; 
}
		
		
h4 {
		margin: 0px 5px 10px 0px;
		font-size: 14px; 
		font-style: normal; 
		color: #B22500;
		font-weight: 300; 
		text-decoration: none; 
}
		
h5 {
		margin: 0px 5px 10px 0px;
		font-size: 13px; 
		font-style: normal; 
		font-weight: 700; 
		color: #B22500;
		text-decoration: none; 
}

a:link, a:visited, a:hover {
	color: #B22500;
	text-decoration: none;
}

a:hover	{
	color: #000000;
	text-decoration: none;
}
	
a.noborder {
	border-bottom: none;
	text-decoration: none;
}

img {
	border: none;
}

#FooterLayer a, #FooterLayer a:link, #FooterLayer a:visited, #FooterLayer a.hover {
	color: #ffffff;
}

#FooterLayer a.credit, #FooterLayer a.credit:link, #FooterLayer a.credit:visited, #FooterLayer a.credit.hover {
	color:#7B380A;
}

/*
#divname, .classname {
	display properties(margin, width, z-index, etc...)
	
	font styles (font-width, color, text-alignment, etc...)
	
	theme related (border, background, etc...)
}
*/
