﻿/* CSS layout */

#masthead {
}

#top_nav {
}

#container {
	min-width: 600px;
}

#left_col {
	width: 200px;
	float: left;
}

#right_col {
	width: 200px;
	float: right;
}

#page_content {
	margin-left: 200px;
	margin-right: 200px;
}

#footer {
	clear: both;
}


.Table01 {
	border-left: 30px solid #C0C0C0;
	border-right-style: solid;
	border-right-width: 30px;
	border-top: 30px solid #C0C0C0;
	border-bottom-style: solid;
	border-bottom-width: 30px;
	background-color: #C0C0C0;
	text-align: justify;
	white-space: normal;
	border-color: #C0C0C0;
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	color: #004080;


h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: xx-large;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #800000;
	top: auto;
}
.Summary {
	border-left: 10px solid #C0C0C0;
	border-right-style: solid;
	border-right-width: 10px;
	border-top: 10px solid #C0C0C0;
	border-bottom-style: solid;
	border-bottom-width: 10px;
	background-color: #C0C0C0;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: normal;
	font-style: normal;
	color: #800000;
	text-align: left;
}
.FirstParagraph {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	color: #004080;
	text-align: justify;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 150%;
}
.auto-style1 {
	font-size: large;
}
a:link
	{color:blue;
	text-decoration:underline;
	text-underline:single;}
	
.SecondParagraph {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	color: #004080;
	text-align: justify;
	text-indent: 30px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 150%
}
.References {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}

}
.h2 {
	color: #800000;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: xx-large;
	color: #800000;
}
body {
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	color: #004080;
	line-height: 150%;
}

