/* CSS Document */

body, p, td, input, select, textarea, li, ul {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #4E4F4E;
	font-size: 10pt;
	line-height: 12pt;
	font-weight: normal;
}
body {
	margin : 10px;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18pt;
	line-height: 18pt;
	font-weight: bold;
	color : #22689B;
}
h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14pt;
	line-height: 18pt;
	font-weight: bold;
	color : #22689B;
}
td {
	vertical-align : top;
}
input, select, textarea {
	font-size: 10pt;
	line-height: 12pt;
	margin: 2px 4px 2px 0px;
}
p.small {
	font-size: 8pt;
	line-height: 10pt;

}

a {
	text-decoration : underline;
}
a:hover {
	text-decoration : none;
}
hr {
	height : 1px;
	width : 50%;
	color: #4E4F4E;
	
}
