@import url(header.css);

body {
	margin: 0px;
	background-color: #C0C0C0;
	font: 12px Arial, Helvetica, sans-serif;
	color: #595959;
}

input {
	border: 1px solid #c5c5c5;
	height: 14px;
	font: bold 11px Verdana, Arial, sans-serif;
	background: #ffffff;
	padding: 2px;
	color: #595959;
}
select {
	border: 1px solid #c5c5c5;
	height: 21px;
	font: bold 11px Verdana, Arial, sans-serif;
	background: #ffffff;
	color: #595959;
}
textarea {
	border: 1px solid #c5c5c5;
	font: bold 11px Verdana, Arial, sans-serif;
	background: #ffffff;
	color: #595959;
}
hr {
	color: #cccccc;
	background-color: #cccccc;
	border: 0;
	height: 1px;
}
h1 {
	font-size: 22px;
	color: #cc0000;
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 3px;
	margin-bottom: 30px;
}
h3 {
	font-size: 16px;
	color: #0078B6;
	margin: 5px 0 8px 0;
}
img {
	border: 0;
}


.error_message {
	padding: 0 0 0 10px;
	font-weight: bold;
	color: #FF0000;
}
.text_1 {
	color: #cc0000;
}
.note_small {
	font: 9px Verdana, Sans-Serif;
	color: #7d7d7d;
}

#main {
	width:820px;
	margin: 0 auto 0 auto;
	background-color: #ffffff;
	overflow: hidden;
}

#main1 {
	width:820px;
	margin: 0 auto 0 auto;
	background-color: #ffffff;
	overflow: hidden;
}
#content {
	float: left;
	width: 621px;
	padding: 10px;
}

#useful_content {
	padding: 10px;
	width:100%;
	vertical-align: top;
}



/****** Forms ******/
.button {
	background: url("../images/button_bkgr.gif");
	cursor: pointer;
	border: 1px solid #c5c5c5;
	margin: 1px;
	height: 20px;
	font: bold 11px Verdana, Sans-Serif;
}
.form_lable_right {
	text-align: right;
	padding: 0 10px 0 0;
}
.form_lable_left {
	text-align: left;
	
}
.form_lable_center {
	text-align: center;
	
}
.input_checkbox {
	border: 0;
}
.input_image {
	border: 0;
	padding: 0;
/*	height: auto;*/
}


/****** Tables ******/
.tbl { border-collapse: collapse; }
.rubber { width: 100%; }
.tbl td {
	border: 1px solid #ffffff;
	padding: 1px 4px 1px 4px;
}

.tbl_form {
	border: 0;
}
.tbl_form td {
	padding: 1px 4px 1px 4px;
}

/*.tbl thead {
	background-color: #5883A7;
	color: #ffffff;
	font-weight: bold;
	font-size: 10px;
}
.tbl thead td {
	padding: 4px 4px 4px 4px;
}
.tbl thead a {
	font-weight: bold;
	font-size: 10px;
}
*/

table.linktable a:link{color: white; text-decoration: none;}
table.linktable a:visited{color: white; text-decoration: none;}
table.linktable a:hover{color: white; text-decoration: underline;}

table.contenttable a:link{color: blue; text-decoration: none;}
table.contenttable a:visited{color: blue; text-decoration: none;}
table.contenttable a:hover{color: black; text-decoration: underline;}

table.producttable a:link{color: black; text-decoration: none;}
table.producttable a:visited{color: black; text-decoration: none;}
table.producttable a:hover{color: blue; text-decoration: underline;}


