@charset "utf-8";
/* DEFAULT STYLES */
* { margin:0; padding:0; }

body {
	background:#FFFFFF;
	color:#333333;
	/*font:12px "Lucida Grande",Tahoma,Verdana,sans-serif;
	/*font-family:'Bitstream Vera Sans','Lucida Grande',Verdana,Arial,'sans-serif';*/
	font:62.5% Verdana,Arial,Helvetica,sans-serif;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:170%;
}

a { color:#003366; }

a:visited { color:#54A4DE;  }

a:hover { text-decoration:none;  }

a img { border:medium none; text-decoration:none; }

ul { list-style-image:none; list-style-position:outside; list-style-type:none; }

h1, h2, h3, h4 { line-height:1.4em; margin-bottom:0.8em; }

h1 { font-size:1.7em; font-weight:normal; margin-bottom:0.4em; }

h2 { font-size:1.8em; font-weight:normal; margin-bottom:0.6em; }

h3 { font-size:1.25em; font-weight:normal; margin-bottom:0.8em; }

h4 { font-size:1.2em; }

h5 { font-size:1em; }

h2 {
	background:url(../images/backgrounds/heading-bg-lightblue.gif) repeat-x scroll center bottom;
	color:#333333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	font-weight:normal; }

h3 {
	background:url(../images/backgrounds/heading-bg-lightblue.gif) repeat-x scroll center bottom;
	color:#333333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:normal; }

h4 {
	background:url(../images/backgrounds/heading-bg-yellow.gif) repeat-x scroll center bottom;
	color:#333333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:normal; }

h6 {
	background:url(../images/backgrounds/heading-bg-yellow.gif) repeat-x scroll center bottom;
	color:#333333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:normal; }

table { width:100%; }

hr { color:#E5F3FF; height:1px; }

body > hr { display:none; }

blockquote { border-left:2px solid #CCCCCC; color:#555555; font-family:georgia;
margin:0pt 0pt 15px 15px; padding-left:35px; font-size:1.2em; }

.clear_both { clear:both; }

.float_left { float:left; }

.clear_left { clear:left; }
/*
th, td {
	padding:0pt;
	text-align:left;
	vertical-align:top;
}

p, address {
	margin:0pt 0pt 0.7em;
}

address {
	font-style:normal;
}

cite {
	color:#9A9A9A;
	font-size:0.79em;
	font-style:normal;
}

cite strong {
	color:#5F5F5F;
	font-weight:bold;
}
*/
dt {
	display:block;
	font-weight:bold;
	font-size:1.2em;
}

dd {
	margin-bottom:5px;

}
/*
form {
	display:inline;
}

fieldset {
	border:medium none;
}

legend {
	display:none;
}
*/
input, select { vertical-align:middle; }

/*
label, .label {
	color:#666666;
	font-weight:bold;
}

small {
	font-size:0.95em;
}

big {
	font-size:1.25em;
}

hr {
	border:0pt none;
	clear:both;
	height:1px;
	margin:15px 0pt;
	overflow:hidden;
	visibility:hidden;
}
*/
