/*
	 v1.0
	Copyright (c) 2004 Visionary Enterprises, LLC All Rights Reserved.

	Created Jancember 00th, 3000 by
		Konrad Willmert
		Lead Programmer & Hosting Director
		kwillmert@visionaryweb.com

	For Visionary Enteprises, LLC
		1383 N. Cass 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:  Jancember 00th, 3000
*/

.prg-bodytext {
	font-family : 'Arial';
	font-size : 10px;
}

.prg-h1 {
	font-family : 'Arial';
	font-size : 20px;
}

.prg-h2 {
	font-family : 'Arial';
	font-size : 16px;
}

.prg-h3 {
	font-family : 'Arial';
	font-size : 12px;
}

.prg-hr {
	height : 1px;
	border : none;
	padding : 0px;
	color : #8888FF;
	background : #8888FF;
}

.prg-err {
	font-family : 'Arial';
	font-size : 16px;
	color : #FF0000;
}

.prg-img {
	border : none;
}

/******************
	Anchor Style
******************/

.prg-a {
	font-family : 'Arial';
	text-decoration : none;
	font-size : 10px;
}

.prg-a:visited {
	font-family : 'Arial';
	text-decoration : none;
	font-size : 10px;
}

.prg-a:active {
	font-family : 'Arial';
	text-decoration : none;
	font-size : 10px;
}

.prg-a:hover {
	font-family : 'Arial';
	font-size : 10px;
	text-decoration : underline;
}

/****************
	Menu Styles
****************/

.prg-menu {
	font-family : 'Arial';
	font-size : 12px;
	text-decoration : none;
	color : #000000;
	background-color: #DDDDDD;
}

.prg-menu:HOVER {
	font-family : 'Arial';
	font-size : 12px;
	text-decoration : underline;
}

.prg-menutd {
	width : 80px;
	font-family : 'Arial';
	font-size : 12px;
	text-align : center;
	color : #000000;
	background-color: #DDDDDD;
	border : outset;
	border-width : 2px;
}

.prg-menutd-down {
	width : 80px;
	font-family : 'Arial';
	font-size : 12px;
	text-align : center;
	background-color: #DDDDDD;
	border : inset;
	border-width : 2px;
}

/***************************
	Alternating Row Styles
***************************/

.prg-row1 {
	font-family : 'Arial';
	font-size : 10px;
	background-color : #FFFFFF;
}

.prg-row2 {
	font-family : 'Arial';
	font-size : 10px;
	background-color : #CCCCCC;
}

/*****************
	Table Styles
*****************/

.prg-table {
	border : thin solid;
	border-color : #ffffff;
}

.prg-th {
	font-family : 'Arial';
	font-size : 10px;
	text-align : left;
	background-color : #AAAAAA;
	border : none;
}

.prg-td {
	font-family : 'Arial';
	font-size : 12px;
	text-align : left;
	border : none;
	color : #000000;
}
.prg-td-red {
	font-family : 'Arial';
	font-size : 12px;
	text-align : left;
	border : none;
	color : #ff0000;
}

/*********************
	Shadowbox Styles
*********************/

.prg-bg {
	background-color : #FFFFFF;
}

.prg-shadow {
	background-color : #444444;
}

/****************
	Form Styles
****************/

.prg-input {
	font-family : 'Arial';
	font-size : 10px;
}
.prg-button {
	font-family : 'Arial';
	font-size : 10px;
}

/********************
	Template Styles
********************/

