/* CSS Document */

/* **********************************************
* basic CSS for obsolete browsers 
* Copyright 2007 Arco Capital
*  **********************************************

* {
	margin: 0;
	padding: 0; }
*/	
body {
	background-color: #EDF3F4;
	color: #3A3A3A;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px }
	
td.copy {
	font-size: 9px;
	text-align:justify;
	padding-left:10px;

}
p#attention {
	font-size: 10px;
	padding-left: 1em;
	color: #FF9900;
}	
h1 {
	font-size: 12px;
	color: #006600;
}

h2 {
	font-size: 10px;
}

h3 {
	font-size: 16px;
	font-weight: bold }	


a:link,
a:active,
a:hover,
a:visited {
	color: #94B21E }

.ContentBg {

	background-image: url(/images/ContentBg.gif);
	background-repeat: repeat-y;
}
form {
	font-size: 10px;
}
