<!--
html, body {
	height:100%;
}
body	{
	background:#ffc;
	margin:0;
	padding:0;
	width:auto;
	height:100%;
	text-align:center;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1em;
}
table	{
	font-family:Arial,Helvetica,sans-serif;
	font-size:1em;	
}
td,th	{
	font-family:Arial,Helvetica,sans-serif;
	font-size:1em;
}

table.box	{
	border:2px solid #0f1040;
}
table.form	{
	background:#ffc;
	border-top:2px solid #0f1040;
	border-bottom:1px solid #0f1040;
	border-right:1px solid #0f1040;
	border-left:1px solid #0f1040;
	width:185px;
}
table.form td	{
	font-size:.8em;
}
table.navright	{
	margin-bottom:.5em;
}

td.box_header	{
	background:#0f1040;
	background-image:url(images/bg_box_header_gradient.gif);
	background-repeat:repeat-x;
	color:#ffc;
}
td.box_content	{
	background:#ffc;
}
td.footer	{
	background:#0f1040;
	color:#fff;
}
td.left	{
	background:#fff;
	width:205px;
	border-right:1px dotted #000;
}
td.main	{
	background:#fff;
	width:350px;
}
td.navtop	{
	background:#0f1040;
	border-top:1px solid #000;
	border-bottom:1px solid #ffc;
	color:#fff;
	font-size:.9em;	
	text-align:center;
}
td.navright	{
	background:#fff;
	border-top:2px solid #0f1040;
	border-left:2px solid #0f1040;
	border-right:2px solid #0f1040;
	border-bottom:4px solid #0f1040;
}
td.phone	{
	background:#ffc;
	width:205px;
	color:#000;
	font-size:.9em;
	font-weight:bold;
	text-align:center;
	letter-spacing:.25em;
}
td.right	{
	background:#dedfde;
	width:205px;
	border-left:1px dotted #000;
}

h1,h2,h3,h4,h5	{
	font-family:Arial,Helvetica,sans-serif;
	color:#000;	
}
h1	{
	font-family:"Times New Roman",Times,serif;
	font-size:1.2em;
	color:#0f1040;
	font-weight:500;
	letter-spacing:.2em;
	font-variant:small-caps;
}
h2	{
	font-size:1.2em;
	color:#0f1040;
}
h2.sidebar	{
	font-family:"Times New Roman",Times,serif;
	font-weight:500;
	margin-top:0;
}
h3	{
	font-size:1em;
	color:#0f1040;
}
h4	{
	font-size:.9em;
}
h4.box_header	{
	color:#fff;
	margin-top:.2em;
	margin-bottom:.2em;
	margin-left:.5em;
}
h4.home	{
	color:#0f1040;
	margin-bottom:.2em;
}
h5	{
	font-size:.8em;
}
p	{
	font-family:Arial,Helvetica,sans-serif;
	font-size:.8em;
}
p.footer	{
	font-size:.7em;
	text-align:center;
}
p.headlines	{
	font-size:.7em;
}

a	{
	color:#0f1040;
}
a:hover	{
	color:#339;
}
a.visited	{
	color:#0f1040;
}
a.visited:hover	{
	color:#339;
}

a.footer	{
	color:#fff;
}
a.footer:hover	{
	color:#ffc;
}
a.footer.visited	{
	color:#fff;
}
a.footer.visited:hover	{
	color:#ffc;
}

a.navright	{
	font-size:.8em;
	color:#0f1040;
	text-decoration:none;
	font-weight:bold;
	display:block;
}
a.navright:hover	{
	background:#ffc;
	color:#339;
	display:block;
}
a.navright.visited	{
	color:#0f1040;
}
a.navright.visited:hover	{
	color:#339;
}

a.navtop	{
	color:#fff;
	text-decoration:none;
	display:block;
	border-right:1px solid #fff;
}
a.navtop:hover	{
	background:#ffc;
	color:#0f1040;
	text-decoration:none;
	display:block;
}

img.header	{
	border-bottom:4px solid #fff;
}

input.form {  
	font-family:Arial,Helvetica,sans-serif;
	font-size:.8em;
	background:#DEDFDE; 
	border:1px solid #0f1040;
}
textarea.form	{
	font-family:Arial,Helvetica,sans-serif;
	font-size:.8em;
	background:#DEDFDE; 
	border:1px solid #0f1040;
}

span.highlight	{
	font-weight:bold;
	color:#339;
}
.content	{
	padding:.5em;
}
#container	{
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	width:760px;
	text-align:left;
	border:1px solid #000;
	background:#fff;
}
-->