/* CSS Document */

/* Title */
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	font-style: italic;
	}
.subtitle {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	}
.bar1 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
	font-style: italic;
	color: #ffffff;
	background-color: #6699cc;
	}
.bar1txt {
	font-weight: normal;
	font-size: 12px;
	font-style: normal;
	}

/* Left Navigation Styles */
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	border-bottom: 2px solid #000000;
	border-right: 2px solid #000000;
	padding-bottom: 2;
	}
.header1 {
	font-weight: bold;
	color: #ffffff;
	background-color: #dd0000;
	}
.header2 {
	font-size: 12px;
	color: #000000;
	background-color: #ffcb99;
	}
.header3 {
	font-weight: bold;
	color: #ffffff;
	background-color: #6699cc;
	}
.headertxt {
	font-family: Verdana, Arial, Helvetica, sans serif;
	font-size: 11px;
	list-style: none;
	margin-left: .4cm;
	}

/* Main Body Styles */
.bodytext {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	}
.paragraph {
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 1cm;
	}

/* Copyright */
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	}
