body {
	background: #cce1ee;
	margin: 0 auto;
	text-align:center
}
a {
	color: #0078C4;
	text-decoration: none;
}



.content {
	background: #FFFFFF;
	border: 2px solid #999999;
	padding: 10px;
	width: 804px;
	margin: 20 auto;
	text-align:left
}


p.menu {
	font: 13px "Arial Narrow", Arial, Tahoma, Verdana, "sans serif";
	color: #243551;
	width: 700px;
	margin-top: -70px;
}

p.local_menu {
	font: 11px "Verdana", Arial, Tahoma, Arial Narrow, "sans serif";
	color: #243551;
	width: 700px;
	margin-top: -25px;
}

address, body, caption, center, dd, dir, div, dl, dt, form, menu, p, td, th, ol, tr, ul, 
{
	font: 11px "Verdana", Arial, Tahoma, Arial Narrow, "sans serif";
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 130%;
	color: #243551;
	background-color: transparent;
}


ul
{
	font: 11px "Verdana", Arial, Tahoma, Arial Narrow, "sans serif";
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 130%;
	color: #243551;
	background-color: transparent;
}

li
{
	font: 11px "Verdana", Arial, Tahoma, Arial Narrow, "sans serif";
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 150%;
	color: #243551;
	background-color: transparent;
}



p {
	font: 11px "Verdana", Arial, Tahoma, Arial Narrow, "sans serif";
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 130%;
	color: #243551;
	background-color: transparent;
}


/* -------- links description -------- */

a:link {
	color:#1F497D;
	background:transparent;
	text-decoration:underline;
	font-weight:bold;
}
a:visited {
	color:#C0504D;
	background:transparent;
	text-decoration:underline;
	font-weight:bold;
}
a:active {
	color:#3399CC;
	background:transparent;
	text-decoration:underline;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
	font-weight:bold;
}
a img{
	text-decoration:none; 
	border:none;
}





/* -------- heading description -------- */

h1 {
	font: 18px "Verdana", Arial, Tahoma, Arial Narrow, "sans serif";
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	line-height: 100%;
	color: #1F497D;
	background-color: transparent;
}

h2 {
	font: 14px "Verdana", Arial, Tahoma, Arial Narrow, "sans serif";
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	line-height: 100%;
	color: #1F497D;
	background-color: transparent;
}

h3 {
	font: 14px "Verdana", Arial, Tahoma, Arial Narrow, "sans serif";
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	line-height: 50%;
	color: #C0504D;
	background-color: transparent;
}

h4 {
	font: 12px "Verdana", Arial, Tahoma, Arial Narrow, "sans serif";
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	line-height: 5%;
	color: #C0504D;
	background-color: transparent;
}

h5 {
	font: 14px "Verdana", Arial, Tahoma, Arial Narrow, "sans serif";
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	line-height: 100%;
	color: #9BBB59;
	background-color: transparent;
}


/* -------- Table Styles -------- */
table.normal {
	width: 100%;
	font-family: Tahoma, Arial, "Trebuchet MS", sans-serif;
	background-color: #cccccc;
	border-color: #666666;
	border-width: 1px;
	border-style: solid;
	padding:5px;
}


