/*Small Caps for Text and Keywords*/
.caps { 
	font-variant:small-caps;
}

/*Text Effect for Page Titles!!*/
.KeyWord { letter-spacing:2pt; font-variant: small-caps; }

/*MAIN BANNER MENU LINKS */
TD.T1 A{
	display:block; width: 220px; height: 20px; cursor:hand; border:solid 1px #cccccc;
	color: #666666;	font: 8pt Tahoma; font-variant:small-caps;
	text-decoration: none; letter-spacing:1pt; margin-top: 1px; text-indent: 8px;
	 /*background:url(tup.gif);*/	
}

TD.T1 A:hover{
	color: #333333; text-decoration: none; border:solid 1px #333333; text-indent: 3px;/*background:url(tover.gif);*/
}

TD.T1active A{
	display:block; width: 220px; height: 20px; cursor:hand; border:solid 1px #006699;
	color: #006699;	font: 8pt Tahoma; font-variant:small-caps; text-indent: 3px;
	text-decoration: none; letter-spacing:1pt; margin-top: 1px;
	 /*background:url(tover.gif);*/
}

TD.T1active  A:hover{		text-decoration: none;	 cursor:hand;}

/*TOOLBAR 2*/
TD.T2 A{
	display:block; width: auto; height: 20px; text-decoration:none;
	cursor:hand; margin-right:3px; color: #006699; font-size: 8pt; text-indent: 30px; font-weight:bold;
}

TD.T2 A:hover{
	display:block; width: auto; height: 20px; text-decoration:none; background:url(btn-ovr.gif) top left no-repeat;
	cursor:hand; margin-right:3px; color: #000000; font-size: 8pt; text-indent: 30px; font-weight:bold;
}

TD.T2active A{
	display:block; width: auto; height: 20px; text-decoration:none; background:url(btn-ovr.gif) top left no-repeat;
	cursor:hand; margin-right:3px; color: #000000; font-size: 8pt; text-indent: 30px; font-weight:bold;
}

TD.T2active  A:hover{		text-decoration: none;	cursor:hand;}

.textinput {
 border: solid 1px #CCCCCC; font: 8pt Microsoft Sans Serif;
color: #666666; height:13px; width: 120px; vertical-align:middle;
}

.formButton {
	background-color:#666666; border:1px solid #CCCCCC; 
	color: #CCCCCC; font: 7pt Tahoma; cursor: hand; width: 50px; height: 15px;
}

td.linkRow {
	padding-bottom: 10px;	padding-top: 10px; text-decoration:none;
	padding-left: 3px; padding-right: 3px; background-color:#F2F2F2;
	display: block; border:1px solid #CCCCCC;
}

td.linkRowOver {
	padding-bottom: 10px;	padding-top: 10px;
	padding-left: 3px; padding-right: 3px; background-color:#C3D4F7;
	display: block; border:1px solid #FFFFFF;
}

A {	text-decoration:underline;}
A:hover {	text-decoration:none;}


.header {
	display:block; background:url(headers.jpg) center repeat-x; 
	font:#000000 10pt Tahoma; text-indent:25px; 
}
