/* General page style. */
body {
	background-color:#CCCCCC; 
}

/* General font families for common tags */
font, th, td, p, div, blockquote { 	font-family:Arial, Helvetica, sans-serif; font-size: 14px; }
small { font-family:Arial, Helvetica, sans-serif; font-size:12px; }
strong, b { font-family:Arial, Helvetica, sans-serif; font-weight:bold }
em ,i { font-family:Arial, Helvetica, sans-serif; font-style:italic }
a:link, a:active, a:visited { text-decoration: none; color : #3333CC; }
a:hover		{ text-decoration:underline; }
hr	{ height:4px; color: #3333cc; line-height: 0px; width: 100%; }

hr.top	{ height:1px; color: #EEEEEE; line-height: 0px; width: 100%; }

h1	{
	font-weight: bold; font-size: 28px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; line-height : 30px; color : #000044;
}

h2	{
	font-weight: bold; font-size: 24px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; line-height : 26px; color : #000044;
}

h3	{
	font-weight: bold; font-size: 18px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; line-height : 20px; color : #000044;
}

h4 {
	font-weight: bold; font-size: 16px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; line-height : 18px; color : #000022;
	font-style:italic;

}

h5, h6, h7 {
	font-weight: bold; font-size: 14px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; line-height : 16px; color : #000044;

}

span.likeh2 {
	font-weight: bold; font-size: 24px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; line-height : 26px; color : #000044;
}


div.phone { background-color:EEEEEE; border-style:solid;
	border-width:1px; border-color:#999999;
	padding:2px; font-size:12px; font-weight:bold;
	width:140px; text-align:center; margin-top:10px; margin-bottom:6px;
}

div.email { background-color:AAAAAA; border-style:solid;
	border-width:1px; border-color:#999999;
	padding:2px; font-size:12px; font-weight:bold;
	width:140px; text-align:center; margin-top:8px; margin-bottom:3px;
}

div.contact {
	background-color:#FFFFFF; border-color:#EEEEEE;
	border-style:solid; border-right-width:0px;
	border-left-width:0px; border-top-width:1px;
	border-bottom-width:1px; width:auto; padding:5px;
}

/* Tables */

td.nav {
	background-color:#FFFFFF; border-color:#EEEEEE;
	border-style:solid; border-right-width:1px;
	border-left-width:0px; border-top-width:0px;
	border-bottom-width:0px; padding-left:6px; padding-right:6px;
	padding-top:4px; text-align:center;
}

td.tbody { vertical-align:top; padding-left:12px; padding-right:12px; }




