body, p, b, td
	{
	font-family			: Verdana, Arial, Helvetica, Times New Roman;
	font-size			: 11px;
	color				: #000000;
	}

body
	{
	background-color	: #CCCCCC;
	}
	
b
	{
	font-size			: 11px;
	font-weight			: bold;
	}

h1
	{
	font-size			: 15px;
	font-weight			: bold;
	}

h2
	{
	font-size			: 14px;
	font-weight			: bold;
	}

h3
	{
	font-size			: 13px;
	font-weight			: bold;
	}
	
h4
	{
	font-size			: 12px;
	font-weight			: bold;
	}	

a
	{
	font-family: Verdana, Arial, Helvetica, Times New Roman;
	font-size: 11px;
	text-decoration: underline;
	color: #666666;
}

:active
	{
	font-family: Verdana, Arial, Helvetica, Times New Roman;
	font-size: 11px;
	text-decoration: underline;
	color: #660099;
}

:hover
	{
	font-family: Verdana, Arial, Helvetica, Times New Roman;
	font-size: 11px;
	text-decoration: underline;
	color: #660099;
	}

:visited
	{
	text-decoration		: none;
	}

.mini
	{
	font-size			: 10px;
	color				: #000000;
	}
	
.grey
	{
	color				: #333333;
	}

.white
	{
	color				: #FFFFFF;
	}

.tab	{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, Times New Roman;
	font-size: 10px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
	}
	
 .input, .select, .textarea	{
	background-color: #BBBBBB;
	border: 1px solid;
	border-top-color: #888888;
	border-left-color: #888888;
	border-right-color: #999999;
	border-bottom-color: #999999;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, Times New Roman;
	font-size: 10px;
}
	
.submit	{
	background-color: #DEDEDE;
	border: 1px solid;
        border-top-color: #FFFFFF;
        border-left-color: #FFFFFF;
        border-right-color: #888888;
        border-bottom-color: #888888;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, Times New Roman;
	font-size: 10px;
	}



