body {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #000000;
}
td, tr {
	color:#FFFFFF;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
}

a{
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	color:#CCCCCC;
	text-decoration:none;
	font-weight: bold;
}

/*form elements start*/
.inputbox {
	border: 1px solid #000000;
	font-size: 12px;
	vertical-align: bottom;
	background-color: #FFFFFF;
	color: #000000;
}

.buttons {
	border: 1px solid #000000;
	font-size: 11px;
	vertical-align: middle;
	color: #000000;
	background: #ffffff;
}

.contact_form_ok {
	font-weight: bold;
	color: #555247;
	font-size: 12px;
	background-color: #FFFF99;
}
/*form elements start*/

/*img.border start*/
img.border {
	border: 5px solid #ffffff;
}
a:link img.border , a:visited img.border {
	border: 5px solid #ffffff;
}
img.border:link , img.border:visited  {
	border: 5px solid #ffffff;
}

a:focus img.border, a:hover img.border, a:active img.border {
	border: 5px solid #cccccc;
}
a:focus img.border, a:hover img.border, a:active img.border {
	border: 5px solid #cccccc;
}

img.border_text_LEFT {
	padding: 2px;
	border: 1px solid #CCCCCC;
	margin: 0px 5px 0px 0px;
}

img.border_text_RIGHT {
	padding: 2px;
	border: 1px solid #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

/*img.border end*/

.site_border {
	border: 5px solid #FFFFFF;
}

/*copyright start*/

.copyright, .copyright A:link, .copyright A:visited {
	color: #a16950;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
}
.copyright A:hover {
	color: #ddb06d;
	text-decoration: none;
	font-weight: normal;
}

.copyright_menu, .copyright_menu A:link, .copyright_menu A:visited {
	color: #dbaf70;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
}
.copyright_menu A:hover {
	color: #dbaf70;
	text-decoration: underline;
	font-weight: normal;
}

/*copyright end*/

/*head start*/
.head, .head A:link, .head A:visited {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.head A:hover {
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
.titles {
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6f6f6f;
}

/*head end*/

.row {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6f6f6f;
}


.main {
}

.footer {
}
.main {
	background-image: url(images/bg_main.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #101010;
	border: 2px solid #2a2a2a;
}
