﻿body {
	background-color: #F8F9D9;
}
p {
	margin-right: 10px;}
.related {
	font-size: x-large;
	color: #FFFFFF;
}
.footer {
	width: 760px;
	height: 35px;
	background-image: url('images/foot_back.jpg');
	background-repeat: repeat-x;
}
.header {
	width: 760px;
	height: 175px;
	background-image: url('images/head_back.jpg');
	background-repeat: no-repeat;
}
.right_col {
	width: 165px;
	text-align: center;
	background-color: #5487FB;
	background-image: url('images/right_back.jpg');
	background-repeat: no-repeat;
}
.body {
	width: 760px;
	background-image: url('images/body_back.jpg');
	background-repeat: no-repeat;
	background-color: #F8F9D9;
}
.nav {
	width: 760px;
	text-align: left;
	height: 25px;
}
.nowrap {
	white-space: nowrap;
}
.margin_foot {
	text-align: center;
}
.linkbox {
	margin: 15px;
}
.right_links {
	font-size: medium;
	text-decoration: underline;
	color: #FFFFFF;
}
.style1 {
	border-width: 0px;
}
h1 {
	font-size: large;
}
.h2 {
	font-size: small;
}
.tm {
	font-variant: small-caps;
}
.caps_bold {
	font-weight: bold;
	font-variant: small-caps;
}
