/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    background-color: #ffffff;
	background-image: url(images/bg_main1.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-attachment: scroll;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
}

BODY.header
{
    background-color: #000066;
	background-image: url(images/bg_top.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	background-attachment: scroll;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
}

BODY.navbar
{
    background-color: #ffffff;
	background-image: url(images/bg_mid.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-attachment: scroll;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
}

BODY.footer
{
    background-color: #666666;
	background-image: url(images/bg_btmbar.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-attachment: scroll;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
}

A:link {
	font-size: 10pt;
	line-height: 11pt;
	text-decoration: none;
	color: #ffffff;
	}
	
A:visited {
	font-size: 10pt;
	line-height: 11pt;
	text-decoration: none;
	color: #ffffff;
	}
	
A:active {
	font-size: 10pt;
	line-height: 11pt;
	text-decoration: none;
	color: #ffffff;
	}
	
A:hover	{
	font-size: 10pt;
	line-height: 11pt;
	text-decoration: underline;
	color: #cc6600;
	}

TD { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	color: #ffffff; 
	font-weight: normal; 
	}
	
TFOOT, THEAD {	
	font-size: 1em;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
TH	{	
	vertical-align:	baseline;
	font-size: 1em;
	font-weight: bold;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
TD.polybg {
	background-color: transparent;
	background-image: url(images/poly_img.jpg);
	background-repeat: no-repeat;
	background-position: 21px 0px;
	background-attachment: scroll;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt; 
	color: #ffffff;
	line-height: 11px;
	font-weight: bold;
	}
	
TD.lftnav {
	background-color: transparent;
	background-image: url(images/bg_lftbox.jpg);
	background-repeat: no-repeat;
	background-position: 20px 10px;
	background-attachment: scroll;
   font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt; 
	color: #ffffff;
	line-height: 11px;
	font-weight: bold;
	}
	
TD.lftnav A:link {
	font-size: 9pt;
	color: #666666;
	text-decoration : none;
	line-height: 11pt;
	font-weight: bold;
	}
	
TD.lftnav A:visited {
	font-size: 9pt;
	text-decoration: none;
	color: #666666;
	line-height: 11pt;
	font-weight: bold;
	}
	
TD.lftnav A:active	{
	font-size: 9pt;
	text-decoration: none;
	color: #cc6600;
	line-height: 11pt;
	font-weight: bold;
	}
	
TD.lftnav A:hover {
	font-size: 9pt;
	color: #000033;
	text-decoration: underline;
	line-height: 11pt;
	font-weight: bold;
	}
	
TD.sidebar {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt; 
	color: #ffffff;
	line-height: 11px;
	font-weight: bold;
	}
	
TD.sidebar A:link {
	font-size: 9pt;
	color: #000000;
	text-decoration : none;
	line-height: 11pt;
	font-weight: bold;
	}
	
TD.sidebar A:visited {
	font-size: 9pt;
	text-decoration: none;
	color: #000000;
	line-height: 11pt;
	font-weight: bold;
	}
	
TD.sidebar A:active	{
	font-size: 9pt;
	text-decoration: none;
	color: #cc6600;
	line-height: 11pt;
	font-weight: bold;
	}
	
TD.sidebar A:hover {
	font-size: 9pt;
	color: #ffffff;
	text-decoration: underline;
	line-height: 11pt;
	font-weight: bold;
	}
	
TD.maintxt {
   background-color: transparent;
   font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000033;
	line-height: 18px;
	}
	
TD.maintxt A:link {
	font-size: 11pt;
	color: #cc6600;
	text-decoration : none;
	line-height: 12pt;
	}
	
TD.maintxt A:visited {
	font-size: 11pt;
	text-decoration: none;
	color: #cc6600;
	line-height: 12pt;
	}
	
TD.maintxt A:active	{
	font-size: 11pt;
	text-decoration: none;
	color: #cc6600;
	line-height: 12pt;
	}
TD.maintxt A:hover {
	font-size: 11pt;
	color: #000033;
	text-decoration: underline;
	line-height: 12pt;
	}

P.maintxt {
   font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
	line-height: 18px;
	}
	
P.maintxt1 {
	font-size: 9pt;
	color: #ffffff;
	text-decoration: none;
	line-height: 11pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
	}
	
P.maintxt1b {
	font-size: 9pt;
	color: #ffffff;
	text-decoration: none;
	line-height: 11pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
	}
	
P.maintxt2 {
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
	line-height: 11pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
	}
	
P.maintxt2b {
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
	line-height: 11pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
	}
	
P.maintxt3 {
	font-size: 9pt;
	color: #cc6600;
	text-decoration: none;
	line-height: 11pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
	}
	
P.maintxt3b {
	font-size: 9pt;
	color: #cc6600;
	text-decoration: none;
	line-height: 11pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
	}
	
DIV.maintxt1 {
	font-size: 9pt;
	color: #ffffff;
	text-decoration: none;
	line-height: 11pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
	}
	
DIV.maintxt1b {
	font-size: 9pt;
	color: #ffffff;
	text-decoration: none;
	line-height: 11pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
	}
	
DIV.maintxt2 {
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
	line-height: 11pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
	}
	
DIV.maintxt2b {
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
	line-height: 11pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
	}
	
DIV.maintxt3 {
	font-size: 9pt;
	color: #cc6600;
	text-decoration: none;
	line-height: 11pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
	}
	
DIV.maintxt3b {
	font-size: 9pt;
	color: #cc6600;
	text-decoration: none;
	line-height: 11pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
	}
	
DIV.header {
	font-size: 12pt;
	color: #cc6600;
	text-decoration: none;
	line-height: 13pt;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-weight: bold;
   letter-spacing: normal;
   text-transform: none;
   word-spacing: normal;
	}
	
DIV.header2 {
	font-size: 9pt;
	color: #cccccc;
	text-decoration: none;
	line-height: 11pt;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-weight: bold;
   letter-spacing: normal;
   text-transform: none;
   word-spacing: normal;
	}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    color: #000000;
}

H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: 700;
	font-style:	normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;
	}
	
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.75em;
	font-weight: 700;
	font-style:	normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;
	}
	
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.58em;
	font-weight: 500;
	font-style:	normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;
	}
	
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.33em;
	font-weight: 500;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;
	}
	
H5, DT {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 700;
	font-style:	normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;
	}
	
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: 700;
	font-style:	normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;
	}
	
H1.maintxt {
	font-size: 16pt;
	color: #000;
	text-decoration: none;
	line-height: 17pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: 700;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
	}
	
H2.maintxt {
	font-size: 14pt;
	color: #000;
	text-decoration: none;
	line-height: 16pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: 700;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
	}
	
H3.maintxt {
	font-size: 13pt;
	color: #000;
	text-decoration: none;
	line-height: 15pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: 600;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
	}
	
H4.maintxt {
	font-size: 12pt;
	color: #000;
	text-decoration: none;
	line-height: 14pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: 600;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
	}
	
H5.maintxt {
	font-size: 11pt;
	color: #000;
	text-decoration: none;
	line-height: 13pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: 600;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
	}
	
H6.maintxt {
	font-size: 10pt;
	color: #000;
	text-decoration: none;
	line-height: 12pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: 600;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
	}
	
SMALL {	
	font-size: .7em;
	}	

BIG	{	
	font-size: 1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family: Courier New, monospace;
	font-size: 9pt;
	line-height: 11pt;
	}	

UL LI {	
	list-style-type: disc;
	font-size: 9pt;
	font-weight: bold;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
UL LI LI {	
	list-style-type: circle;
	font-size: 8pt;
	font-weight: bold;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
UL LI LI LI	{	
	list-style-type: square;
	font-size: 8pt;
	font-weight: bold;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
OL LI {	
	list-style-type: decimal;
	font-size: 9pt;
	font-weight: bold;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
OL OL LI {	
	list-style-type: lower-alpha;
	font-size: 8pt;
	font-weight: bold;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
OL OL OL LI	{	
	list-style-type: lower-roman;
	font-size: 8pt;
	font-weight: bold;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
UL LI.maintxt {
	list-style-type: circle;
	font-size: 9px;
	color: #000033;
	font-weight: normal;
	line-height: 14px;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
UL LI LI.maintxt {
	list-style-type: circle;
	font-size: 8pt;
	color: #cc6600;
	font-weight: bold;
	line-height: 11pt;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
UL LI.maintxt2 {
	list-style-type: circle;
	font-size: 9pt;
	color: #cc6600;
	font-weight: bold;
	line-height: 11pt;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
UL LI.resume {
	list-style-type: circle;
	font-size: 7pt;
	color: #cc6600;
	font-weight: bold;
	line-height: 10pt;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
IMG {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	}


