/* 
CSS 
*/
 
body { font-family: Arial, Helvetica, sans-serif; color: #333; background: #fff; margin: 0; line-height: 1.2em; letter-spacing: 0.01em; height: 100%;}
html { text-align: left; margin: 0; height:100%; *max-height: 100%; }

h1 { font-size: 140%; color: #333; font-weight: bold; margin: 0;}
h2 { font-size: 110%; font-weight: bold; color: #7C9CA9; margin: 8px 0 5px 0;}

a:link {
	color: #7C9CA9;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
a:active {
	color: #7C9CA9;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:hover {
	color: #333;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:visited {
	color: #7C9CA9;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
