html {
	height: 100%;
	width: 100%;
}
body {
	
	margin: 0px 0px 0px 0px;
	padding: 0;
	height: 100%;
	width: 100%;
	color : #000000;
}

span {
     font-family:  Tahoma, Arial, sans-serif;
     color: #000000; 
     font-size: 11px; 
     font-style: normal; 
     font-weight: normal;
     text-decoration: none;
}

.1 {
	font-family :  Tahoma, Arial, sans-serif;
	color: #000000;
	font-size : 11px;
	font-weight : normal;
}

.1bold {
	font-family :  Tahoma, Arial, sans-serif;
	color: #000000;
	font-size : 11px;
	font-weight : bold;
}

.2 {
	font-family :  Tahoma, Arial, sans-serif;
	color: #ffffff;
	font-size : 11px;
	font-weight : normal;
}

.2bold {
	font-family :  Tahoma, Arial, sans-serif;
	color: #ffffff;
	font-size : 11px;
	font-weight : bold;
}

.small {
	font-family :  Tahoma, Arial, sans-serif;
	color: #000000;
	font-size : 10px;
	font-weight : normal;
}

.deco {
	font-family :  Tahoma, Arial, sans-serif;
	color: #000000;
	font-size : 1px;
	font-weight : normal;
}


a {
	text-decoration : none;
	color : Black;
	font-family :  Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight : normal;
}


a:hover {
	color: #afafaf;
	font-family:  Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight : normal;
}


a.small {
	text-decoration : none;
	color : #000000;
	font-family :  Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-weight : normal;
}


a.small:hover {
	color: #afafaf;
	font-family:  Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-weight : normal;
}

a.ultrasmall {
	text-decoration : none;
	color : #000000;
	font-family :  Tahoma, Arial, sans-serif;
	font-size: 8px;
	font-weight : normal;
}


a.ultrasmall:hover {
	color: #afafaf;
	font-family:  Tahoma, Arial, sans-serif;
	font-size: 8px;
	font-weight : normal;
}

a.button {}

a.button:hover {background-color : #afafaf;}

a.link {}

a.link:hover {background-color : #e6e6e6;}

.table {
	border: 1px solid #fafafa;
}

