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

/* main styles */
body {
	background-image: url(images/bckgnd_sub.jpg);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
	margin:0px;
	padding:0px;
}
td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #222222;
	letter-spacing: .01em;
}
a {
	text-decoration:underline;
	color:#333333;
}
a:hover {
	text-decoration:none;
}
.bodyimp {
	color: #a4001d;
}
.medsize {
	font-size:12px;
}

/* red & grey titles/subtitles */
.tGrey {
	font-size: 25px;
	color: #565757;
	letter-spacing: 0.02em;
	font-weight: lighter;
	text-transform: capitalize;
	font-variant: small-caps;
}
.tGrey strong {
	font-size: 26px;
	font-weight: normal;
}
.tRed {
	font-size: 25px;
	color: #a4001d;
	letter-spacing: 0.02em;
	font-weight: lighter;
	text-transform: capitalize;
	font-variant: small-caps;
}
.tRed strong {
	font-size: 26px;
	font-weight: normal;
}
.subRed {
	font-size: 16px;
	color: #a4001d;
	font-weight: lighter;
	text-transform: capitalize;
	font-variant: small-caps;
}
.subGrey {
	font-size: 16px;
	color: #565757;
	font-weight: lighter;
	text-transform: capitalize;
	font-variant: small-caps;
}

/* other styles */
.copyright {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #333333;
}
.footer {
	font-size: 10px;
}
.formSt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #222222;
	letter-spacing: .01em;
}

/* wrap text around images */
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}
