#header, #maincontent {}
#content {}
#wrapper {border: 0px width: 800px; margin: 0 auto; padding-bottom: 60px; position: relative;}
#maincontent {position: absolute; bottom: 0; left: 50%; margin-left: -400px;width: 800px; height: 50px;}
#maincontent h1 {
	font-size: 10px;
	color: #ccc;
	display: inline;
}
#maincontent h2 {
	font-size: 10px;
	color: #ccc;
	display: inline;
}
#maincontent h3 {
	font-size: 10px;
	color: #ccc;
	display: inline;
}
#maincontent h4 {
	font-size: 10px;
	color: #ccc;
	display: inline;
}
#maincontent h5 {
	font-size: 10px;
	color: #ccc;
	display: inline;
}
#maincontent h6 {
	font-size: 10px;
	color: #ccc;
	display: inline;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #39414E;
}
.left{
	background-image: url(../images/template_33.jpg);
	background-repeat: repeat;
	background-position: right;
}
.header{
	background-image: url(../images/template_03.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.center{
	background-image: url(../images/template_12.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.center2{
	padding:20px;
}


h1 { 
	font-size: 20px; 
	font-family: Verdana; 
	color: #003300; 
	margin-top:5px;
	margin-bottom:0px;
} 

h2 { 
	font-size: 18px; 
	font-family: Verdana; 
	color: #006600; 
	margin-top:1px;
	margin-bottom:1px;
}

h3 { 
	font-size: 16px; 
	font-family: Verdana; 
	color: #006600; 
	margin-top:0px;
	margin-bottom:0px;
} 

h4 { 
	font-size: 14px; 
	font-family: Verdana; 
	color: #FF0000; 
	margin:2px;
} 

h5 { 
	font-size: 12px; 
	font-family: Verdana; 
	color: #FF0000; 
	margin:2px;
} 

hr {
	height: 1px;
	border: 0px;
	background-color: #CCCCCC;
}

form{
margin:0;
}

.pic_div{
background-color: #EFEFEF;
border:1px solid black;
padding:5px;
}

#mask{
width:100%;
background-color: #353535;
position:absolute;
top:0;
left:0;
display: none;
opacity: .8;
filter: alpha(opacity=80);
}
/*-------------------- Global Links ----------------------------*/

a:link {
	color: #FF0000;
	text-decoration: none;
	font-size: 12px;
}

a:visited {
	color: #FF0000;
	text-decoration: none;
	font-size: 12px;
}

a:active {
	color: #FF0000;
	text-decoration: none;
	font-size: 12px;
}

a:hover {
	color: green;
	text-decoration: underline;
	font-size: 12px;
}
/*---------------------- menu box  --------------------------*/
.menutop{
background-image: url(images/btn_grey.jpg);
background-repeat: repeat;
background-position: center top;
color:#FFCC00;
vertical-align:center;
text-align:left;
font-size: 12px;
width:163px;
height:16px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
cursor:pointer;
padding-top:2px;
border:1px solid #000000;
}

.menucover{
width:163px;
height:14px;
position:absolute;
cursor:pointer;
background-color: transparent;
opacity: .1;
filter: alpha(opacity=1);
}

.menucover1{
width:165px;
height:16px;
position:absolute;
cursor:pointer;
background-color: #FF0000;
opacity: .6;
filter: alpha(opacity=60);
}

.menuctn{
background-color: #D4D4D4;
color:#222222;
font-size: 10px;
font-family: Arial, Helvetica, sans-serif;
padding:3px;
text-align:right;
position:absolute;
width:157px;
border:1px solid #CCCCCC;
opacity: .90;
filter: alpha(opacity=90);
z-index:200;
}

.menusub{
background-color: #FFFFFF;
color:#444444;
font-size: 10px;
font-family: Arial, Helvetica, sans-serif;
padding:3px;
text-align:right;
z-index:200;
}
/*-------------------  Button Flat -----------------------------*/

a.button_flat {
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	background-image: url(images/button.jpg);
	color: #003300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding: 1px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	font-weight: normal;
	height: 25px;
}

a.button_flat:visited {
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	background-image: url(images/button.jpg);
	color: #003300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding: 1px;
	padding-left: 10px; 
	padding-right: 10px;
	text-decoration: none;
	font-weight: normal;
	height: 25px;	
}

a.button_flat:hover {
	border-style: solid;
	border-width: 1px;
	border-color: #75A4C8;
	background-image: url(images/button_swap.jpg);
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	font-weight: normal;
}

a.button_flat:active {
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	background-image: url(images/button.jpg);
	color: #003300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding: 1px;
	padding-left: 10px; 
	padding-right: 10px;
	text-decoration: none;
	font-weight: normal;
}
/*-------------------  Button Flat Small -----------------------------*/

a.button_flatS {
	border-style: solid;
	border-width: 1px;
	border-color: #5E2F00 #5E2F00 #369A00 #5E2F00;
	
	font-family: "Arial";
	font-size: 8pt;
	padding: 1px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	font-weight: normal;
	height: 10px;
	background-color: #FF9900;
	color: #5E2F00;
}

a.button_flatS:visited {
	border-style: solid;
	border-width: 1px;
	border-color: #5E2F00 #5E2F00 #369A00 #5E2F00;
	background-color: #FF9900;
	color: #5E2F00;
	font-family: "Arial";
	font-size: 8pt;
	padding: 1px;
	padding-left: 10px; 
	padding-right: 10px;
	text-decoration: none;
	font-weight: normal;
	height: 10px;	
}

a.button_flatS:hover {
	border-style: solid;
	border-width: 1px;
	border-color: #E87400 #E87400 #E87400 #E87400;
	background-color: #E69806;
	color: #5E2F00;
	font-family: "Arial";
	font-size: 8pt;
	text-decoration: none;
	font-weight: normal;
}

a.button_flatS:active {
	border-style: solid;
	border-width: 1px;
	border-color: #369A00 #369A00 #369A00 #369A00;
	background-color: #FF9900;
	color: #5E2F00;
	font-family: "Arial";
	font-size: 8pt;
	padding: 1px;
	padding-left: 10px; 
	padding-right: 10px;
	text-decoration: none;
	font-weight: normal;
}
/*-------------------  Table Form -----------------------------*/

table.table_form
{ 
  border: 1px solid #CCCCCC; padding: 2px 2px;
}

table.table_form td.formsolidT
{
	background-color: #626262;
	background-position: right center;
	text-align: center;
	font-weight: bold;
	color: #FFE26F;
}

table.table_form tr.formsolidT
{
	background-color: #555555;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}

table.table_form th.formsolidT
{
	background-color: #FF6600;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}

table.table_form td.formsolidT2
{ 
	background-color: #C0C0C0;
	text-align: center;
	font-weight: bold;
	color: #000000;
}

table.table_form td.formsolidL
{
	text-align: right;
	vertical-align: middle;
	background-color: #949494;
	color:#FFFFFF;
}

table.table_form td.formsolidLC
{
	text-align: center;
	vertical-align: center;
	background-color: #555555;
	font-weight: bold;
	color: #FFFFFF;
}
.style1 {font-size: 10px}