<?php include "../info.inc"; ?>
	body , input , textarea , select , option , blockquote, td {
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		color: #333333;
		font-weight: normal;
	}

	b, strong {
		font-size: 13px;
		color: #006AA7;
	}
	hr {
		color: #006AA7;
		background-color: #006AA7;
		height: 1px;
	}

	ol , ul , li {
		color: #CAC9BE;
		list-style-type: disk;
	}
	
	A {
		color: #006AA7;
		text-decoration : underline;
	}
	A:hover {
		color: #006AA7;
	}

	.bgBlue, a.bgBlue, a.bgBlue:link, a.bgBlue:visited, a.bgBlue:active {
		background : #006AA7;
		font-weight: bold;
		color: #FFFFFF;
		text-decoration:none;
	}
	a.bgBlue:hover {
		color: #97968F;
	}
	.bold {
		font-weight: bold;
	}
	.errMsg, .errormessage {
		font-weight: bold;
		color: #CC0000;
	}
	.faded {
		color: #CAC9BE;
	}
	.footer, a.footer, a.footer:link, a.footer:visited, a.footer:active {
		font-size: 11px;
		color: #02517E;
		text-decoration:none;
	}
	a.footer:hover {
		text-decoration:underline;
	}
	.form {
		font-weight: bold;
		padding-top: 3px;
	}
	.header, a.header:link, a.header:visited, a.header:active, a.header:hover {
		font-size: 14px;
		font-weight: bold;
		color: #006AA7;
	}
	.imgBorder {
		border: thin solid #006AA7;
	}
	.indent {
		padding-left: 15px;
	}
	.menu {
		background-image: url(images/menu_bg.gif) ;
	}
	.curMenu {
		background-image: url(images/menu_active_bg.gif) ;
	}
	.menutext, a.menutext, a.menutext:hover {
		font-weight: bold;
		color: #FFFFFF;
		text-decoration: none;
	}
	.press, a.press {
		font-weight: bold;
		color: #97968F;
		text-decoration:  none;
	}
	a.press:hover {
		color: #02517E;
		text-decoration:  none;
	} 
	.pressDate {
		color: #02517E;
	}
	.pressTitle {
		font-weight: bold;
		color: #006AA7;
	}
	.subMenu, a.subMenu, .curSubMenu, a.curSubMenu {
		font-weight: bold;
		text-decoration: none;
	}
	.subMenu, a.subMenu {
		color: #006AA7;
	}
	.curSubMenu, a.curSubMenu {
		color: #02517E;
	}
	a.subMenu, a.curSubMenu {
		padding-right: 5px;
	}
	a.subMenu:hover, a.curSubMenu:hover {
		color: #02517E;
		text-decoration: underline;
	}
	.subMenuHeader {
		background-image: url(images/sub_bg.gif) ;
		font-weight: bold;
		color: #006AA7;
		text-decoration: none;
	}
	.text {
		font-weight: normal
	}