body {
	width: 					100%;
	height: 					100%;
	text-align: 			center;
}

html, body {
	font-family: 			Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: 			normal;
	font-size: 				11px;
	line-height: 			125%;
}

table {
	font-family: 			Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: 			normal;
	font-size: 				11px;
	line-height: 			125%;
}

h1 {
	margin-top: 			4px;
	font-size: 				17px;
}

h2 {
	margin-top: 			2px;
	font-size: 				14px;
}

h3 {
	margin-top: 			0px;
	margin-bottom:			0px;
	font-size: 				12px;
}

a {
	text-decoration: 		none;
	color: 					Blue;
}

a:hover {
	text-decoration: 		underline;
	color: 					Red;
}

.lineThrough {
	text-decoration:		line-through;
}

.footer {
	width:					490px;
	text-align: 			center;
	font-size: 				9px;
}

#rootContainer {
	width:					100%;
	height: 					100%;
	text-align: 			center;
}

#logoContainer {
	width: 					500px;
	height: 					45px;
	background-image:		url(../images/layout/logo.jpg);
	background-repeat: 	no-repeat;
}

#portalContainer {
	width: 					500px;
	text-align: 			left;
}

#portalPadding {
	padding-left:			5px;
	padding-right:			5px;
}