.body{
	background-color: #C2C2C2;
	font-family: Arial;
	font-size: xx-small;
}

.content {
	font-size: 11px;
	color: #999999; 
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.combocontent {
	font-size: 11px;
	color: #000000;
	font-weight:bold; 
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.combocontenttitle {
	font-size: 14px;
	color: #000066;
	font-weight:bold; 
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.combocontentheading {
	font-size: 12px;
	color: #000066;
	font-weight:bold; 
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.error {
	font-size: 12px;
	font-weight:bold;
	color: #CC0000; 
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.userline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	margin-left: 6px;
	text-decoration: none;
}

.debug {
	font-size: 11px;
	font-weight: bold;
	color: #CC0000; 
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

/* 
Content - Sections & Categories
*/
.contentpane {
	background-color : #FFFFFF;
	}

.contentpaneopen {
	border : 0px ridge #DCDCDC;
	}

.contentheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
 	color: #FFFFFF;
	text-align:left;
	}

.contenttitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
 	color: #FFFFFF;
	text-align:left;
	line-height: 18px;
	width: 100%;
	}
	
.contenttitlesub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
 	color: #535472;
	text-align:left;
	line-height: 16px;
	width: 100%;
	}

.formbreak {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
 	color: #535472;
	text-align:left;
	line-height: 18px;
	width: 100%;
}
	
.contentintro {
	font-size: 12px;
 	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	}
	
img {
  border-color:#014d2a;
}

table.contenttoc {
    color: #333300;
    background-color: #e0e0e0;
}

table.contenttoc td {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    text-align:left;
}

a.toclink:hover, a.toclink:visited, a.toclink:link {
	font-size: 9px;
	}

.contentdescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight:bold;
	text-align: left;
	}

/*
<A> tags ::
    mainmenu:  		controls the visual appearance of <A> tags in the main_menu
	smalllink:		general link for misc. <A> tags ... with small text
*/
a.smalllink:link, a.smalllink:visited {
	font-size: 10px;
	font-weight:bold;
	color: #999999; 
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

a.smalllink:hover {
	font-weight:bold;
	color: #990000;
	text-decoration:underline;
}

a.mainmenu:link, a.mainmenu:visited {
	font-size: 13px;
	font-weight:bold;
	color: #FFFFFF; 
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

a.mainmenu:hover {
	font-weight:bold;
	color: #014d2a;
	text-decoration:underline;
}

a.regular:link, a.regular:visited {
	font-size: 11px;
	font-weight:bold;
	color: #999999; 
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

a.regular:hover {
	font-weight:bold;
	color: #990000;
	text-decoration:underline;
}

/*
<TABLE> tags ::
 	mainmenu	<TH>	controls the visual appeareance of <TH> tags in the mainmenu
	formtext	<TD>	controls the appearance of <TD> tags used in <FORMS>
*/
table.mainmenu th {
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 2px;
	font-size: 12px;
	font-weight: bold;
	text-align:left;
	color: #FFFFFF;
	height: 20px;
	line-height: 18px;
	white-space: nowrap;
	width: 100%;
	background-image:url(images/menu_header.gif);
	}
	
table.formtext td {
	font-size: 11px;
	color: #999999; 
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

table.formtextreq td {
	font-size: 11px;
	color: #CC0000; 
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

/*
<INPUT> tags ::
	loginbutton			controls the visual appearnace of the <INPUT type="submit"> buttons (login area)
	logininputbox		controls the visual appearance of the <INPUT type="text"> field (login area)
*/
.loginbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 10px;
	font-weight:bold;
	color: #FFFFFF;
	border-color: #CCCCCC;
	border-style:none;
	border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
	background-color: #014d2a;
	}
	
.combobutton {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 10px;
	font-weight:bold;
	line-height: 18px;
	color: #FFFFFF;
	border-color: #CCCCCC;
	border-style:none;
	border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
	background-color: #0A2479;
	}

.logininputbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	background: #FFFFFF;
	border: 1px solid;
	border-color: #CCCCCC;
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 10px;
	font-weight:bold;
	color: #FFFFFF;
	border-color: #CCCCCC;
	border-style:none;
	border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
	background-color: #0A2479;
	}

.inputbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background: #FFFFFF;
	border: 1px solid;
	border-color: #CCCCCC;
}

select.dropdown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #535472;
	background: #FFFFFF;
	border: 1px solid;
	border-color: #CCCCCC;
}
option.dropdown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #535472;
}

select.formdown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	background: #FFFFFF;
	border: 1px solid;
	border-color: #CCCCCC;
}

option.formdown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}
select.combodown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
	background: #FFFFFF;
	border:  1px solid;
	border-color: #000066;
}

option.combodown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
}
/*
  Generate tab headings
*/

#header {
    float:left;
    width:100%;
    background: #C7B862  url("images/tab_line.gif") repeat-x bottom;
    font-family: Arial, Helvetica, sans-serif;
/*    font-size:94%;
*/
    font-size: 11px;
    font-weight:bold;
    line-height:normal;
    }
	
#header ul {
    margin:0;
    padding:10px 10px 0;
    list-style:none;
}
	
#header li {
  float:left;
  background-image:url(images/tab_right.gif);
  background-repeat:no-repeat;
  background-position:right top;
  margin:0;
  padding:0;
}

#header a {
  display:block;
  background-image:url(images/tab_left.gif);
  background-repeat:no-repeat;
  background- position: left top;
  padding: 3px 20px 2px;
  color: #FFFFFF;
  text-decoration:none;
}

#header #current {
  background-image:url(images/tab_right_current.gif);
}

#header #current a {
  background-image:url(images/tab_left_current.gif);
  padding-bottom: 3px;
  color:#000000;
}
