	body {
		font-family:		"Arial","Helvetica",sans-serif;
		font-size:			9pt;
	}
	
	input, select, textarea {
		font-family:		"Tahoma","Arial",sans-serif;
		font-size:			8pt;
	}
	
	.linkcolor {
		color:				#10105a;		
	}

	a, a:link, a:visited {
		color:				#10105a;
		text-decoration:	underline;
	}

	a:hover {
		color:				#840000;
		text-decoration:	none;
	}

	h1,h2,h3,h4,h5,h6,h7 {
		font-family:		"Georgia","Times New Roman","Times",serif;
		font-weight:		normal;
		display:			block;
	}
	
	h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,h7 a {
		text-decoration:	none !important;
	}

	h1 {
		font-size:			28px;
	}

	h2 {
		font-size:			24px;
	}

	h3 {
		font-size:			20px;
	}

	h4 {
		font-size:			16px;
	}

	h5 {
		font-size:			14px;
	}

	h6 {
		font-size:			12px;
	}

	h7 {
		font-size:			10px;
	}

	blockquote {
		border:				1px #eeeeee solid;
		border-left:		4px #cccccc solid;
		padding:			5px;
		background-color:	#ffffff;
	}

	blockquote cite, .cite {
		display:			block;
		text-align:			right;
		font-style:			italic;
	}

	.left {
		float:				left;
	}

	.center {
		text-align:			center;
	}

	.right {
		float:				right;
	}
	
	.rightJustify {
		text-align:			right;	
	}
	
	.centerJustify {
		text-align:			center;
	}

	.clear {
		clear:				both;
	}

	img.left {
		margin-top:			2px;
		margin-right:		5px;
	}

	img.right {
		margin-top:			2px;
		margin-left:		5px;
	}

	img.border {
		border:				1px #000000 solid;
	}
	
	.nomargin {
		margin:				0px;
	}
	
	label.required {
		color:				red;
	}

	form label {
		width:				125px;
		display:			block;
		float:				left;
	}

	form label + * {
		margin-bottom:		2px;
	}

	.small {
		font-size:			8pt;
	}

	.errors {
		margin:			10px;
		border:			1px red solid;
		background-color:	#FFDBDB;
		padding:			5px;
	}

	.errors h4 {
		margin:				0px;
	}

	.messages {
		margin:			10px;
		border:			1px green solid;
		background-color:	#DBFFEB;
		padding:			5px;
	}

	.nounderline {
		text-decoration:	none !important;
	}

	.box img {
		border:				1px #000 solid;	
	}
	
	p.readmore {
		text-align:			right;
		font-weight:		bold;	
	}