/* Styles used throughout site */
/* all new templates need to use this style sheet */

/* General Styles*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	background-color:#EFEFEF;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

pre {
	font-family: "Courier New", Courier, mono;
	font-size: small;
}

small {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small
}


/* Headings - take Arial as default font */

h5 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold
}

h4 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold
}

h3 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold
}

h2 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
}

h1 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size:x-large;
	font-weight: bold;
}

/* links */
a:link {color:blue}
a:visited {color:#800080}
a:active {color:red}
a:hover {color:#8000FF}

code {
	font-family: "Courier New", Courier, mono;
	font-size: small;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold
}

#sup {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small
}

ul {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

div.caption {
	text-align: center;
	color: #336699;
}

p.caption {
	vertical-align: bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: x-small;
	text-align: center;
	vertical-align: bottom
}

p.caption IMG {float: left; }

span.symbol {font-family: Symbol}

select {
	font-family: Arial, Helvetica, sans-serif;
        font-size: x-small
}

input {
	font-family: Arial, Helvetica, sans-serif;
        font-size: x-small
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
        font-size: x-small
}

