/* Body Specifications */
body {  font-family: Univers, Arial, Helvetica, sans-serif; 
        font-size: 10pt; 
        font-style: normal; 
        font-weight: normal; 
        color: #000000
}
body.vss {
	background-image:  url(/image/vert_red_blue_slideshow.gif);
	background-repeat: repeat-y;
	padding-left: 32px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #9c0000;
	font-size: 18px;
	font-weight: bolder;
}
body.hss {
	background-image:  url(/image/horz_bg_redltblue.gif);
	background-repeat: repeat-x;
	padding: 25px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #9c0000;
	font-size: 18px;
	font-weight: bolder;
}
/* Default Table Data */
td {  
	font-family: Univers, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-style: normal; 
	font-weight: normal
}
/* Font Sizes - matching "font size=" */
.fs1 {
	font-size: 9px;
}
.fs2	{
	font-size:12px;
}
.fs3 {
	font-size: 16px;
}
.fs3Gy {
	font-size: 16px;
	color: #999999;
}
.fs4	{
	font-size:18px;
}
.fs4Gy {
	font-size: 18px;
	color: #999999;
}
.fs5	{
	font-size:24px;
}
/* Font Colors */
.fcWhite {
	color: #FFF;
}
.fcDkRed {
	color: #9c0000;
}
.fcRed {
	color: #FF0000;
}

.fcBluGrn {
	color: #006699;
}

.fcTurq {
	color: #0099cc;
}
.fcGray {
	color: #999999;
}

/* Table Row Background Colors */

.trDkBlue {  
	font-weight: bold;
	color: #FFFFFF; 
	background-color: #336699; 
	font-size: 12pt; 
	vertical-align: middle; 
	padding-top: 5px; 
	padding-bottom: 5px
}
.trGray {
	background-color: #cccccc;
}
.trLtBlue {
	background-color: #99ccff;
	border: 1px solid #006699;
}
