/* CSS Document */
body {
	width:100%;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	color: #143d12;
	font-size:13px;
	margin: 0px;
	padding: 0px;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	}

#centered {
	width: 800px;
	height: 100%;
	text-align:left;
	vertical-align:middle;
	position: relative;
	margin: 0 auto;
	background-color: #ffffff;
	color:#000000;	
	}
.txtcolor1 {
    color: #4433ff;
	font-size: 12px;
	
    }
.txtcolor2 {
    color: #77aaff;
	font-size: 12px;
    }
.txtcolor3 {
    color: #000000;
	font-style:normal;
	font-weight:700;
	}
.txtcolor4 {
    color: #ffffff;
	font-size: 12px;
    }	
.redhilite {
    color: #ff0000;
	font-weight:700;
}
a {
    color: #143d12;
	font-size: 10px;
	text-decoration: none;
	font-weight: 700;
}
a:link {
	color: #143d12;
	font-size: 10px;
}
a:hover {
	color: #ffbd00;
	font-size: 10px;
	text-decoration:underline;
}
#btn {
    color: #4433ff;
	font-size: 10px;
	text-decoration: none;
	font-weight: 700;
}
#btn a {
    color: #4433ff;
	font-size: 10px;
	text-decoration: none;
	font-weight: 700;
}
#btn a:link {
	color: #4433ff;
	font-size: 10px;
}
#btn a:hover {
	color: #77aaff;
	font-size: 10px;
	text-decoration:underline;
}
#tabbtn  {
    color: #4433ff;
	font-size: 12px;
	text-decoration: none;
	display:block;
	width: 235px;
	background: #FFFFFF;
	margin-left: 15px;
}
#tabbtn a {
    color: #4433ff;
	font-size: 12px;
	text-decoration: none;
	display:block;
	width: 235px;
	background: #FFFFFF;
	padding-left: 15px;
}
#tabbtn a:link {
	color: #4433ff;
	font-size: 12px;
}
#tabbtn a:hover {
	color: #77aaff;
	font-size: 12px;
}
img.floatLeft { 
    float: left; 
    margin: 8px; 
}
img.floatRight { 
    float: right; 
    margin: 8px; 
}
#cont {
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:transparent;
}
iframe {
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:transparent;
}
#upload {
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:transparent;
}
h2 { color:#77aaff; }
.frm_input{
width:190px;
height:18px;
padding:2px;
margin:1px;
border-width:1px;
border-style:solid;
border-color:#143d12;
background: #FFFFFF url(images/frmbg.gif);
background-repeat:repeat-x;
font-size:12px;
font-weight:bold;
color:#143d12;
font-family:Arial, sans-serif;
}
.frm_textarea{
width:190px;
padding:2px;
margin:1px;
border-width:1px;
border-style:solid;
border-color:#143d12;
background: #FFFFFF url(images/frmbg.gif);
background-repeat:repeat-x;
font-size:12px;
font-weight:bold;
color:#143d12;
font-family:Arial, sans-serif;
}
.frm_reset{
width:70px;
height:30px;
padding:2px;
margin:1px;
border-width:1px;
border-style:solid;
border-color:#143d12;
background: #FFFFFF url(images/frmbg.gif);
background-repeat:repeat-x;
font-size:13px;
font-weight:bold;
color:#143d12;
font-family:Arial, sans-serif;
}
.frm_submit{
width:70px;
height:30px;
padding:2px;
margin:1px;
border-width:1px;
border-style:solid;
border-color:#143d12;
background: #FFFFFF url(images/frmbg.gif);
background-repeat:repeat-x;
font-size:13px;
font-weight:bold;
color:#143d12;
font-family:Arial, sans-serif;
}