﻿body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.header
{
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}

.header1
{
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}

.not
{
	font-size: 12px;
	color: #808080;
	font-style: italic;
}

a:link
{
	color: #000000;
	text-decoration: none;
	font-size: 13px;
	cursor: hand;
}

a:visited
{
	color: #000000;
	text-decoration: none;
	font-size: 11px;
	cursor: hand;
}

a:active
{
	color: #000000;
	text-decoration: none;
	font-size: 11px;
	cursor: hand;
}

a:hover
{
	color: #000000;
	text-decoration: none;
	font-size: 13px;
	cursor: hand;
}