/* Style Sheet for GUI Standards */
/* styles for main application window */

body {
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	background-color: #000000
}
textarea   { overflow: auto }
p, blockquote, form {
	font-family:  Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #000000
}
form {
	font-family:  Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #000000
}
tr.alt {
	background: #DDEEDD;
}
table, tr, td {
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
}
table.content {
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF	
}
table.side {
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	background-image: url('../images/greyswirl.gif');
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: top left	
}
table.footer {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #730313
}
th {
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	color: #FFFFFF;
	background: #00533E;
}
ol, ul, li, dl, dt, dd {
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #000000
}

/* for use in tables for contrasting */
.bgc_gray {
	background-color: #EEEEEE;
}
.bgc_dkgrn {
	background-color: #005544;
}
.bgc_ltgrn {
	background-color: #DDEEDD;
}


/*  link styles for all sections of the frames */
/*  links for main body content of page */
a:link, a:visited {
	font-family: Arial;
	font-size: 10pt;
	color: #336699;
	text-decoration: underline;
}
a:hover, a:active {
	font-family: Arial;
	font-size: 10pt;
	color: #EEAA00;
	text-decoration: none;
}

/* use for links for menu and sub-menu items in the white part of the main menu */
ul#menu {
	list-style-type: none;
	font-family: Arial;
	font-size: 10pt;
	margin: 0;
	padding: 0;
}
ul#menu ol {
	display: none;
	text-align: left;
	list-style-type: none;
	margin: 0;
	padding: 10px;
}
ul#menu li, ul#menu a {
	color: #000000;
	text-decoration: none;
}
ul#menu a:hover {
	color: #005544;
}
ul#menu a.active {
	color: #BB7700;
}

/* use for links in the green sections of the main menu */
a.mmWhite:link, a.mmWhite:visited {
	font-family: Arial;
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: none
}
a.mmWhite:hover, a.mmWhite:active {
	font-family: Arial;
	font-size: 10pt;
	color: #EEAA00;
	text-decoration: none
}

a.nav:link, a.nav:visited {
	font-family: Arial;
	font-size: 13pt;
	color: #730313;
	text-decoration: none
}
a.nav:hover, a.nav:active {
	font-family: Arial;
	font-size: 13pt;
	color: #BE4F31;
	text-decoration: none
}

a.rss:link, a.rss:visited {
	font-family: Arial;
	font-size: 11pt;
	color: #730313;
	font-weight: bold;
	text-decoration: none
}
a.rss:hover, a.rss:active {
	font-family: Arial;
	font-size: 11pt;
	color: #BE4F31;
	font-weight: bold;
	text-decoration: none
}


/* styles for everything else */
.activeTitle {
	font-family: Verdana;
	font-size: 16pt;
	font-weight: normal;	
	color: #000000
}
.headingGreen {
	font-family: Arial;
	font-size: 14pt;
	font-weight: normal;	
	color: #005544
}
.headingLime {
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;	
	color: #B6BE1C
}
.headingRed {
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;	
	color: #730313
}  
.execSummary {
	font-family: Arial;
	font-size: 12pt;
	font-weight: normal;	
	color: #000000
}
.boldWhite {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF
}
.boldBlack {
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	color: #000000
}
.boldBlackRight {
	text-align: right;
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	color: #000000
}
.boldAgeRight {
	text-align: right;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #000000
}
.alignRight {
	text-align: right
}
.boldRed {
	font-family: Arial;
	font-size: 13pt;
	font-weight: bold;
	color: #730313
}
.white {
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;	
	color: #FFFFFF
}
.redMsg{
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;	
	color: #AA2233
}
.small {
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	color: #000000	
}
.large {
	font-family: Arial;
	font-size: 11pt;
	font-weight: normal;
	color: #000000	
}
.indent {
	margin-left: 20px;
}
.doubleIndent {
	margin-left: 20px;
	margin-right: 20px;
}




