@import url("pageLayout.css");

/*_____________________________________________divider___*/
A:link {
	COLOR: #FF6600;
}
A:visited {
	TEXT-DECORATION: none;
	COLOR: #660099;
}
A:hover {
	COLOR: #0033CC;
	text-decoration: underline;
}

/*_____________________________________________divider___*/
P {
	text-align: justify;
	font-size: 14px;

}
P.initial:first-letter {
	font-size: 150%;
	color: #666666;
	FONT-WEIGHT: bold;
}
LI {
	font-size:14px;
	letter-spacing: 1px;
	text-align: left;
	word-spacing: 1px;
}
H2.titleText {
	font-variant:small-caps;
	text-decoration: underline;
	color: #0033CC;
}
H4.h4Underlined {
	text-decoration:underline;
}
P.indent {
	text-indent: 12px;
	text-align: justify;
}

/*_____________________________________________divider___*/
.bulletedList {
	COLOR: Black;
	FONT-FAMILY: "Century Gothic"; sans-serif;
	FONT-WEIGHT: normal;
	TEXT-DECORATION: none;
	TEXT-ALIGN: justify;
	font-size : small;
}

.smallText {
	COLOR: #666666;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-WEIGHT: normal;
	TEXT-DECORATION: none;
	TEXT-ALIGN: left;
	font-size : small;
}
P.smallText {
	color: #0B69B6;
}
TABLE#smallTableTexts {
	border: 1px solid #999999;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-variant: small-caps;
	vertical-align: middle;
	display: table-cell;
	padding-left: 8px;
}
TR.underlineRow {
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: small-caps;
	vertical-align: middle;
	text-align: left;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #999999;
}
.menuText {
	letter-spacing: 1px;
}

/*_____________________________________________divider___*/
/* --- [ This is the Link section for the footer links ]--- */
.footerlink {
	text-align: center;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 8pt;
	FONT-WEIGHT: bold;
	letter-spacing: 2px;
}	
.footerlink A:link {
	COLOR: #FF9900;
}
.footerlink A:visited {
	COLOR: #660099;
}
.footerlink A:hover {
	COLOR: #0033CC;
	text-decoration: underline;
}
/*[ .footer A:link END ]*/


/*_________________________________________designed__by__pseudosite.com___*/
.pseudosite {
	text-align:right;
	FONT-SIZE: 8pt;
	FONT-WEIGHT: normal;
	letter-spacing: 3px;
	font-family: Arial, Helvetica, sans-serif;
	color: #9900CC;
}
.pseudosite A:link {
	COLOR: #9900CC;
}
.pseudosite A:visited {
	COLOR: #FF9900;
}
.pseudosite A:hover {
	COLOR: #99FF00;
	text-decoration: underline;
}
/*_____________________________________________divider___*/
