﻿@import url("layout.css");
body {
	font-family: Arial, "Arial Black", Helvetica, sans-serif, Verdana;
	font-size: 0.8em;
	color: #fff;
}
/* Masthead Styles */
#masthead h1 {
	font-size: 24pt;
	padding: 0px;
	border: 0;
	text-align:center;
	margin:0px;
	font-family: "Arial Black";
}
#masthead h3 {
	padding: 0px 10px 30px 10px;
	margin:0px;
	color: #39f;
	text-align: center;
}
/* Navigation Styles */
#navigation a {
    color: white;
	text-decoration: none;
	padding: 0;
	border: 0;
	margin: 0;
}
#navigation a:hover {
    color: #AEDAE7;
	padding: 0;
	border: 0;
	margin: 0;
}
#navigation .highlight {
  	color: #AEDAE7;
	padding: 0;
	border: 0;
	margin: 0;
}

/* leftblock Styles */

/* Content Styles */
#content h1 {
	color: #AEDAE7;
	font-size: 22px;
	text-align: left;
	line-height: 1.2;
}
#content h2 {
    color: #AEDAE7;
    font-size: 20px;
    border-top: 0px;
    margin-top: 0px;
    font-weight:bold;
}
#content h3,h4,h5,h6,p,td {
	color: white;
	font-size: 16px;
	text-align: justify;
	line-height: 1.2;
}
#content td {
    color: white;
    font-size: 16px;
    text-align: justify;
    line-height: 1.2;
    vertical-align: top;
}
#content caption {
    color: white;
    font-size: 15px;
    margin:3px 0px 15px 0px;
}
#content img {
	padding: 20px;
	border: 0px;
}
#content .nopadding {
	padding: 0;
	border: 0;
	margin: 0;
}
#content img:a{
    border: 0;
}
#content a{
	color: #39f;
	text-decoration:none;
}
#content a:hover {
    color: #339;
}

/* Footer Styles */
#footer p {
	color: #666;
	margin-top: 5px;
	text-align:center;
}
#footer a {
	color: #666;
	text-decoration: underline;
}
#footer a:hover {
	color: #ccc;
}
a {
	color: #666;
	text-decoration: underline;
}
a:hover {
	color: #666;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
