/*
	Suspended Site Stylesheet
	Copyright (c) 2005 Visionary Enterprises, LLC All Rights Reserved.

	Created January 17th, 2005 by
		Konrad Willmert
		Lead Programmer & Hosting Director
		kwillmert@visionaryweb.com

	For Visionary Enteprises, LLC
		1288 Stitt St.
		Wabash, IN  46992
		Tel:  (260) 569 0260
		Tel:  (800) 569 0260
		Fax:  (260) 563 6098
		Eml:  info@visionaryweb.com
		Web:  http://www.visionaryweb.com/

	Last Updated:  January 17th, 2005
*/

body {
	font-family			:	Arial,Helvetica;
	font-size			:	14px;
	background-color	:	#FFFFFF;
	color				:	#000000;
}

table {
	font-family			:	Arial,Helvetica;
	font-size			:	14px;
	background-color	:	#FFFFFF;
	border				:	thin solid;
}

td {
	background-color	:	#FFFFFF;
}

.raisedtable {
	border				:	medium outset;
}

h1 {
	font-family			:	Courier;
	font-size			:	24px;
}

h2 {
	font-size			:	20px;
}

h3 {
	font-size			:	16px;
}

a:link {
	text-decoration		:	none;
	color				:	#0000FF;
}

a:visited {
	text-decoration		:	none;
	color				:	#0000FF;
}

a:active {
	color				:	#ffffcc;
	text-decoration		:	none;
}

a:hover {
	color				:	#00ccff;
	text-decoration		:	underline;
}

.red {
	color				:	#FF0000;
}

