@charset "utf-8";

.left {
	float:left
}

.right {
	float:right;
}

.hide {
	display:none;
	visible:hidden;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

BODY, TD, TH, P, A, DIV, INPUT, TEXTAREA, SELECT H1 H2 H3{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size:12px;
}

BODY {
	background-color : #f5f5f5;
	color : #000000;
	margin:0pt;
	padding:0pt;
}

A:hover {
	text-decoration:underline;
}

A {
	text-decoration:none;
	color: #003399;
}

.page {
	margin:0pt auto;
	padding:0pt auto;
}

.pageContents {
	width:960px;
	padding:0px;
	background-color:#f5f5f5;
	border: 1px solid black;
	border-top:none
}

#header {
	padding:5px 0px 10px;
	background-color:#1f1a17;
}

#pageLinks {
	background-color:#1f1a17;
}

#pageLinks ul {
	margin:0px;
	list-style:none;
	padding:0px 10px;
}

#pageLinks ul li {
	height:20px;
	line-height:20px;
	padding:0px 10px;
}

#pageLinks ul li a {
	color:white;
	font-size:90%;
	font-weight:bold
}

#pageLinks ul li.sel {
}

#pageLinks ul li.sel a {
}

.body {
	background:transparent url(../../images/test_bg.gif) top left repeat-x;
	padding-top:20px;
	/*background-color:#e5e5e5;*/
}

.sectionHeader {
	border-bottom: 2px solid #003399;
}

.sectionHeader.special {
	border-bottom: 2px solid #ff772c;
}

.sectionHeader.special div.text {
	background:#ff772c url(../../images/tab_bgs.gif) repeat-x scroll left top;
	color:white;
	font-weight:bold;
	height:30px;
	line-height:30px;
	padding:0px 20px;
}

.sectionHeader.special div.cornerR {
	background:transparent url(../../images/tab_rs.gif) repeat-x scroll left top;
	height:30px;
	line-height:30px;
	width:30px
}	

.sectionHeader.special div.cornerL {
	background:transparent url(../../images/tab_ls.gif) repeat-x scroll left top;
	height:30px;
	line-height:30px;
	width:30px
}

.sectionHeader div.text {
	background:#003399 url(../../images/tab_bg.gif) repeat-x scroll left top;
	color:white;
	font-weight:bold;
	height:30px;
	line-height:30px;
	padding:0px 20px;
}

.para {
	padding:10px 0px;
	text-align:left;
	font-size:11pt
}

