
body {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 90%;
	background-color: #000000;
	margin-left: 40px;
	margin-right: 40px;
}
.content {
	border: 1px solid #7F7D7E;
	border-top: none;
	padding: 10px 5px 6px 5px;
}

select {
background-color: #ffffff;
	color: #000000;
	font-size: 8pt;
	font-family: verdana, tahoma, arial;
	font-weight: normal;
 }

textarea,.textbox,.file {
	background-color: #ffffff;
	border: #C9B47D 1px solid;
	color: #000000;
	font-family: verdana, tahoma, arial;
	font-size: 8pt;
	font-weight: normal;
 }

.submit {
	background-color: #cadeee;
	border: #7f9db9 1px solid;
	color: black;
	font-family: verdana, tahoma, arial;
	font-size: 8pt;
	font-weight: bold;
 }

form {
	margin-top : 0px;
	margin-bottom : 0px;
}

A:LINK {COLOR: #C8B37C; TEXT-DECORATION: underline; font-family: "Times New Roman", Times, serif; }
A:visited {COLOR: #D7C8A0; TEXT-DECORATION: underline; font-family: "Times New Roman", Times, serif;   }
A:hover {color : #D7C8A0; text-decoration: none; font-family:"Times New Roman", Times, serif;  }
A:active {color : #C8B37C; text-decoration: underline; font-family: "Times New Roman", Times, serif;  }

.blacklink {COLOR: #000000; TEXT-DECORATION: underline; font-family: "Times New Roman", Times, serif; }
A:LINK.blacklink {COLOR: #000000; TEXT-DECORATION: underline; font-family: "Times New Roman", Times, serif; }
A:visited.blacklink {COLOR: #000000; TEXT-DECORATION: underline; font-family: "Times New Roman", Times, serif;   }
A:hover.blacklink {color : #000000; text-decoration: none; font-family:"Times New Roman", Times, serif;  }
A:active.blacklink {color : #000000; text-decoration: underline; font-family: "Times New Roman", Times, serif;  }

.silverline {
	border-top: 1px solid #7F7D7E;
}
.copyright { font-family: "Times New Roman", Times, serif;  color: #C8B37C; font-size: 80%; }
.copyright2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 80%;
	color: #C8B37C;
}
.title {
	font-family : "Times New Roman", Times, serif;
	font-size: 130%;
	color : #C8B37C;
	font-weight: bold;

}
.title2 {
	font-family : "Times New Roman", Times, serif;
	font-size: 100%;
	color : #C8B37C;
	font-weight: bold;

}

.calltable {
	float: left;
	width: 340px;
}


.calltable2 {
	float: left;
	width: 340px;
	border-left: 1px solid #CCCCCC;
	
}

.call {
	width: 700px;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #CCCCCC;
}

.calltable td, .calltable2 td {
	padding: 10px;
}

.clear {
	clear: both;
}

.line {
	width: 300px;
	text-align: center;
	color: #CCCCCC;
}

/* ------ START: Admin ------ */
.admin_field {
	text-align: right;
	vertical-align: top;
	width: 25%;
}

.admin_input {
	width: 75%;
}

.admin_input input, .admin_input textarea, .admin_input select {
	border: 1px solid #666666;
	width: 99%;
}

.admin_input input.admin_checkbox {
	margin: 0 auto 0 0;
	width: 15px;
	height: 15px;
}

.admin_tbl_edit {
	position: relative;
	width: 450px;
	margin: 0 auto;
}
/* ------ END: Admin ------ */