/* CSS Document */
body {
	background-color: #2b2b2b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

body,td,th {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

a					{
	color: #CEC59A;
	text-decoration: none;
	
	}
a:hover	{
	color: #E9E0B6;
	text-decoration: none;
	}
	
strong {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
strong.title {
	color: #CEC59A;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	font-variant: small-caps;
	color: #545168;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	font-variant: small-caps;
	color: #545168;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;
}
table#form {
	color: #000000;
	padding: 3px;
	width: 500px;
	font-size: 13px;
}
table#form td.label {
	font-weight: bold;
	padding-bottom: 3px;
	width: 150px;
	color: #000000;
	text-align: right;
	vertical-align: top;
}
table#form td p {
	font-size: 11px;
	font-style: italic;
	text-align: right;
}
table#admin {
	padding: 3px;
	font-size: 12px;
	width: 550px;
	margin-left: 100px;
}
table#admin th {
	font-size: 13px;
	color: #545168;
	text-align: left;
}
table#admin td {
	color: #ffffff;
}
table#admin td p {
	font-size: 11px;
	font-style: italic;
	text-align: right;
}
input.slide {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	cursor: pointer;
	color: #CEC59A;
	background-color: #405357;
	border: 0;
	border-color: #405357;
}
