/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	font-size: 0.7em;
	background-color:#990033;
	color:#333333;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000066;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	padding-bottom: 5px;
	width: 80%;
	padding-left: 5px;
	border-bottom-color: #999966;
}
h2 {
	font-weight: bold;
	color: #990000;
	font-size: 12px;
	width: 80%;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	padding-bottom: 5px;
}
h3 {
	font-size: 18px;
	font-weight: normal;
	text-transform: none;
	color: #666633;
	padding: 3px;
	width: 70%;
	border: 1px solid #CCCCCC;
}
h4 {
	font-style: italic;
	font-weight: bold;
	color: #000099;
	font-size: 12px;
}
h5 {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #000066;
	text-align: left;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999933;
	margin-left: 5px;
	margin-right: 5px;
}

/*########################### DIVS #####################*/

#frame {
	width: 800px;
	margin-left: auto;
	border: 1px solid #A89865;
	margin-right: auto;
}

#column {
	font-size: .9em;
	list-style-position: outside;
	list-style-image: url(images/buttons/arrdown.gif);
}
#column a {
	color: #333333;
	text-decoration: underline;
}
#column a:hover {
	color: #999999;
	text-decoration: none;
}

#column li {
	clip: rect(auto,auto,auto,3px);
	margin-left: -20px;
}

#footer {
   clear: both;
   text-align: center;
   background:#474747;
   color: #ccc;
   font-size: 0.9em;		
   padding:5px 10px;
   background-color: #333333;
   border-right:#333333 1px solid;
   border-top:#4B87C2 3px solid;           	
}
#footer strong {
   color:#fff;
}
#footer a {
   color:#FFFFFF;
   font-weight:normal;	
   text-decoration:underline;
}
#footer a:hover {
   color:#CCCCCC;
   font-weight:normal;	
}
#executiveTable {
	font-size: .9em;
}

/*###################### CLASSES ##########################*/

.smallItalics {
	font-size: 9px;
	font-style: italic;
}
.smallNormal {
	font-size: 9px;
	font-style: normal;
}
.linkNav {
	color: #333333;
	text-decoration: none;
	list-style-position: outside;
	list-style-image: url(images/arroworange.gif);
}
.linkNav:hover {
	color: #666666;
	text-decoration: underline;
}
.tableLine {
	border: 1px solid #999999;
}
.tableSmall {
	font-size: 10px;
}
.row-one {
	background-color: #ebebeb;
}
.row-two {
	background-color: #CCC;
}
.redBold {
	font-weight: bold;
	color: #900;
}
