@charset "UTF-8";
/* CSS Document */


<style type="text/css">

body
{font-family: helvetica, arial, sans-serif;
	color: #666666;
	font-size: 12px
}
body {
	background-color: #FFFFFF;
}

td, p
{
	font-family: helvetica, arial, sans-serif;
	color: #666666;
	font-size: 15px;
}

h1
{font-family: helvetica, arial, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 18px
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #C00;
}
a:active {
	text-decoration: none;
	color: #000;
	}
.plainblack {
	color: #000000;
	font-family: helvetica, arial, sans-serif;
		font-size: 12px
}
.plaingrey {
	color: #666666;
	font-family: helvetica, arial, sans-serif;
		font-size: 12px
}
.red {
	color: #C00;
	font-family: helvetica, arial, sans-serif;
		font-size: 14px
		font-weight: bold;

}
.boldgrey {
	color: #999999;
	font-weight: bold;
	font-family: helvetica, arial, sans-serif;
}
.boldblack {
	color: #000;
	font-weight: bold;
	font-family: helvetica, arial, sans-serif;
	}
.boldwhite {
	color: #FFF;
	font-weight: bold;
	font-family: helvetica, arial, sans-serif;

}	
.bold {
	color: #FFF;
	font-weight: bold;
}
.large {font-size: 30px;
		color: #999999;
		font-weight: bold;
		font-family: helvetica, arial, sans-serif;
}

</style>
