@charset "UTF-8";
/* CSS Document */

.centeredImage
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
}

h1 {
	font-variant: small-caps;
	font: small / 1.5 Verdana, Geneva, Sans-serif;
	
}


p {
	color: #222222;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

a:link, a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;	
	
}

a:hover, a:focus {
	color: #0000FF;
	text-decoration: underline;
}

p.toplink {
	text-align:right
}.ptextLeft {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
.h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #900;
}
.textLeft {
	text-align: left;
}
.textBlueBold {
	color: #00F;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.textTimesItalic {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: small;
}
textBlue {
	color: #00C;
}
.textRed {
	color: #F00;
}

