/* author: Richard Kingston */
/* Creation date: 26/07/2004 */

body {
	background-color : #FFFFFF;
	font-family: helvetica, arial, sans-serif;
	font-size : 12px;
	width : 650px;
}

p {
	font-family : helvetica, arial, sans-serif;
	font-size : 12px;
}
p.tight {
	margin : 0cm;
	margin-bottom : .0001pt;
}
 
/*Style Applied to the Paragraphs for Main Section Links */
p.navButton {
	font-family : helvetica, arial, sans-serif;
	font-size : 11px;
	font-weight : bold;
	background-color : #F4F4F4;
	display : block;
	margin-bottom : 4px;
	margin-top : 6px;
	width : 100%;
}

.navButton a {
	font-weight : normal;
	border : 1px solid #999999;
	color : #333333;
	display : block;
	padding-bottom : 2px;
	padding-left : 12px;
	padding-top : 4px;
	text-decoration : none;
	width : 100%
}

.navButton a:hover {
	font-weight : normal;
	background-color : #72818E;
	border : 1px solid #999999;
	color : #FFFFFF;
	display : block;
	text-decoration : none;
	width : 100%;
}

td {
	font-family : helvetica, arial, sans-serif;
	font-size : 12px;
}

td.title {
	font-family : helvetica, arial, sans-serif;
	font-size : 16px;
	font-weight : bold;
	color : black;
 	border-left : 2px solid #000066;
	border-top : 2px solid white;
}

td.text {
	font-family : helvetica, arial, sans-serif;
	font-size : 12px;
 	border-left : 2px solid #000066;
	border-top : 2px solid #000066;
	background-color : lightblue;
}

td.border-top {
	border-top : 2px solid #000066;
}

td.border-left {
	border-left : 2px solid #000066;
	background-color : lightblue;
}

td.box {
	background-image : url('blue.gif');
}

td.bottom-logo {
	background-image : url('blueBottom.gif');
	border-top : 2px solid #000066;
	border-left : 2px solid #000066;
}

p.footer {
	font-family : helvetica, arial, sans-serif;
	font-size : 11px;
	line-height : normal;
	color : black;
}

ul.tight {
	margin-top : 0cm;
}
