/* GLOBAL ELEMENT STYLES */
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 9pt;
	text-decoration: none;
	}

td {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 9pt;
	text-decoration: none;
	}

A {
	font-family: Arial, Helvetica, sans-serif;
	color: #339933;
	text-decoration: underline;
	}

ol {
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	}
	
ul {
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	list-style: square;
	}
	
li {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	}
	
.bold {
	font-weight: bold;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

sup {
	font-size: 11px;
}

form {
	line-height:-1em
}

/* MISC STYLES */
A.white {
	color : #ffffff;
	text-decoration: none;
	font-size: 9pt;
}

.white {
	color : #ffffff;
}

.black {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

.results {
	font-size:9pt;
}

.nssmall {
 font-size: 8pt;
}

.default {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	}
	
.light {
	color: #999999;
}

.indent4 {
	margin-left: 4px;
	margin-right: 3px;
}

.indent10 {
	margin-left: 10px;
}

.indent20 {
	margin-left: 20px;
}

.indent30 {
	margin-left: 30px;
	line-height: 15px;
}

.bglight {
	background-color: #E5FFCC;
}

.bgmed{
	background-color: #99CC33;
}

.bgdark {
	background-color: #006B01;
}

.border {
	background-color: #669900;
}

.bgcontent {
	background-color : #EDEDED;
}

.footer {
	color: #ffffff;
	font-size: 9pt;
}

a.footer {
	color: #ffffff;
	font-size: 9pt;
	text-decoration: underline;
}

a.ltnav {
	font-size: 11px;
	text-decoration : none;
}

.small {
	font-size: 8pt;
}

.large {
	font-size: 12px;
	font-weight: bold;
}

#red {
	color: #FF0000;
}

.welcome {
	color: #669999;
	font-weight : bold;
	line-height: 30px;
	padding-left:1px;
}

.title {
	color: #669999;
	font-size: 10pt;
	font-weight : bold;
	padding-left:1px;
}

.subTitle {
	color: #666666;
	font-size: 10pt;
	font-weight : bold;
	padding-left:1px;
}

.subTitle2 {
	color: #669999;
	font-size: 10pt;
	font-weight : bold;
	padding-left:1px;
}

.error {
 color: #FF0000;
}

.red  {
 color: #FF0000;
}