/*typical css for sub-domain modify as needed*/

body {
font-family: arial, helvetica, geneva, swiss, sunsans-regular;
font-weight: normal;
/*color: #bb0000;*/
color:#000000;
font-size:11pt;
margin-top:20px;
margin-right:20px;
margin-bottom:20px;
margin-left:0px;
text-align:left;
/*background-color: #f7f7f7;*/
background-image: url(/library/background/background2.jpg);
text-indent: 0pt;
border-width: 5pt;
border-style:none;
}

/*other colors sea green #33cc99, baby blue #6699ff,
bright red #ff0000 (use sparingly), dark red #660000*/

p.intro {
font-size:10pt;
font-style:normal;
font-variant:normal;
line-height:12pt;
font-weight:bolder;
color:#774777;
padding:5%;
border-width: 1pt;
border-style: double;
}

p.current {
font-size:10pt;
font-style:normal;
font-variant:normal;
font-weight:bolder;
color:red;
background-color:white;
padding:2%;
border-width: 1pt;
border-style: double;
}

.longtext {
	color:black;
	font-weight:normal;
	font-size:10pt;
	line-height:14pt;
}
.faq {
	color:blue;
	font-weight:bolder;
	font-variant:small-caps;
}

.smallertext {
	font-size:smaller;
	color:blue;
}

.smallertextwhiteback {
	font-size:70%;
	color:blue;
	background-color:white;
}

.caption {
	font-size:7pt;
	color:#660000;
}

.flash {
	font-size:10pt;
	color:red;
}
/* only used in last updated script */
/* width is only 250 pt             */
p.lastupdate {
	font-size:7pt;

	color:white;
	background-color:gray;

	text-align:center;
	letter-spacing:.1em;
	line-height:12pt;
	width:250pt
}
/*p.lastupdate {font-size:7pt; font-style:normal; font-variant:normal;}*/

th {font-weight: normal;letter-spacing:.2em;}

a:link {background:transparent;color:blue;text-decoration:none;font-weight:normal}

a:visited {background:transparent;color:blue;text-decoration:none;font-weight:normal}

a:hover {background:transparent;color:red;text-decoration:none;font-weight:normal}

a:active {background:transparent;color:#ff0000;text-decoration:none;;font-weight:bold}
