
	body, p, div, td, input, select, textarea {
		color				: #666666;
		font-family			: Tahoma, Arial, Helvetica, Sans-Serif;
		font-size			: 11px;
		font-style			: normal;
		font-weight			: normal
	}

	a {
		color				: #666666;
		text-decoration		: underline
	}

	a:hover {
		text-decoration		: underline
	}
	
	a.no_underline {
		text-decoration		: none
	}
	
	ul {
		list-style-type		: square;
		margin-left			: 0px;
		margin-top			: 0px;
		padding-left		: 18px
	}

	.text_mono {
		font-family			: Courier, Courier New, mono;
		font-size			: 16px;
		font-style			: normal;
		font-weight			: normal
	}

	.text_input {
		font-family			: Arial, Helvetica, Sans-Serif;
		font-size			: 12px;
		font-style			: normal;
		font-weight			: normal
	}

	.override {
		font-family			: Arial, Helvetica, Sans-Serif;
		font-size			: 12px;
		font-style			: normal;
		font-weight			: normal
	}
	
	.text_title {
		font-size			: 16px;
		font-weight			: bold
	}

	.text_headerplus {
		font-size			: 15px;
		font-weight			: bold
	}
	
	.text_header {
		font-size			: 13px;
		font-weight			: bold
	}

	.text_large {
		font-size			: 15px
	}
	
	.text_medium {
		font-size			: 11px
	}
	
	.text_small {
		font-size			: 10px
	}

	
	.globalNavigationInActive {
		border				: 1px solid #FFFFFF
	}
	
	.globalNavigationInActiveRollover {
		border				: 1px solid #FFFFFF
	}
	
	.globalNavigationActive {
		background-color	: #EEEEEE;
		border				: 1px solid #CCCCCC
	}
	
	
	.globalNavigationFont, a.globalNavigationFont {
		font-size			: 11px;
		text-decoration		: none
	}

	.footerArea {
		color				: #CCCCCC;
		margin				: 15px 0px 0px 0px;
		text-align			: center;
		width				: 270px
	}
	.footerFont, a.footerFont {
		color				: #999999;
		font-size			: 9px;
		text-decoration		: none
	}
	.pullQuote {
		font-size			: 14px;
		font-weight			: bold
	}
	.contentArea {
		margin				: 10px 0px 15px 0px;
		width				: 300
	}

#formWrapper {
}
	#formWrapper input, select, textarea {
		width: 350px;
	}
		#formWrapper textarea {
			font-size: 90%;
		}
	#formWrapper td {
		vertical-align: middle;
		padding-bottom: 10px;
		padding-right: 10px;
	}

