/* Body Styles */
BODY {
	margin: 0px; 
	padding: 0px;
	scrollbar-arrow-color: FFFFFF;
	scrollbar-3dlight-color: FFFFFF;
	scrollbar-highlight-color: FFFFFF;
	scrollbar-face-color: #C8DFEB;
	scrollbar-shadow-color: FFFFFF;
	scrollbar-darkshadow-color: FFFFFF;
	scrollbar-track-color: FFFFFF;
	background-color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	color: #000066;
}

/* Content Area Styles  */
.blank {
	background: #FFFFFF url(/images/content_blank.gif) no-repeat;
}

/* Box Styles  */
.blue {
	border: 2px solid #C8DFEB;
	padding: 0;
	margin: 0;
}

/* Default Layer Styles  */
.scrolllayer {
	position:relative;
	left: 0;
	top: 0;
	overflow: auto;
	text-align: justify;
	padding-right: 8px;
}

#deflayer {
	text-align: justify;
	padding-right: 8px;
}

#clientlayer {
	text-align: justify;
	padding-right: 8px;
}

#mplayer {
	text-align: justify;
	padding-right: 8px;
}

#featlayer {
	text-align: justify;
	padding-right: 8px;
}

#archlayer {
	text-align: justify;
	padding-right: 8px;
}


/* Form Element Styles  */
option.default {
	background-color: #000066;
	font-weight: bold;
	color: #FFFFFF;
}

optgroup {
	background-color: #DDDDDD;
	color: #0000CC;
	text-decoration: none;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
}

option.primary {
	background-color: #DDDDDD;
	color: #0000CC;
}

.fileupload {
	border:1px none #000066;
	background:#C8DFEB;
}
textarea.fileupload {
	padding:2;
}
input.fileupload {
	padding:2;
}

/* Text Styles */
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 15px;
	font-style: normal;
	text-decoration: none;
}

.standardtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-style: normal;
	text-decoration: none;
}

.pageheading {
font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	text-decoration: none;
	font-weight: bold;
}

.subheading {
font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	text-decoration: none;
	font-weight: bold;
}

/* PHP Message Styles */
.message {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-decoration: none;
	color: #FF0000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
}

/* Link Styles */
A:visited {
	text-decoration: none;
	color: #0E6C34;
	font-family: Arial, Helvetica, sans-serif;
}
A:link { 
	text-decoration: none;
	color: #0E6C34;
	font-family: Arial, Helvetica, sans-serif;
}
A:active { 
	text-decoration: underline;
	color: #0E6C34;
	font-family: Arial, Helvetica, sans-serif;
}
A:hover {
	text-decoration: underline;
	color: #0E6C34;
	font-family: Arial, Helvetica, sans-serif;
}

/* List Styles */
ul.firm
{
list-style-type: none;
padding: 0;
margin: 0;
}
.firm li
{
background: url(/images/arrow.gif) no-repeat 0 5px;
padding-left: 1.0em;
}
ul.emproj
{
list-style-type: none;
padding: 0;
margin: 0;
}
.emproj li
{
background: url(/images/arrow.gif) no-repeat 0 0.6em;
padding-left: 1.0em;
}

