body
{
    font-family: Verdana, Helvetical, Arial, Sans-serif;
}

h1
{
	font-family: Verdana, Helvetical, Arial, Sans-serif;
	font-weight: bold;
	font-size: 16px;
}

h2
{
	font-family: Verdana, Helvetical, Arial, Sans-serif;
	font-weight: bold;
	font-size: 14px;
}

p
{
	font-family: Verdana, Helvetical, Arial, Sans-serif;
	font-size: 12px;
}


.body
{
	font-family: Verdana, Helvetical, Arial, Sans-serif;
	font-size: 11px;
}

.head
{
	font-weight: bold;
	font-size: 16px;
}

.subhead
{
	font-weight: bold;
	font-size: 14px;
}

.copy
{
	font-size: 12px;
}

.caption
{
    font-size: 10px;
}

.bold
{
	font-weight: bold;
}

.italic
{
	font-style: italic;
}

.code
{
	font-family: Monaco, Courier, Courier New Roman, Mono;
}

.highlight
{
	background: #FFFF00;
}

.nowrap
{
	white-space: nowrap;
}

.preformatted
{
	white-space: pre;
}

.red
{
	color: #990000;
}

.orange
{
	color: #FF3300;
}

.green
{
	color: #009933;
}

.blue
{
	color: #333399;;
}

.white
{
	color: #FFFFFF;
}

.grey
{
	color: #999999;
}

.debug
{
	font-size: 12px;
	color: #009933;
	font-family: Verdana, Helvetical, Arial, Sans-serif;
	background-color: #FF9;
	padding: 5px;
}