
:link:hover,
:visited:hover 
{
	color				: #eaeb8b;
	text-decoration		: underline;
	font-weight			: bold;
}

:link,
:visited 
{
	color				: #eaeb8b;
	text-decoration		: none;
	font-weight			: bold;
}

.akVerticalPadding
{
	padding-top			: 250px;
}

.akCentralFrame 
{
	margin				: auto;	
	width				: 575px;
	height				: 204px;
}

.akImageFrame
{
	float				: left;
	background-image	: url(Logo.png);
	width				: 204px;
	height				: 204px;
}

.akTextFrame
{	
	float				: right;
	width				: 350px;
	height				: 175px;
	padding				: 10px 10px 10px 0px;
}

.akInnerTextFrame
{
	/* Frame Properties */
	padding				: 20px 0px 20px 0px;
	
	/* Text Properties */
	color				: #ffffff;
	font-family			: Verdana, Arial, Helvetica, sans-serif, monospace;	
	font-size			: 16px;
	font-weight			: bolder;
	text-align			: left;
}

.akTitle
{
	font-size			: 26px;
	padding-bottom		: 20px;
}
