a {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}

TABLE.sidebar a {
	color: #ffffff;
	text-decoration: none;
}
TABLE.sidebar a:visited {
	color: #ffffff;
	text-decoration: none;
}
TABLE.sidebar a:hover {
	color: #999999;
	text-decoration: underline;
}
TABLE.callout a {
	color: #636363;
	text-decoration: none;
	font-weight: bold;
}
TABLE.callout a:visited {
	color: #636363;
	text-decoration: none;
	font-weight: bold;
}
TABLE.callout a:hover {
	color: #636363;
	font-weight: bold;
	text-decoration: underline;
}

p, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
ul, ol {
	list-style-image: url(../images/sm-carat.gif);
	margin-top: -10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	}
li {
	padding-bottom: 4px;
}

.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	line-height: 20px;
}
.grey {
	color: #777777;
}
.smaller {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
.normalsubhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #636363;
	line-height: 15px;
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.style3 {font-size: 9px;}


.toplogo {
background-image: url(../images/home/home_top_left.gif);
background-repeat: no-repeat;
width: 210px;
height: 37px;
cursor: pointer;
	cursor: hand;
}