body {
	font-family: verdana,arial,helvetica;
}

.mainbody {
	position:relative;
	padding-left:25px;
	padding-right:25px;
	font-size: 8pt;
	color: #000000;
}
.bottom {
	position:relative;
	padding-left:25px;
	padding-right:25px;
	font-size: 8pt;
	color: #000000;
}

.grey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;	
}

.black {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	font-weight: bold;
}
.grey_big {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	font-weight: bold;
}



/* Main Font Content */
.font2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #999999;
}

/* Rollover 1*/
a.font3:link {font-weight:normal; color:#000000; text-decoration:none;}
a.font3:visited {font-weight:normal; color:#000000; text-decoration:none;}
a.font3:focus {font-weight:normal; color:#000000; text-decoration:none;}
a.font3:hover {font-weight:normal; color:#000000; text-decoration:underline;}
a.font3:active {font-weight:normal; color:#000000; text-decoration:none;}

/* Rollover 2*/
a.font4:link {font-weight:normal; color:#ffffff; text-decoration:none;}
a.font4:visited {font-weight:normal; color:#ffffff; text-decoration:none;}
a.font4:focus {font-weight:normal; color:#ffffff; text-decoration:none;}
a.font4:hover {font-weight:normal; color:#99ff00; text-decoration:underline;}
a.font4:active {font-weight:normal; color:#ffffff; text-decoration:none;}

#emailbutton {
	display:block; 
	width:65px; height:50px;
	text-decoration:none;
	background-image:url(images/contact_email_off.jpg);
}

#emailbutton:hover, #emailbutton:active, #emailbutton:focus, #emailbutton_active {
	background-image:url(images/contact_email_on.jpg);
}

#msnbutton {
	display:block; 
	width:65px; height:50px;
	text-decoration:none;
	background-image: url(images/contact_msn_off.jpg);
}

#msnbutton:hover, #msnbutton:active, #msnbutton:focus, #msnbutton_active {
	background-image: url(images/contact_msn_on.jpg);
}

#icqbutton {
	display:block; 
	width:65px; height:47px;
	text-decoration:none;
	background-image: url(images/contact_icq_off.jpg);
}

#icqbutton:hover, #icqbutton:active, #icqbutton:focus, #icqbutton_active {
	background-image: url(images/contact_icq_on.jpg);
}

#skypebutton {
	display:block; 
	width:65px; height:47px;
	text-decoration:none;
	background-image: url(images/contact_skype_off.jpg);
}

#skypebutton:hover, #skypebutton:active, #skypebutton:focus, #skypebutton_active {
	background-image: url(images/contact_skype_on.jpg);
}

