@media print 
{
	.noprint
	{
		display:none;
	}
}

body
{
	font-size: 11pt;
	color: #29563e;
	font-family: Arial;
	background-color: white;
}

td
{
	font-size: 11pt;
}

th
{
	font-size: 11pt;
}

textarea
{
	font-size: 10pt;
	font-family: Arial;
}

a
{
	color: #29563e;
}
a:hover
{
	text-decoration: underline;
	color: Black;
}

h1
{
	text-align: center;
	font-size: 20pt;
	font-weight: 900;
}

h2
{
	font-size: 14pt;
	font-weight: 900;
}

h3
{
	font-size: 11pt;
	font-weight: 900;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.topborder
{
    background-position: left top;
    background-image: url(../images/bordertop20.gif);
    background-repeat: repeat-x;
}

.rightborder
{
    background-image: url(../images/borderright20.gif);
    background-repeat: repeat-y;
}

.menu1
{
	font-size: 12pt;
}

.menu1 td
{
	font-size: 12pt;
}

.menu1 a
{
	font-weight: bold;
	color: #43A2BD;
	text-decoration: none;
}

.menu1 a:hover
{
	color: Black;
}

.mark
{
	font-style: italic;
}

