#content {
	margin-top: 10;
	margin-bottom: 10;
	margin-left: 10;
	margin-right: 10;
}
body,td,table,tr,a,li,ol,ul,textarea,select{
	color: #333333;
	font-family: Verdana,Tahoma;
	font-size: 8pt;
	}
td.header { 
		color: #F1F2F5;
		font-weight: bold;
		text-align: center;
			}

h2 {
	font-family: Verdana,Tahoma;
	font-size: 12pt;
	font-weight: bold;
	}

h4 {
	font-family: Verdana,Tahoma;
	font-size: 12pt;
	font-weight: bold;
	}

a{
	color: #4765A2;
	text-decoration: none;
	}
a:hover{
	text-decoration: underline;
	color: red;
	}
a.menu{
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	}
a.menu:hover{
	text-decoration: underline;
	color: red;
	}
.small{
	font-size:8pt;
}
.red{color:red}
.indent{padding-left:50px}