﻿@import url("layout2.css");
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #C0C0C0;
	background-position: center
	background-attachment: scroll;
	border-top: 3px solid #D7DCDF;
}
#container {
	width: 820px;
	margin: 0px auto;
}
#content {
	float: left;
	width: 950px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
/*	border: ;*/
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: small;
	font-weight: normal;
}
/* Content Styles */
h6 {
	color: #c82;
}
h5 {
	color: #c82;
}
h4 {
	color: #fff;
	font-size: medium;
	font-weight: normal;
}
h3 {
	color: #BC0000;
}
h2 {
	color: #0052A4;
	font-weight: bolder;
	font-size: large;
}
#content h1 {
	color: #c82;
}
#content img {
	padding-left: 5px;
	border: ;
}
a {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: ##EDECF1;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
