body {

	background-color: #E0E0E3;
	margin-top: 0px;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	line-height: 18px;

}

td {

	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	line-height: 18px;

}

h1 {

	font-family: arial, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #333333;
	line-height: 26px;
	margin: 0px;

}

h2 {

	font-family: arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #000000;
	line-height: 18px;
	margin: 0px;

}

h2.homepage {

	font-family: arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #6095C1;
	line-height: 18px;
	margin: 0px;

}

li {

	margin-bottom: 15px;

}

/* Use a consistent thin, light-colored border around images. */
.imageBorder {

	border: 1px solid #666;

}

/* For a div used as a container for a caption associated with an image: both the div and the image should be held together within a parent div container. */
.imageCaption {

	font-size: 90%;
	font-weight: bold;
	text-align: center; 

}

/* For a div used to contain an image and an associated caption. */
.imageContainerLeft {

	float: left;
	border: 0;
	padding: 0;
	margin: 0 0.75em 0.25em 0;

}

/* For a div used to contain an image and an associated caption. */
.imageContainerRight {

	float: right;
	border: 0;
	padding: 0;
	margin: 0 0 0.25em 0.75em;

}

.caption {

	font-family: arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	line-height: 18px;
	margin: 8px;

}

.note {

	font-family: arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	line-height: 15px;
	margin: 0px;

}

.sidebar {

	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #6095C1;
	line-height: 18px;
	margin: 8px;

}

.footer {

	font-family: arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	line-height: 18px;
	margin: 0px;

}

.submenu_off {

	color: #959595;
	padding-left: 8px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	border-left: #B3BABD solid 1px;
	border-top: #B3BABD solid 1px;
	border-right: #B3BABD solid 1px;
	background-color: #FCFCFC;
 	cursor: default;

}

.submenu_on {

	color: #666666;
	padding-left: 8px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	border-left: #B3BABD solid 1px;
	border-top: #B3BABD solid 1px;
	border-right: #B3BABD solid 1px;
	background-color: #E0E0E3;
	cursor: pointer;

}

.errMsg {

	color: #F00; 
	font-size: 90%; 
	font-weight: bold; 
	margin-left: 5px; 

}

a:link {

	font-family: arial, sans-serif;
	font-size: 11px;
	font-weight: 600;
	color: #6095C1;
	text-decoration: none;
	line-height: 18px;
	margin: 0px;

}

a:visited {

	font-family: arial, sans-serif;
	font-size: 11px;
	font-weight: 600;
	color: #B4B4BD;
	text-decoration: none;
	line-height: 18px;
	margin: 0px;

}

a:hover, a:active, a:visited:hover, a:visited:active {

	font-family: arial, sans-serif;
	font-size: 11px;
	font-weight: 600;
	color: #0000FF;
	text-decoration: underline;
	line-height: 18px;
	margin: 0px;

}

.nav {

	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FCFCFC;

}

a.nav:link, a.nav:visited {


	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FCFCFC;
	text-decoration: none;

}

a.nav:hover, a.nav:active, a.nav:visited:hover, a.nav:visited:active {


	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FCFCFC;
	text-decoration: underline;

}

a.menu:link, a.menu:visited {

	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
 	text-decoration: none;
	line-height: 18px;

}

a.menu:hover, a.menu:active, a.menu:visited:hover, a.menu:visited:active {

	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FCFCFC;
 	text-decoration: none;
	line-height: 18px;

}


