

.bodytext {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif, ;
	color: #FFFFFF;
	font-size: 13px;
}

.largetext
{
font-family: Verdana, Helvetica, sans-serif, ;
font-size:14px;
}

#outer {height: 100%; overflow: visible; text-align:center;} /* or without overflow */
#outer[id] {display: table; position: static;}

#middle {position: absolute; top: 50%;} /* for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; position: static;}

#inner {position: relative; top: -50%;} /* for explorer only */
#inner[id] {position: static;}

a:link {
	color: #274B5F;
	text-decoration:underline;
}

a:active {
	color: #274B5F;
	text-decoration:underline;
}

a:visited {
	color: #274B5F;
	text-decoration:underline;
}

a.projectsubpagelink:link {
	color: #FFFFFF;
	text-decoration:underline;
}

a.projectsubpagelink:active {
	color: #FFFFFF;
	text-decoration:underline;
}

a.projectsubpagelink:visited {
	color: #FFFFFF;
	text-decoration:underline;
}

.indicator {color: #4687AB; font-weight:bold;}


