﻿
/* ----------------------------------------------------------------------------- */
/* ------------------------------ Frontend Page -------------------------------- */
/* ----------------------------------------------------------------------------- */

html
{
	overflow-y:scroll;
}

body
{
	font-family:Verdana;
	font-size:12px;
}

h2
{
	font-size:14px;
	font-weight:bold;
	color:#42454B;
}

a,
a:link,
a:visited,
a:hover,
a:active
{
	text-decoration:none;
	outline:none;
}

.pnlPageWrapper
{
	width:945px;
	margin:0 auto;
	margin-top:20px;
}

.homeLink
{
}


