select, input {
	font-size: 12px;
}


h1
{
	font-size: 20px;
}

h2
{
	font-size: 16px;
}

h3
{
	font-size: 14px;
}


body
{
	margin-top: 0px;
	margin-left: 0px;
	margin: 0px 0px 0px 0px;
	background-image: url(../img/bg.gif);
	background-repeat:repeat-x;
	padding: 0px;
	font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	color: #46103b;
}



a:link
{
	color: #46103b;
	text-decoration: underline;
}
a:visited
{
	color: #46103b;
	text-decoration: underline;
}
a:hover, a:active
{
	color: #A10000;
	text-decoration: underline;
}

.tiny {
	font-size: 10px;
}

.blackbold {
	color: #000000;
	font-weight: bold;
}