/* header outlook */

.header a.title
{
	color:#fff;
	text-decoration:none;
	font-size:30px;
	font-family:Verdana;
}

.header a.title:hover
{
	color:#fff;
	text-decoration:none;
}

.header .description
{
	text-decoration:none;
	font-size:14px;
	font-family:Verdana,Arial,Tahoma;
	color:#fff;
}

/* other */
body, td {
	font-family:Tahoma;
	font-size: 12px;
	color: #333;
}

a {
	text-decoration: none;
	color:#0066cc;
}

a:hover {
	text-decoration: underline;
	color:#0044aa;
}

.imagelink
{
	width:16px;
	height:16px;
	float:left;
	margin-top:3px;
	padding-left:20px;
	white-space:nowrap;
	background-repeat:no-repeat;
}

a.pagelink, a.pageselect {
	border:1px outset #f5f5f5;
	background-color:#fefefe;
	width:18px;
	height:18px;
	color:#777;
	font-size:11px;
	text-decoration:none;
	margin:2px;
	padding:1px;
	text-align:center;
}

a.pagelink:hover, a.pageselect:hover {
	color:#333;
	background-color:#efefef;
	border:1px outset #cdcdcd;
	text-decoration:none;
}

a.pageselect {
	color:#000;
	font-weight:bold;
	border:1px outset #bbb;
}
