img
{
	border: 0px;
}

a:link
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: underline;
	color: #CCCCCC;
}
a:visited
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: underline;
	color: #CCCCCC;
}
a:hover
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #CCCCCC;
}
a:active
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: underline;
	color: #CCCCCC
}

h1
{	
	font-family: Times New Roman;
	font-size: 24px;
	margin: 0px;
}
h2
{	
	font-family: Times New Roman;
	font-weight: bold;
	font-size: 18px;
	margin: 0px;
}


span.titleFirstChar { color: #FFFFFF; }
span.titleRestOfChars { color: #E7C62C; }

span.fieldTitleFirstChar { color: #FFFFFF; font-weight: bold; }
span.fieldTitleRestOfChars { color: #E7C62C; font-weight: bold; }

span.titleInField { font-weight: bold; }

input {
	background-color: #333333;
	border: 1px solid #444444;
	color: #CCCCCC;
}

textarea {
	background-color: #333333;
	border: 1px solid #CC9900;
	border: 1px solid #444444;
	color: #CCCCCC;
}

select {
	background-color: #333333;
	border: 1px solid #444444;
	color: #CCCCCC;
}