body, head
{
	margin: 0;
	padding: 0;
	background: url('../images/bg.png');
}

body, p, div, tr
{
	color: #efefef;
	font-family: verdana, sans serif;
	font-size: 12px;
}

p, div
{
	color: #e1e7ef;
}

form
{
	padding: 10px;
}

input, textarea
{
	border: 2px solid #9bcd12;
	padding: 3px;
	margin-bottom: 3px;
	font-family: verdana, sans serif;
	font-size: 11px;
	color: #000000;
	width: 100%;
	background: #efffc4;
}

input[type=button]
{
	background: #fffcc4;
	border: 2px solid #eae47c;
	width: 150px;
}

textarea
{
	height: 100px;
}

b
{
	font-weight: normal;
	color: #eae47c;
}

i
{
	font-weight: normal;
	color: #e02020;
}

a, a:visited, a:hover
{
	color: #9bcd12;
	text-decoration: none;
	border-bottom: 1px dotted #eae47c;
}

a:hover
{
	color: #d97805;
}

img
{
	padding: 0px;
	border: 2px solid #eae47c;
}

#hdr
{
	height: 89px;
	text-align: right;
}

#hdr img
{
	border: 0;
	padding: 0;
	margin: 0;
}

#hdr a
{
	border: 0;
}

#cntw
{
	background: url('../images/bgtop.png') repeat-x;
	height: 300px;
}

#cnt
{
	width: 500px;
	text-align: justify;
	margin: auto;
}

#footer
{
	color: #cccccc;
	border-top: 1px dotted #cccccc;
	padding-top: 3px;
	font-size: 10px;
	text-align: center;
	padding-bottom: 10px;
}

.title
{
	border-bottom: 1px dotted #5c86c6;
	padding: 0 0 3px 13px;
	font-variant: small-caps;
	font-size: 15px;
	background: url('../images/bullet.png') no-repeat left;
	color: #efefef;
}

.loader
{
	text-align: center;
	font-variant: small-caps;
	font-size: 17px;
}

.loader img
{
	background: transparent;
	border: 0;
}

.spacer
{
	padding: 10px;
}

.imgbar a, .imgbar a:visited, .imgbar a:hover
{
	border: 0;
	margin: 0;
	padding: 0;
}

.center
{
	text-align: center;
}

.table
{
	display: table;
}

.tr
{
	display: table-row;
}

.tc
{
	display: table-cell;
	width: 166px;
	border-bottom: 1px dotted #5c86c6;
	padding-bottom: 2px;
}

