body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
h1		{ font-size:14px ; color:#663366 ; font-weight:normal ; }
h2		{ font-size:12px ; color:#ff9900 ; font-weight:normal ; }
.title		{ font-size:14px ; font-weight:bold ; }
.name		{ font-size:12px; }
.name_2		{ font-size:18px ; }
.big		 { font-size: 12px }
.big_2		{ font-size:14px ; line-height: 22px }
.small_cont		     { font-size: 11px; line-height: 17px; padding-right: 20px; padding-left: 40px }
.small		     { font-size: 11px; line-height: 17px }
.small-c { font-size: 10px; line-height: 150%; text-align: center }
.verysmall		{
	font-size:10px;
	line-height: 17px;
}
.verysmall-w		{
	color: #FFFFFF;
}
.txt		   { line-height: 18px}
.column		    {
	font-size: 12px;
	font-family: helvetica;
	line-height: 20px;
}
.small_column		   { font-size: 10px; line-height: 17px}
.small_columnB		   {
	font-size: 10px;
	line-height: 17px;
	font-weight: bold;
}
.txt-white		  { color: #fff; font-size: 12px; line-height: 150% }
.bold		{ font-weight:bold ; }
.input		 { color: #000000; font-weight: normal; font-size: 10px; text-decoration: none; background-color: #ffffff }
.submit		 { color: #ffffff; font-weight: normal; font-size: 10px; background-color: #006666; cursor: pointer }
A:link		  {
	color: #AAAAAA;
	text-decoration: none;
}
A:visited	  {
	color: #AAAAAA;
	text-decoration: none;
}
A:active	  {
	color: #AAAAAA;
	text-decoration: none;
}
A:hover		 { color: #AAAAAA; text-decoration: none }


#logo {
		padding-top: 20px;
		padding-left: 20px;
	}
#logo h1{
		display: none;
	}
#logo img{ width: 60px; }


