/* This CSS is the style sheet for the entire site. */
BODY{

	font-family: tahoma,veranda,arial;
	background-image: url(mimages/blueborder.jpg);
	link: red;
	background-attachment: scroll;
	margin-top: 0;
}
.alert{
	color: red;
}
P{
	font-family: tahoma,veranda,arial;
}
.medium{
	font-family: tahoma,veranda,arial;
	font-size: medium;
}
P.title{
	font-family: tahoma,veranda,arial;
	font-size: large;
	font-weight: bold;
	color: #336600;
}
P.subtitle{
	font-family: tahoma,veranda,arial;
	font-size: medium;
	font-weight: bold;
	color: #993300;
}

.footer{
	font-family: tahoma,veranda,arial;
	font-size: x-small;
}
P.header{
	font-family: tahoma,veranda,arial;
	font-size: 15pt;
}

/* Table Elements */
TABLE{
	font-family: tahoma,veranda,arial;	/* See P */
}
TD{
	font-family: tahoma,veranda,arial;	/* See P */
	font-size: small;
}
TD.indented{
	font-family: tahoma,veranda,arial;	/* See P */
	font-size: small;
	padding-left: 10;
}
TR{
	font-family: tahoma,veranda,arial;	/* See P */
}
/* Link Elements */

A:link { 
    font-size: .8em;
	font-family: tahoma,veranda,arial;
    color: "#000000";
}
A:visited { 
    font-size: .8em;
	font-family: tahoma,veranda,arial;
    color: "#666666";
}

h2{
	font-family: tahoma,veranda,arial;	/* See P */
	color: #FFAF00;					/* the color of the text for the <H2> tag*/
}
h1{
	font-family: tahoma,veranda,arial;	/* See P */
	color: #000000;					/* the color of the <H1> tag */
	font-size: large;				/* set the size to "large" */
}
.footer {
	font-size: .7em;
}

