/* CSS Document */ 
/* RED #E6252A / YELLOW #FBBF00 / GREEN #50BA7D */
body {
	background: white;
	margin: 0px;
	font-family: Arial, sans-serif;
	font-size:12px;
	color:#333333;
	text-align: left;
}
p {
	color: #333;	
	font-size:12px;
	font-family: Arial, sans-serif;
	line-height: 15px;
	padding: 0px 0px 0px 0px;
}

h1 {
	font-size: 22px;
	font-family: Arial, sans-serif;
	color: #E6252A;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	padding: 10px 0px 0px 0px;
	border-bottom:2px solid #E6252A;
}

h2 {
	font-size:14px;
	font-family: Arial, sans-serif;
	color: #E6252A;
	font-weight: 900;
	padding: 20px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom:1px solid #E6252A;
}
h3 {
	font-size:12px;
	font-family: Arial, sans-serif;
	color: #E6252A;
	font-weight: 900;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
}
	
a, {
	color: #E6252A;	
	text-decoration: underline;
	font-weight: bold;
	background-color: transparent;
	}

a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #E6252A;
	}
.table {
	border:1px solid #333;
	}
.tr {
	border-bottom:1px solid #333;
}
form {
	padding: 0px;
	margin: 0px;
	margin-top: 1px;
}
input, select, textarea {
	font-size: 11px;
	font-family: Arial, sans-serif;
	padding: 0px;
	margin: 0px;
}

ul, ol {
	font-family: Arial, sans-serif;
	margin-left: 15px;
	font-size:12px;
	}
	
ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

ol ol {
	list-style-type: lower-alpha;
}

ol ol ol{
	list-style-type: lower-roman;
}

ol ol ol ol {
	list-style-type: lower-roman;
}

ol ol ol ol ol{
	list-style-type: lower-roman;
}

li {
	font-size: 12px;
	font-family: Arial, sans-serif;
	margin-left: 30px;
}

li a {
	color: #E6252A;
	text-decoration: underline;
	background-color: transparent;
}

li a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #E6252A;
}
.menu {
	color:#FBBF00;
	background-color: #E6252A;
	font-weight:bold;
	padding:7px;
	background-image: url(images/menu-line.gif);
	background-repeat: repeat-x;
	background-position: top;
	line-height:20px;
	}
.menu a:, .menu a:link, .menu a:visited, {
	color:#FFF;	
	text-decoration: none;
	padding:3px;
	background-image: none;
}
.menu a:hover {
	color:#FBBF00;
	text-decoration: underline;
}
.newscol {
	margin-left:5px;
	margin-top:5px;
	padding-bottom: 8px;
}

.news-head-top {
	padding: 4px 0px 0px 4px;
	width: 175px;
	height: 17px;
	background-image: url(images/news-head-top-175.gif);
	background-repeat: no-repeat;
}

.news-head {
	padding: 4px 0px 0px 4px;
	width: 175px;
	height: 17px;
	background-image: url(images/news-head-175.gif);
	background-repeat: no-repeat;
	font-weight: bold;
}

.newstitle {
	color: #333;
	font-size:10px;
	text-decoration: none;
	background-color: transparent;
	font-weight: bold;
}
.newstitle a:link, .newstitle a:visited, .newstitle a:active, {
	font-weight: bold;
	text-decoration:underline;
	color: #000;
}
.newstitle a:hover {
	color: #ccc;
	text-decoration:underline;
}
.newsend {
	color: #666666;
	border-bottom: 1px solid #aaaaaa;
	width:145px;
	font-size:10px;
}
.newsend a { 
	color: #666666;
	text-decoration: none;
}
.newsend a:hover { 
	color: #666666;
	text-decoration: underline;
}
.news {
	color: #333;
	padding: 3px 4px 8px 4px;
	width: 167px;
	font-size:10px;	
	background-image: url(images/news-sides-175.gif);
	background-repeat: repeat-y;
	background-color:white;
	line-height:12px;
}
.news a { 
	color: #E6252A;
	text-decoration: underline;
	background-color: transparent;
	font-weight:bold;
}
.news a:hover { 
	color: #fff;
	text-decoration: underline;
	background-color: #E6252A;
}
.dots {
	height: 1px;
	background-image: url(images/dots-3.gif);
	background-repeat: repeat-x;
}
.footer {
	font-size:10px;
	color:#999;
}
.footer a:link {
	font-size:10px;
}
.footer a:hover {
	text-decoration: underline;
}
