
font,span {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #333333;
}

font.test
{
	font-size: 24px;
	color: #FF0000;
}

font.grey_large
{
	font-size: 20px;
}

font.grey_medium
{
	font-size: 15px;
}

font.grey_small
{
	font-size: 10px;
}

.signup-white{
	font-size: 18px;
	color:white;
	font-style:italic;
	font-family:Arial;
}

.linky{
	cursor: pointer;
}
.underlined{
	color: #2a87de;
}

.grey_small_light
{
	font-size: 10px;
	color: #999999;
}

font.grey_very_small
{
	font-size: 8px;
}

.greyed_textbox
{
	color:#666666;
	width: 200px;
}
.black_textbox
{
	color:black;
	width: 200px;
}

font.red
{
	color: #DD0000;
}

font.message_header
{
	font-size: 24px;
	color: #DD0000;
}

font.green
{
	color: #00DD00;
}

font.green_index
{
	color: rgb(20,140,140);
}

font.black
{
	color: #000000;
}

.black_underline{
	color: #000000;
	text-decoration:underline;
	cursor:pointer;
}

font.black_small
{
	font-size: 10px;
	color: #000000;
}

font.white
{
	color: #FFFFFF;
}

font.blue
{
	color: #0000AA;
}

font.orange
{
	color: #FF8040;
}

a
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #333333;
}

a.black_ten
{
	font-size: 11px;
}

a.black_twenty
{
	font-size: 20px;
}

a.black_large
{
	font-size: 16px;
}

a.black_small
{
	font-size: 9px;
}

a.white
{
	color: #FFFFFF;
}

a.white_no_underline
{
	color: #FFFFFF;
	text-decoration: none;
}

a.grey_no_underline
{
	text-decoration: none;
}

.admin
{
	color: #5E5E5E;
	text-decoration: none;
}

.admin:hover
{
	color: #000000;
}

a.green
{
	color: #1a9801;
}

h2
{
	font-family: Tahoma, Geneva, sans-serif;
   	font-size: 20px;
	background-color: transparent;
	color: #333333;
	border: 0px;
	margin: 0px;
	font-weight: bold;
}

h3
{
	font-family: Tahoma, Geneva, sans-serif;
   	font-size: 15px;
	background-color: transparent;
	color: #333333;
	border: 0px;
	margin: 0px;
	font-weight: bold;
}

.biginput
{
	width:300px;
}
