html, body
{
    font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #333;
}

h1
{
	font-size: 15px;
}

h2
{
	font-size: 14px;
}

a:link, a:visited
{
	color: #808080;
	text-decoration: underline;
}

a:hover, a:active
{
	color: #85B3E4;
	text-decoration: underline;
}

a.categoryurl:link, a.categoryurl:visited
{
	color: #fff;
	text-decoration: underline;
	line-height: 17px;
}

a.categoryurl:hover, a.categoryurl:active
{
	color: #D0E1F4;
	text-decoration: underline;
}

img
{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

/*******************************************************************************
* IDENTIFIERS
*******************************************************************************/
#frame
{
	margin-left: auto;
	margin-right: auto;
	width: 750px;
}

/*******************************************************************************
* CLASSES
*******************************************************************************/
br.clear
{
	clear: both;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	height: 0px;
}

div.column
{
	float: left;
	width: 250px;
}

div.columnblock
{
	border: 1px solid #2C75BE;
	background-color: #D8E7F5;
	margin: 3px;
	margin-bottom: 6px;
}

div.columnblockheader
{
	background-color: #fff;
	padding: 5px;
	font-weight: bold;
}

div.columnblockitem
{
	padding: 5px;
}

div.content a { color: #0460B3; }
div.content a:hover { color: #000; }