@charset "UTF-8";
/* CSS Document */

/*------------------------------------------------------------------
Project:	genscripts.com
Version:	1.0
Last change:	12/20/08
-------------------------------------------------------------------*/

body {
	background-color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 1.3em;
	color:#000000;
}


.smallText {
	font-size: 11px;
}


.mediumText {
	font-size: 12px;
}


.quoteText {
	font-size: 12px;
	color: #0082C0;
	font-weight: bold;
	font-style: italic;
}


.blueText {
	font-size: 14px;
	color: #0082C0;
	font-weight: bold;
}

.redTextBLD {
	color:#F00;
	font-weight:bold;
}


.largeTitle {
	font-size: 28px;
	color: #0082C0;
	line-height: 1.2em;
	font-weight: bold;
}


/* navigation - white */

a:link {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	font-size: 14px;
	text-decoration: underline;
	color: #FFFFFF;
}

a:active {
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
}




/* navigation - blue */

.blueLink a:link {
	font-size: 14px;
	color: #0082C0;
	text-decoration: none;
}

.blueLink a:visited {
	font-size: 14px;
	text-decoration: none;
	color: #0082C0;
}

.blueLink a:hover {
	font-size: 14px;
	text-decoration: underline;
	color: #0082C0;
}

.blueLink a:active {
	font-size: 14px;
	text-decoration: none;
	color: #0082C0;
}




/* navigation - black */

.blackLink a:link {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}

.blackLink a:visited {
	font-size: 14px;
	text-decoration: none;
	color: #000000;
}

.blackLink a:hover {
	font-size: 14px;
	text-decoration: underline;
	color: #000000;
}

.blackLink a:active {
	font-size: 14px;
	text-decoration: none;
	color: #000000;
}
