* {
	font-size: 12px;
}
#about {
	padding:5px 10px;
	border-top: 30px solid #FFF; 
	clear:both;
	text-align:right;
	color: #444;
	background-color:#D0D0D0;
}

body {
	background: #CCCCCC;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

form {
	margin: 0px;
	padding: 0px;
}

h2 {
	background-color: #F7F7F7;
	padding: 5px;
	margin: 0px;
}

.inp {
	height: 21px;
	border: 1px solid #CCCCCC;
	width: 100%;
}

.but {
	padding:0 5px;
	background-color: #003399;/*#007770;*/
	border: 1px solid #464646;
	height: 21px;
	font-weight: bolder;
	font-size: 13px;
	color: #FFFFFF;
/**/	padding-bottom:5px;
}

.thin_border {
    border-collapse:collapse;
}
.thin_border td, .thin_border th {
    border:solid #000000;
    border-width:1px;                              
} 

.mainmnu {
	margin: 5px 0px 5px 0px;
}

.mainmnu td {
	background-image: url(../mainmnu_bg.gif);
	background-position: center;
	background-repeat: repeat-x;
}

.mainmnu .rightcorn {
	background-image: none;
}

.mainmnu .leftcorn {
	background-image: none;
}

.mainmnu .leftcorn img {
	margin: 0px 0px 0px 5px;
}

.mainmnu .rightcorn img {
	margin: 0px 5px 0px 0px;
}

.mainmnu .sep {
	margin: 0px 5px 0px 5px;
}

.mainmnu a {
	white-space: nowrap;
}

.header {
	background-image: url(../hdr_bg.png);
	background-position: top center;
	background-repeat: repeat-x;
}

.topsubmnu {
	font-weight: bold;
	margin: 0px 20px 5px 0px;
}

.topsubmnu a { color: #FFF !important;}

.secttitle {
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 5px;
}

.hdrtbl {
/*	background-color: #404338;*/
	background-color: rgb(0, 51, 153);
	margin: 2px 0px 0px 0px;
	height: 21px;
}

.hdrtbl h1 {
	color: #FFFFFF;
	font-size: 14px;
	padding: 2px 10px 2px 10px;
	margin: 0px;
}

.hdrh1 {
	background-color: #404338; 
	margin: 2px 0px 0px 0px; 
	line-height: 21px; 
	height: 21px; 
	color: #FFFFFF; 
	font-size: 14px; 
	padding: 0px 10px 0px 10px;
}

.hdrtbl a {
	font-size: 12px;
	color: #FFFFFF !important;
	text-decoration: underline !important;
	display: block;
	margin: 0px 10px 0px 10px;
	padding: 0px;
}

.picttbl {
	border: 1px solid #CCCCCC;
	margin: 0px 0px 15px 0px;
}

.thumb {
	border: 1px solid #4A4A4A;
}

.param p {
	white-space: nowrap;
	text-align: left;
	margin: 5px 5px 5px 0px;
}

.value {
	width: 100%;
}

.value p {
	text-align: left;
	font-weight: bold;
	margin: 5px 0px 5px 5px;
}

a:link {
	color: #333333;
	text-decoration: none;
}

a:visited {
	color: #333333;
/*	color: #fff;*/
	text-decoration: none;
}

a:hover {
	color: #666666;
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

.topmnu a {
	color: #FFF;
}
.error{
    color:#ff0000;
    font-weight:bold;
}

.pgcon{
    padding:10px 10px 0px 10px;
}

fieldset table.column3 td,fieldset table.column3 th{
    width:33%;
}

.txt{
    width:180px;
}

.formTbl small {
    font-size: 10px;
}

.formTbl th {
    text-align: right;
}

.formTbl td, .formTbl th {
    padding: 5px;
    width: 33%;
    vertical-align: top;
}

.formTbl .oddRow td, .formTbl .oddRow th {
    background-color: #F7F7F7/*green*/;
}

.formTbl .evenRow td, .formTbl .evenRow th {
    background-color: #FCFCFC /*red*/;
}

.bluehdr {
    background: #C4ECFF url(/images/h2_bg1.gif) right repeat-y;
    height:10px;
    margin:7px 0px;
    line-height:10px;
}