/* CSS Document 
///////////////////////////////////////////////
////	NN.4XX READY
////
////	©2003 THELINNCOMPANIES
////	http://www.thelinnco.com
////
////	Website Design: Integrity Design, Duluth, MN
////	http://www.integrity-design.com
/////////////////////////////////////////////*/


/*------------- TABLE STYLES ----------------------*/
.blackBackground
{
	background-color: #000000; /* BLACK */
}

.darkPurpleBackgroundImage
{
	background-color: #5A5286; /* DARK PURPLE */
	/* Relative to the webapge, not this document */
	background-image: url(images/darkpurple.jpg);
}

.lightPurpleBackgroundImage
{
	background-color: #9F99C2; /* LIGHT PURPLE */
	/* Relative to the webapge, not this document */
	background-image: url(images/lightpurple.gif);
}

.noBackground
{
	background-image: none;
}

.whiteBackground
{
	background-color: #FFFFFF; /* WHITE */
}




/*-------------- TEXT STYLES -----------------------*/

P
{
	font-family: arial, helvetica, sans-serif;
}

.bold
{
	font-weight: bold;
}

UL
{
	font-family: arial, helvetica, sans-serif;
}

.leftHandText
{
	font-size: 80%;
	color: #6D6694; /* LIGHT PURPLE */
	margin-left: 0.1in;
	line-height: 96%;
}

.rightHandText
{
	font-size: 80%;
	color: #000000; /* BLACK */
	margin-left: 0.05in;
	line-height: 220%;
	margin-top: 0.4in;
}

.leftHandText2
{
	font-size: 80%;
	color: #6D6694; /* LIGHT PURPLE */
	margin-left: 0.1in;
	line-height: 140%;
}

.white
{
	font-size: 120%;
	color: #FFFFFF; /* WHITE */
	margin-left: 0.1in;
	margin-top: 0.02in;
	margin-bottom: 0.02in;
}

.smallWhite
{
	font-size: 77%;
	color: #FFFFFF; /* WHITE */
	margin-right: 0.1in;
}

.small
{
	font-size: 77%;
	margin-top: 0.04in;
}

.smallBold
{
	font-size: 77%;
	font-weight: bold;
}

.small2
{
	font-size: 85%;
	margin-top: 0.04in;
}

.smallIndent
{
	font-size: 80%;
	margin-top: 0.04in;
	margin-left: 0.15in;
}

.indent
{
	margin-left: 0.1in;
}

.indent2
{
	margin-left: 0.2in;
}

.darkPurpleBold
{
	color: #6D6694; /* Dark Purple */
	font-weight: bold;
}

.bold
{
	font-weight: bold;
}


/*----LINK STYLES ---*/
A
{
	color: #000000; /* BLACK */
}

A.bottomNav
{
	color: #FFFFFF; /* WHITE */
}



/*------------- FORM STYLES ----------------*/

.topMargin
{
	margin-top: 0.18in;
}



/*----------- IMAGE STYLES ---------------*/

.rightMargin
{
	margin-right: 0.1in;
}

.sideImages
{
	margin-top: 0.3in;
	margin-left: 0.3in;
}

.leftMargin
{
	margin-left: 0.1in;
}