#stuff {
		position:relative;
}

h2	{
	/* Font used for Main Text*/
	font-family : Arial, Helvetica, sans-serif;
	text-align: center;
}

.blktxt {
	/* Font used for Main Text*/
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : Black;
	font-weight : bolder;
}

.bluetxt {
	/* Font used for Main Text*/
	font-family : Arial, Helvetica, sans-serif;
	color : Blue;
	font-weight : bolder;
}

.whitetxt {
	/* Font used for Main Text*/
	font-family : Arial, Helvetica, sans-serif;
	color : white;
	font-weight : bolder;
}

.sidemenu{
	/* Used for Side Menu Headings */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: white;
	text-decoration: none;
	font-weight: bold;
}

.sidebartext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}

#scrtxt {
	/* Posittions text for scrolling */
		position:relative;
		width:280px;
}

.main_menu {
	/* Font used for Main Menu Text*/
	color : Blue;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	text-align : left;
	font-weight : bolder;
}


/*	Classes/ID's used for Forms */

#content	{
	margin-left : .4in;
	width : 548px;
	font-size : 16px;
}

label	{
	font-size : 12px;
}

fieldset	{
	border: 3px double Maroon;
	padding : 12px;
}

#fieldsize	{
	width : 600px;
}

button	{
	color : Beige;
	background-color : Maroon;
}

legend	{
	font-weight : bold;
	padding-bottom : 6px;
}

fieldset fieldset legend	{
	color : Red;
}

fieldset fieldset	{
	padding : 6px;
	border : 3px ridge Blue;
}

/*	Multiple Text Sizes	*/

.smtxt	{
	font-family : "Times New Roman", Times, serif;
	font-size : 12px;
}

.medtxt	{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
}

.redtxt	{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	color:#F00;
}

.xmedtxt	{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
}

.lgtxt	{
	font-family : "Times New Roman", Times, serif;
	font-size : 27px;
	font-weight : bold;
}

.xlgtxt	{
	font-family : "Times New Roman", Times, serif;
	font-size : 35px;
	font-weight : bolder;
}

/* Colors used for Web Page Links*/
.alink {
	font-family : Arial, Helvetica, sans-serif;
	background-color : transparent;
	text-decoration : none;
	font-weight : bold;
	color : red;
	font-size : 9pt;
}
A.alink:LINK {
	color : red;
	text-decoration : none;
}

A.alink:VISITED {
	color : red;
	text-decoration : none;
}

A.alink:HOVER {
	color : red;
	text-decoration : underline;
}
