@charset "UTF-8";
/* CSS Document */

body{
	padding:0px;
	margin:0px;
}

table {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	  }
	  
.text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	  }
	  
	  ul {
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 1;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	list-style-image: none;
	list-style-type: disc;
	font-weight: normal;
}
li {
	line-height:20px;
	background-image: url(images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0 7px;
	color: #333333;
}

a{
	color:#FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
}
a:hover{
	text-decoration:none;
	color: #00FF66;
}
a:visited {
} 
a:active {
}

.mail{
	color:#CC3366;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-decoration: underline;
	font-weight: normal;
}
.mail:hover{
	text-decoration:none;
	color: #CC3366;
}
.mail:visited {
} 
.mail:active {
}
