/* CSS Document */

body, html {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, Helv;
	font-size: 10px;
	font-weight: normal;
	color: #333333;	
}

td {
	vertical-align: top;
	text-align: left;
}

p {
	font-family: Verdana, Arial, Helvetica, Helv;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	line-height: 16px;
}
p.p_indented {
	padding-left: 25px;
	padding-right: 25px;
}
p.p_tight {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 12px;
}
p.p_tight2 {
	padding: 0px;
	margin: 0px;
	line-height: 12px;
}
li {
	line-height: 16px;
}
a, a:link, a:visited {
	color: #663300;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:visited:hover {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}

/*
	FULL PAGE ELEMENTS
*/
td.master {
	/*background-image: url(images/background4a.gif);*/
	background-repeat: repeat-x;
	text-align: center;
}
td.left_margin {
	background-image: url(images/line_left.gif);
	background-repeat: repeat-y;
	width: 3px;
}
td.right_margin {
	background-image: url(images/line_right.gif);
	background-repeat: repeat-y;
	width: 3px;
}

/*
	PAGE SECTIONS
*/
td.section_header {
	width: 679px;
}
td.section_news {
	background-image: url(images/right_bar_back.gif);
	background-repeat: repeat;
	width: 282px;
}
td.section_main {
	background: #FFFFFF;
	background-color: #FFFFFF;
	width: 397px;
}
td.section_footer {
	border-top: 2px solid #CC6600;
	border-bottom: 2px solid #CC6600;
	text-align: center;
}

/*
	SPECIAL
*/
.special_link_bullet {
	color: #CC6600;
	font-size: 16px;
	line-height: 12px;
}
a.special_link, a.special_link:link, a.special_link:visited {
	color: #0033CC;
	font-size: 12px;
}
a.special_link:hover, a.special_link:visited:hover {
	color: #0033CC;
	text-decoration: underline;
	font-size: 12px;
}