/* CSS Document */
/* body */ 

body {
	margin:10px;
	background:#333333;
	color:3d3d3d;
	text-align:left;
	font:10pt/12pt Verdana;
}

/* text */ 

#text {
	padding: 0px 0px;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	height: 12px;
	font-family: verdana;
}

#outtext {
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	font-family: verdana;
}
#outtext a, #link a:hover { color: #ffffff; text-decoration: none; }
#outtext a:hover { color: #ffffff; text-decoration: underline; }

#navlink {
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	font-family: verdana;
}
#navlink a, #link a:hover { color: #ffffff; text-decoration: none; }
#navlink a:hover { color: #ffffff; text-decoration: underline; }

#textlink {
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
	font-family: verdana;
}
#textlink a, #link a:hover { color: #000000; text-decoration: underline; }
#textlink a:hover { color: #0000ff; text-decoration: none; }

/* tables */ 

table.contentMAIN { 
font-family: verdana;
font-weight: normal;
background-color: #ffffff;
font-size: 12px;
color: #000000;
width: 961px;
border: 0px;
margin-top: 1px #ffffff solid;
}

table.contentMAIN td.navbar { 
font-family: verdana;
font-weight: normal;
height: 39px;
background-image:url('../images/tabbar1.gif');
background-repeat: no-repeat;
}

table.contentMAIN td.yellowbar { 
font-family: verdana;
font-weight: normal;
height: 16px;
background-image:url('../images/2nd_bar.gif');
background-repeat: no-repeat;
}

table.contentMAIN td.leftcontent { 
font-family: verdana;
font-weight: normal;
width: 309px;
height: 16px;
background-color: #1fbdc6;
font-size: 12px;
border: 5px #1fbdc6 solid;
color: #000000;
text-align: left;
}

table.contentMAIN td.rightcontent { 
font-family: verdana;
font-weight: normal;
width: 650px;
height: 16px;
font-size: 12px;
border: 5px #ffffff solid;
color: #000000;
background-color: #ffffff;
text-align: left;
}

table.contentMAIN td { 
font-family: verdana;
font-weight: normal;
height: 16px;
font-size: 12px;
color: #000000;
text-align: left;
}

/* footer */

#footer-text {
	padding: 0px 6px;
	font-size: 10px;
	font-family: verdana;
}

table.footerMAIN { 
font-family: verdana;
font-weight: normal;
font-size: 10px;
color: #000000;
width: 961px;
border-spacing: 0px;
background-color: #ffffff;
margin-top: 0px;
}

table.footerMAIN td { 
font-family: verdana;
font-weight: bold;
font-size: 10px;
color: #000000;
background-color: #ffffff;
text-align: center;
}