@charset "utf-8";
/* CSS Document */

.subtitle {
	font-size: 125%;
	font-weight: bold;
	display: block;
	margin-top: 25px;
}

.red {
	color: red;
}

.boldItalic {
	font-weight: bold;
    font-style: italic;
}

.bold {
	font-weight: bold;
}
.boldYellow {
	color: #b4881c;
	font-weight: bold;
}

.boldCenter {
	font-weight: bold;
	text-align: center;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.italic {
      font-style: italic;
}

.smText {
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
}	

.indented {
	padding-left: 50px;
}

.indentedBold {
	padding-left: 50px;
	font-weight: bold;
}

.indentedItalic {
	padding-left: 50px;
    font-style: italic;
}

.indentedItalicBold {
	padding-left: 50px;
	font-weight: bold;
    font-style: italic;
}

.indentedMore {
	padding-left: 80px;
}

.indentedMoreBold {
	padding-left: 80px;
	font-weight: bold;
}

.listTable {
	background-color: #FFFFFF;
}
 
.listTable td {
	vertical-align: top;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #DDDDDD;
}


.listTable th {
	padding: 2px;
	color: #000000;
	font-weight: bold;
	text-align: left;
	height: 20px;
	background-color:#DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	text-indent: 2px;
	border-top: 1px solid #DDDDDD;
}

.listTable a:link {
	text-decoration: none;
}
.listTable a:visited {
	text-decoration: none;
}
.listTable a:active {
	text-decoration: none;
}
.listTable a:hover {
	color: #CE6602;
}

