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

body { behavior:url(/css/csshover.htc); }

*{
	margin:0 0 0 0;
	padding:0 0 0 0;
	border:0;
}

img, div { 
	behavior: url(/css/iepngfix.htc) 
}

td {
	vertical-align:top;
	text-align:left;
}

#header.li {
	list-style:disc;
	*list-style:circle;
}

td.bottom {
	vertical-align:bottom;
}

#main {
	position:relative;
	width:984px;
	background-color:#FFFFFF
}

body {
	background-color:#e6e6e6;
	color:#424242;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	text-align:left;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:21px;
	font-weight:normal;
	color:#4896bf;
}

h2 {
	font-family:"Univers 55", Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#4896bf;
}

.float_right {
	float:right;
}

.float_left {
	float:left;
}

a {
	color:#553389;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
}

p {
	margin-bottom:12px;
}

hr {
	background-color:#c7dfec;
	color:#c7dfec;
	height:1px;
	margin:16px 0 16px 0;
	
}

span.button {
	background-color:#c7dfec;
	margin-right:6px;
}

span.button a {
	border:#c7dfec 2px solid;
	padding:0 4px 0 4px;
	color:#424242;
	font-weight:normal;
	font-size:10px;	
}