/* CSS Document */
html, body, #wrapper {
	height:100%;
	margin: 0;
	padding: 0;
}
A:VISITED{
	font-family : Verdana;
	font-weight : bold;
	color : #B0A3FF;
	font-size : 11px;
	text-decoration : none;
}
A:HOVER {
	font-family : Verdana;
	font-weight : bold;
	font-size : 11px;
	color : #FFFF88;
	text-decoration : underline;
}
A:LINK{
	font-family : Verdana;
	font-weight : bold;
	color : #BFBCFF;
	font-size : 11px;
	text-decoration : none;
}
A:ACTIVE{
	font-family : Verdana;
	font-weight : bold;
	color : #B0A3FF;
	font-size : 11px;
	text-decoration : none;
}
.content{
	font-family : Verdana;
	color : #FFFFFF;
	font-size : 12px;
}
.contentBold{
	font-family : Verdana;
	color : #FFFFFF;
	font-weight : bold;
	font-size : 12px;
}
.pictureComment{
	font-family : Verdana;
	color : #cccccc;
	font-size : 11px;
	font-style: italic;

}
.contentTitle{
	font-family : Verdana;
	color : #FFFFFF;
	font-weight : bold;
	font-size : 14px;
	text-decoration : underline;
}.quicklinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
}
.pictureCommentPhat {
	font-family : Verdana;
	color : #cccccc;
	font-size : 11px;
	font-style: italic;
	font-weight: bold;

}
.contentYellow {

	font-family : Verdana;
	color : #FF8A00;
	font-size : 12px;
}
