body {
	font-family: sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
}

ul.arrowgray { 	
	list-style-image: url(../graphics/grayArrow_sm.gif);
}

ul.bullet { 
	list-style-image: url(../graphics/boxBullet.gif);
}

a:link{
	color: #0000FF;
}

a:visited {
	color: #880080;
}

table {
        border-style: none;
      }

tr.align img {
	display: block;
}

/* navigation styles */

.topnav {
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 0.5pt;
	color: #ffffff;
	background-color: #093773;
	padding: 5px;
}

table#leftnav {
	border-right: 2px solid grey;
	margin-right: 5px;
	}

table#leftnav ul { 
	padding-left: 15px;
}

.subnav td {
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 0.5pt;
	color: #ffffff;
	background-color: #093773;
	padding: 10px;
}

.topnav a, .subnav a {
	color: #fff;
	text-decoration: none;
}

.topnav a:hover, .subnav a:hover {
	color: #fff;
	text-decoration: underline;
}

/* header styles */

.boldBlue {
	font-weight: bold;
	color: #083772;
}

.boldBlue a {
	text-decoration: none;
}

.boldgray {
	font-weight: bold;
	font-size: 12px;
	color: #5B5B5B;
}

.header {
	font-size: 13px;
	color: #083772;
	font-weight: bold;
	}

.headerGray {
	font-size: 13px;
	color: #5B5B5B;
	font-weight: bold;
	}

.headerGrayLg {
	font-size: 18px;
	color: #5B5B5B;
	font-weight: bold;
	text-align: center;
	}


