.hLeft {
	float: left;
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: normal;
	cursor: default;
}
.hRight {
	float: right;
	width: 365px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #948E7B;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	font-weight: bold;
	cursor: default;
}
.att {
	font-size:14px;
	color: #990000;
	font-weight: bold;
	width: 480px;
	background-image: url(att2.png);
	background-repeat: repeat-y;
	background-position: left top;
	clear: both;
	cursor: pointer;
	text-align: justify;
}
.attUp {
	font-size:14px;
	color: #003366;
	text-align: justify;
	font-weight: bold;
	width: 480px;
	background-image: url(att2.png);
	background-repeat: repeat-y;
	background-position: left top;
	clear: both;
	cursor: pointer;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}


/* TEXT FORMAT */
a:link {
	color: #990000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
}
a:visited {
	color: #990000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
}
a:active {
	color: #990000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
}
a:hover {
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	padding: 0px;
	text-align: left;
	color: #993300;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
}
p{
	padding: 0px;
	color: #663333;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#ul1 {
	margin-top: 10px;
	list-style-image: url(bull1.png);
	color: #AF0202;
	text-align: justify;
}
#ul2 {
	margin-top: 10px;
	list-style-image: url(bull2.png);
	color: #663333;
	text-align: justify;
}
#nul {font-size: 1px;margin: 0px;padding: 0px;clear: both;}

