td
{
	font-family: tahoma;
	font-size: 13px;
	color: #000000;
}
.whitetext
{
	font-family: tahoma;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
}
.yellowtext
{
	font-family: tahoma;
	font-size: 12px;
	color: #FFFF00;
	font-weight: bold;
}
.blackborder
{
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
}

.greyborder
{
	border-color: #A2A2A2;
	border-width: 1px;
	border-style: solid;
}
.leftborder
{
	border-left-color: #B8B8B8;
	border-left-width: 1px;
	border-left-style: solid;

}
.footertext
{
	font-family: arial;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
.boxborder
{
	border-color: #C8C8C8;
	border-width: 1px;
	border-style: solid;
}
h2
{
	font-family: arial, verdana;
	font-size: 20px;
	color: #303030;
	font-weight: bold;

}
a.menu:hover
{
	color: #FFFF00;
	font-weight: normal;
	text-decoration: none;	
}
a.menu:link
{
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;	
}
a.menu:visited
{
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;	
}
a.menu:active
{
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;	
}
a.listing:hover
{
	color: #393939;
	font-weight: normal;
	text-decoration: underline;	
}
a.listing:link
{
	color: #393939;
	font-weight: normal;
	text-decoration: underline;	
}
a.listing:visited
{
	color: #393939;
	font-weight: normal;
	text-decoration: underline;	
}
a.listing:active
{
	color: #393939;
	font-weight: normal;
	text-decoration: underline;	
}
.pHeading
{
	font-family: arial, verdana;
	font-size: 12px;
	color: #303030;
	font-weight: bold;

}
input, textarea
{
	color: #0D0D0D;
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	border-color: #0D0D0D;
	border-style: solid;
	border-width: 1px;
}
.noborder
{
	color: #0D0D0D;
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	border-color: #0D0D0D;
	border-style: solid;
	border-width: 0px;
}