td {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

a {
	font-family: Arial;
	font-size: 12px;
	color: #630202;
	text-decoration: none;
}
a:link, a:visited, a:active{ 
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #E76767;
}

a.dev {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
    font-weight: bold; 
}

a.menu {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
    font-weight: bold; 
}

a.menu:link, a.menu:visited, a.menu:active{ 
	color: #FFFFFF;
	text-decoration: none;
    font-weight: bold; 
}

a.menu:hover {
	text-decoration: none;
	color: #E76767;
    font-weight: bold; 
}

.c_white{
	color: #FFFFFF;
}

.c_ping{
	color: #E76767;
	font-size: 12px;
	text-decoration: none;
    font-weight: bold; 
}

input
	{
	font-family: "Arial CE", Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background : #F5F5F5;
	border : 1px solid #BBBBBB;
	}

textarea
	{
	font-family: "Arial CE", Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background : #F5F5F5;
	border : 1px solid #BBBBBB;
	}

	 input.buton 
   {
   font-family: Arial CE, Arial, Helvetica, sans-serif; 
   font-size: 8pt; 
   font-weight: bold; 
   color:#FFFFFF; 
   background : #630202; 
   border : 1px solid #000000;
   }