
body
{
	font-size:       62.5%; /* reset 1EM to 10px */
	margin:          0;
	padding:         0;
	font-family:     'tahoma', arial, tahoma, sans-serif;
}

a:link, a:active, a:visited
{
	text-decoration: underline;
	color:           #999999;
	font-size:       1em;
	font-family:     'tahoma', arial, sans-serif;
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
	font-weight:     bold;
}


.headtitle
{
	position:        relative;
	font-family:     'tahoma', arial, tahoma, sans-serif;
	font-size:       30px;
	color:           #FFF;
	top:             8px;
	left:            12px;
}

#content
{
	min-height:      390px;
	width:           640px;
	margin:          0 auto;
	background:      transparent url('images/base/contentbg.png') top left repeat-y;
}


h1
{
	margin:          0;
	font-weight:     normal;
	color:           #ECECEC;
	font-size:       3.2em;
}

h2
{
	margin:          0;
	display:         inline;
	position:        relative;
	top:             -1.5em;
	left:            2em;
	font-size:       1.8em;
	font-weight:     normal;
	color:           #3366ff;
}

h3
{
	margin:          0;
	font-size:       0.5em;
	font-weight:     normal;
	color:           #99ccff;
}