/* Basic layout */
body 		
{ 
   background-position: top left;
   background-repeat: repeat-y;
   margin: 0px 0px 0px 0px;
}
tr.h1 {background-color:#6578cd;}
tr.h2 {background-color:#8a99d9; color:#FFFFFF;}
tr.h3 {background-color:#3549a2;}

div.contentbody
{
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
}
div.footer
{
	font-size:9px;
	margin-top:25px;
}
p.header1
{
	font-weight:bold;
	color:#888888;
	font-size:14px;
}

a, a:visited
{
	ccolor:#0000FF;
	text-decoration:none;
}
div.welcomeMsg
{
	width: 255px;
	height: auto;
	padding: 20px;
	border-color:#CCCCCC;
	border-style: solid;
	border-width: 1px;
}

div.quote
{
	background-color:#6757bf;
	width:195px;
	height:650px;
	color:#fff;
	font-size:12px;
	font-family: 'Arial Black', Arial, Helvetica, sans-serif;
	padding: 20px;
}
/* Form elements */
select.flat, textarea.flat, input.flat{ 
	border-color : #777777;
	font-size : 11px;
	font-family: tahoma;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-right-color:#CCCCCC;
	border-bottom-width: 1px;
	border-bottom-color:#CCCCCC;
	border-left-width: 1px;
}
input.flat{ 
	font-size : 13px;
	font-family: tahoma;
}
form{
	margin:0px;
}
td.dim,span.dim,a.dim,div.dim {
	color:#888888;
}
div.h_txt, td.h_txt {
	color:#990000;
	font-weight:bold;
}