/* MAIN STYLESHEET */

html {
	scrollbar-face-color: #cccccc;
	scrollbar-arrow-color: white;
	scrollbar-highlight-color: white;
	scrollbar-shadow-color: #036ebe;
	scrollbar-3dlight-color: black;
}

/* Main Structure */
body {
	background-color: #ffffff;
	margin: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 0.75em;
}

hr {
	color: #ab132e;
}

p {
	font-size: 1em;
}

.top {
	color: #a4001d;
}

.redbox {
	color: #ffffff;
}

li.white {
	color: #ffffff;
}

.footer {
	font-size: 0.9em;
	color: #a4001d;
	text-align: center;	
}

.red {
	color: #a4001d;
}

.red2 {
	color: #a4001d;
	font-size: 1.2em;
}

.pink {
	color: #cc9999;
}

.normal {
	color: #000000;
}

.center {
	text-align: center;
}

h1 {
	font-size: 1.9em;
	color: #a4001d;
	text-align: left;
	font-weight: regular;
	letter-spacing: 0.1em;
}

h2 {
	font-size: 1.2em;
	color: #a4001d;
	text-align: left;
	font-weight: regular;
}

h2.home {
	font-size: 1.2em;
	color: #666666;
	text-align: left;
	font-weight: regular;
}

h2.redbox {
	font-size: 1.1em;
	color: #cc9999;
	text-align: left;
	margin-top: 0em;
}

table.red {
	border-color: #c92343;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
}


a {
	color: #a4001d;
	text-decoration: underline;
	font-weight: regular;
}

a:hover {
	color: #666666;
}

a.foot {
	color: #a4001d;	
	text-decoration: none;
}

a.foot:Hover {
	color: #666666;
	text-decoration: underline;
}

ul {
list-style-type: disc;
}

ul.2 {
list-style-color: #a4001d;
}







