/* css :: style :: Seconds-Out Boxing */

body {
	margin: 0px;
	background-color: #000000;
	background-repeat: repeat;
	font-family: "Trebuchet MS", "Lucida Sans", Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
; background-image: url(../images/bg.gif)
	
}
.emphasis {
	font-style: italic;
	font-weight: bold;
}
.smaller {
	font-size: 10px;
}
.larger {
	font-size: 16px;
}
h1, h2, h3, h4 {
	font-family: "Trebuchet MS", "Lucida Sans", Arial, sans-serif;
}
h1 {
	font-size: 22px;
	color: #333333;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
h2 {
	font-size: 18px;
	color: #333333;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
h3 {
	font-size: 14px;
	color: #333333;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
h4 {
	font-size: 12px;
	color: #333333;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
/****************************************** general link */
a, a:link, a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	color: #333333;
	text-decoration: none;
}
/****************************************** footer link */
#footerContainer a, #footerContainer a:link, #footerContainer a:visited {
	color: #BF8F00;
	text-decoration: none;
}
#footerContainer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#footerContainer a:active {
	color: #EC1C24;
	text-decoration: none;
}
