/* CSS Document */

body {
	margin: 0px 0px 0px 0px;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	background-color: #A0A7AD;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-base-color:#D6D9DC;
	scrollbar-shadow-color:#D6D9DC;
	scrollbar-face-color:#061020;
	scrollbar-highlight-color:#D6D9DC;
	scrollbar-dark-shadow-color:#D6D9DC;
	scrollbar-3d-light-color:#FFFFFF; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: .8em;	
}

a { 
	color: #321c56;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:hover { 
	color: #cc0000; 
}

h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.5em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #ce0001;
	text-transform: uppercase;
	letter-spacing: 30px;
	background-position: center top;
}

h1.PR {
	font-size:1.2em;
	font-weight: bold;
	letter-spacing: 0px;
	color: #ce0001;
	text-transform: none;
	margin-bottom: 0px;
}
	
h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-align: left;
	color: #321c56;
	text-transform: uppercase;
	letter-spacing: 5px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #ce0001;
	border-bottom: 1px solid #BBBBBB;
	margin-bottom: 4px;
	margin-right: 8px;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	border-bottom: 1px solid #BBBBBB;
	margin-bottom: 4px;
	margin-right: 8px;
}


strong {
	font-weight: bold;
	font-size: 1em;
}


p.main {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 10pt;
	line-height: 170%;
}
p.main2 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 10pt;
	line-height: 120%;
}