body
{	
	font-size: 100%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}


a{
	color: #003366;
}
a:hover {
	color: #338E4F;
	text-decoration: underline;
}
a:visited {
	color: #003366;
}

.fakeLink{
	color: #003366;text-decoration: underline;font-weight:bold;
}
.fakeLink:hover {
	color: #338E4F;
	text-decoration: underline;font-weight:bold;
}


.kystd-blue-bar {
	background-color: #003366;
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif, Helvetica,
sans-serif;
	font-size: 1em;
	font-weight: bold;
}
a.kystd-blue-bar {
	color: #FFFFFF;
	font-size: .7em;
	font-weight: bold;
	vertical-align: middle;
	text-align:center;
}

a.kystd-blue-bar:visited {
	color: #FFFFFF;
}

a.kystd-blue-bar:hover {
	background-color: #0052A4;
	color: #EFEFEF;
	text-decoration: underline;
}
.greyTblHeader {
	background-color: #CCCCCC;
	color: #000000;
	font-weight: bold;
}
.greyTblRow1 {
	background-color: #F0F0F0;
	color: #000000;	
}
.greyTblRow2{
	background-color: #EBEBEB;
	color: #000000;
}
.blueTblHeader
{	background-color: #003366;
	color: #FFFFFF;
	font-weight: bold;
}
.yellowTblRow1 {
	background-color:#FFFFCC;
	color: #000000;	
}
.yellowTblRow2{
	background-color: #FFFFEA;
	color: #000000;
}
.blueBtn
 {
	background-color: #003366;
	color: #FFFFFF;
	font-size: .9em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;

}
.HotBtn
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	background: #003366;
	color: #FFFFFF;
	border-right: #003366 thin solid;
	border-top: #003366 thin solid;
	border-left: #003366 thin solid;
	border-bottom: #003366 thin solid;
}
.HotHorizBtn
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: .9em;
	color: #FFFFFF;
	background-color: #003366;
	border-right: #003366 thin solid;
	border-top: #003366 thin solid;
	border-left: #003366 thin solid;
	border-bottom: #003366 thin solid;	
}

.ColdBtn
{
	font-family: Arial, Helvetica, sans-serif;
	border-right: #666666 thin solid;
	border-top: #666666 thin solid;
	font-weight: bold;
	font-size: .9em;
	background-color: #CCCCCC;
	border-left: #666666 thin solid;
	color: #666666;
	border-bottom: #003366 thin solid;
}
.HorizBox
{
	border-right: #003366 thin solid;
	border-top: #003366 thin solid;
	border-left: #003366 thin solid;
	border-bottom: #003366 thin solid;
}
.SideBox
{
	border-right: #003366 thin solid;
	border-top: #003366 thin solid;
	border-left: #003366 thin solid;
	border-bottom: #003366 thin solid;
}
.PSCHome {
	font-size: 1.6em;
	color: #000000;
}
.PSCHome_PSC 
{
	font-size: .9em;
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
}
a.PSCHome_PSC{
	color: #003366;
	text-decoration:none;
	}
a.PSCHome_PSC:hover {
	color: #003366;
	text-decoration:underline;
}
a.PSCHome_PSC:visited {
	color: #003366;
	text-decoration:none;

}
.LblTxt 
{
	font-weight:bold;
}

.fullwidthCenter
{
	width:100%;
	text-align:center;
}

.smallerTxt
{
	font-size:smaller;
}
.smallerItalicTxt
{
	font-size:smaller;
	font-style:italic;
}
.alignBottom
{
	text-align:right;
	width:100%;
	font-size:smaller;
	HEIGHT:100%;
	vertical-align:bottom;
}
.rightTxt
{
	text-align:right;
}
.BlueTitleTxt 
{
	color: #003366;
	font-size: 1.3em;
	
}

.redTxt
{
	font-weight:bold;
	color:Red;
}

@media print
{
	div.noPrint,td.noPrint 
	{display:none;}
	
	div.expandOnPrint,
	td.expandOnPrint
	{width:100%}

}
