﻿body {
	font-size: 1.02em;
	text-align:justify;
	font-family: helvetica,arial,sans-serif;
}


h2 {

	color : #515151;
	font-size: 2em;
	padding : 0px 0px 9px 0px;
	text-align:center;
	margin-bottom : 10px;

}

img
{
	border: 0px none;

}


#centerDiv {

	/*background : #fff;*/

	padding : 0px;
	max-width:600px;
	width:expression(document.body.clientWidth > (800/12) * parseInt(document.body.currentStyle.fontSize)?"600px":"auto" );
	margin-left : auto;
	margin-right: auto;
	margin-top : 20px;



}

#logoDiv
{
	width:93px;	
	margin-left:auto; 
	margin-right:auto;
	margin-top:10px;

}

p
{
	text-align:center;
}


a:link {
	color : #515151;
	text-decoration:none;
}
a:visited {
	color : #515151;
/*	color: #666;*/
}
a:hover {
	color: #FF6600;
}