@charset "utf-8";
/* CSS Document */

#presentlogo{
	width: 660px;
}

.presentpic{
float:left;
width: 330px;
}


.presenttxt{
	float:left;
	width: 315px;
	padding: 10px 5px 0px 10px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	}
.presenttxt a:link {
	color: #FFFF00;
	text-decoration: none;
}

.presenttxt a:visited {
	color: #0000FF;
	text-decoration: none;
}

.presenttxt a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


.presentwhite{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}


.presenttitle{
	float:left;
	width: 660px;
	padding:5px;
	color: #FFFF00;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}