body {
	background: #ffffff url('/images/background-greyline.jpg') repeat;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-size: 14px;
}

h3 {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 1px;
	color: #000000;
}

h4 {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 1px;
	font-style: italic;
	color: #8f001c;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: black;
}

a:hover {
	text-decoration: underline;
}

#containerTable {
	width: 100%;
	height: 100%;
}

#containerTable td{
	vertical-align: middle;
	text-align: center;
}

#content {
	width: 646px;
	height: 496px;
	border: 1px solid #aa3e55;
	border-top: 32px solid #8f001c;
	background: #ffffff;
	margin-left: auto;
	margin-right: auto;
}

#head {
	width: 730px;
	background-color: #8f001c;
	border: 1px solid #8f001c;
	height: 30px;
	text-align: right;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}

#subcontent {
	width: 730px;
	min-height: 496px;
	border: 1px solid #aa3e55;
	background: #ffffff;
	margin-left: auto;
	margin-right: auto;
}

#maincontent {
	margin-left: 40px;
	margin-right: 40px;
}

.tri {
	list-style-image: url('/images/tri.jpg');
	margin-left: 20px;
	padding-left: 0px;
}

.tri li {
	margin-bottom: 15px;
	line-height: 1em;
	margin-left: 0px;
	padding-left: 0px;
}

.tri li a {
	font-size: 13px;
}

.trired {
	list-style-image: url('/images/tri.jpg');
	margin-top: 0px;
	margin-left: 22px;
	padding-left: 0px;
}

.trired li {
	margin-bottom: 3px;
	line-height: 1.5em;
	margin-left: 0px;
	padding-left: 0px;
}

.trired li a {
	font-size: 13px;
}

.trired li ol {
	list-style-type: decimal;
	list-style-image: none;
	line-height: 1.5em;
}

.trired li ol li ol{
	list-style-type: lower-roman;
	list-style-image: none;
}

.trired li ol li ol li ol{
	list-style-type: lower-alpha;
	list-style-image: none;
	line-height: 1.5em;
}

.trired li ol li {
	margin-bottom: 3px;
	line-height: 1em;
	line-height: 1.5em;
}

.trired li ol li ol li {
	margin-bottom: 3px;
	line-height: 1em;
	line-height: 1.5em;
}


.triblue {
	list-style-image: url('/images/triblue.jpg');
	margin-left: 20px;
	padding-left: 0px;
	margin-top: 0px;
}

.triblue li {
	margin-bottom: 3px;
	line-height: 1em;
	margin-left: 0px;
	padding-left: 0px;
}

.triblue li a {
	font-size: 13px;
}

.dashed {
	height: 4px;
	width: 300px;
	border: none;
	border-top: 1px dashed #8f001c;
	border-bottom: 1px dashed #8f001c;
	margin-left: 0px;
}

.bluelink {
	margin-top: 0px;
	margin-left: 5px;
}

.bluelink a {
	color: #0f0777;
	font-style: italic;
}

.bluelinksmall a {
	color: #0f0777;
	font-size: 12px;
	font-style: italic;
}

.class  { 
	border-style: solid; 
	border-width: 30px 1px 1px 1px; 
	border-color: #8e001c;
}

#justify p {
	text-align: justify;
}