﻿body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #CEE7FF;
}
a:link
{
	color: #0066CC;
	text-decoration: underline;
}
a:hover
{
	color: #0066CC;
	background-color: #CEE7FF;
	text-decoration: underline;
}
a:visited
{
	color: #0066CC;
	text-decoration: underline;
}

.header
{
	border: 1px solid #0066CC;
	width:798px;
	height:95px;
}

.content
{
	border-width: 1px;
	border-color: #0066CC;
	width: 798px;
	background-color: #F1F5F9;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	text-align: left;
}

.center
{
	text-align: center;
}
.subcontent
{
	text-align: center;
	border-right-style: dashed;
	border-right-color: #0066CC;
	background-color: #FF00FF;
	width: 150px;
	border-right-width: 1px;
}

.footer
{
	font-size: x-small;
	color: #808080;
	text-align: center;
}
.ParagraphText
{
	font-family: Arial;
	font-size: large;
	font-weight: bold;
	color: #0066CC;
	text-align: center;
}
.pagedecoration
{
	border-top-style: dashed;
	border-top-width: 1px;
	border-top-color: #0066CC;
	height:50px
}


.breadcrumb
{
	border-color: #0066CC;
	width: 798px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	background-color: #F1F5F9;
}
