@charset "UTF-8";
/* CSS Document */

/* 
* This stylesheet resets default browser styles and defines a 
* set of default styles consistent across browsers. 
*/ 
html, body, * {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #860038;
}
:link img, :visited img, :hover img, :active img, img { border: none; } 
h1, h2, h3, h4, h5, h6 { font-weight: normal; }

h1 { 
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	font-style:normal;
	color: #999999;
	margin-bottom: 0.8em;
}
h1 span {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	font-style:normal;
	color: #666666;
	margin-bottom: 0.8em;
}

h1 a, h1 a:active, h1 a:link, h1 a:visited { 
	font-size: inherit;
	color: #999999;
	margin-bottom:0.8em;
	font-weight: bold;
	text-decoration: underline;
}

h2 { 
	font-size: 14px;
	color: #666666;
	line-height:18px;
	margin-bottom:1em;
	margin-top: 0px;
	font-weight: bold;
}

h2 a, h2 a:active, h2 a:link, h2 a:visited { 
	font-size: 14px;
	color: #666666;
	line-height:18px;
	margin-bottom:1em;
	margin-top: 0px;
	font-weight: normal;
	text-decoration: underline;
}
h2 a:hover {
	text-decoration: none;
	color: #999999;
}
h2 strong {
	color: #666666;
}


h3 { 
	font-size: 14px;
	line-height:18px;
	color: #333333;
	margin-bottom: 1em;
	margin-top: 0px; 
	font-weight: normal;
}
h3 a, h3 a:active, h3 a:link, h3 a:visited { 
	font-size: 16px;
	line-height:20px;
	color: #000000;
	margin-bottom: 0.8em;
	margin-top: 0px; 
	font-weight: normal;
}

h4, h4 a, h4 a:active, h4 a:link, h4 a:visited { 
	font-size:15px;
	color:#000;
	line-height:18px;
	margin-bottom:0.6em;
	font-weight: bold;
	text-decoration: none;
}

h4 a strong, h4 strong { 
	font-size:15px;
	color: #666666;
	line-height:18px;
	margin-bottom:0.6em;
	font-weight: bold;
}
h5 {
	font-size: 16px;
	line-height: 20px;
	color: #666666;
	margin-bottom: 1em;
}
h6, p, ul, ol, address, blockquote, dl, table { 
	font-size: 1em; 
	margin-bottom: 1.2em; 
}
p.nopad {
	margin-bottom:0px;	
}
ul, li { 
	list-style-type: disc; 
	margin-left: 10px;
	padding-left: 0px;
} 
.ulmargin {
	margin-left: 25px;
}
ol, ol li { 
	list-style-type: decimal;
	margin-left: 15px;
}

em {  
font-style: italic;
font-size: inherit;
color: inherit;
}

strong { 
font-weight: bold;
font-size: inherit;
color: inherit;
}
u {
	font-size:inherit;
}


a:link { 
	color:#333333;
	text-decoration: none;
	font-size: inherit;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #333333;
	font-size: inherit;
	font-weight: bold;
}
a:hover {
	text-decoration:  underline;
	color: #999999;
	font-size: inherit;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #333333;
	font-size: inherit;
	font-weight: bold;
}

.floatleft {
	float:left;
}
.floatright {
	float: right;
}
.imgright {
	float:right;
	margin-left: 20px;
	margin-bottom: 10px;
}
.imgleft {
	float:left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.marginright {
	margin-right: 20px;
}
.marginright10 {
	margin-right: 10px;
}
.marginright8 {
	margin-right: 8px;
}
.marginleft {
	margin-left: 20px;
}
.marginleft10 {
	margin-left: 10px;
}
.nomargin {
	margin: 0px;
}
.marginbottom {
	margin-bottom: 10px;
}
.marginbottom5 {
	margin-bottom: 5px;
}
.marginbottom { 
	margin-bottom: 20px;
}
.margintop { 
	margin-top: 12px;
}
.h2margin {
 	margin-top: -1px;
}

fieldset { border: none; }


/* 
* Not really a default style, but this class is used in 
* every project. 
*/ 
.clear:after { 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden; 
font-size: 0; 
}

.clear { 
	display: inline-table;
	clear:both;
	height:0;
	margin:0px;
	padding: 0px;
}

/* Hide from IE/Mac \*/ 
* html .clear { height: 1%; } 
.clear { 
	display: block; 
} 
/* Hide from IE/Mac */ 
