/*
--------------------------------
COMMON ELEMENTS
--------------------------------
*/

body {
	background-image: url('../images/bg_gray.jpg');
	background-color: #eeeeee;
	background-position:top left;
	background-repeat:repeat-x;
	background-attachment:fixed;
	margin-top: 0;
	font-family: Verdana,Arial,Geneva,Helvetica,sans-serif;
	}

a,a:link,a:visited,a:active {
	color:#000099;
	text-decoration: none;
	}
 
a:hover {
	color:#000099;
	text-decoration: underline;
	}	
 
.text {
	font-size: 8pt;
	color:#666666;
	line-height: 2;
	}	 
 
.title {
	font-size: 10pt;
	color:#666666;
	line-height: 1.5;
	}

.footer
	font-size: 6pt;
	color:#333333;
	}	 

