body {
	margin: 10px;
	padding: 0px;
	background-image: url(../images/bg_main.gif);
}

body, td {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000;
}
h1 {
	font-weight: bold;
	font-size: 15px;
	color: #EF7F01;
}
.title {
	font-weight: bold;
	font-size: 14px;
	color: #184890;
}
.subtitle {
	font-weight: bold;
	font-size: 12px;
	color: #184890;
}

a { color: #184890; text-decoration: none; }
a:hover { color: #184890; text-decoration: underline; }

a.footerLink { color: #333; text-decoration: none; font-size: 11px; }
a.footerLink:hover { color: #333; text-decoration: underline; font-size: 11px; }

a.dottedLink {
	color: #184890; text-decoration: none;
	padding-left: 10px;
	background-image: url(../images/dot.gif);
	background-repeat: no-repeat;
}
a.dottedLink:hover { color: #184890; text-decoration: underline; }

.footerText { color: #333; font-size: 11px; }

.line {
	height: 10px;
	background: url(../images/bg_line.gif);
}

.framedPhoto {
	padding: 10px;
	border: 1px solid #CCC;
}