﻿@import url("styleSheet_structure.css");
@import url("styleSheet_navigation.css");
@import url("../styleSheet_header.css");
@import url("../styleSheet_footer.css");
@import url("../styleSheet_homePage.css");



/*
------------------------------------------------------
General Classes
------------------------------------------------------
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333;
	background-color: #fff;
	margin: 0 10px;
	padding: 0;
}
table {
	font-size: 1em;
}
p {
	margin:0 0 5px 0;
}
.clear {
	clear:both;
}
.clearRight {
	clear:right;
}
.right {
	float:right;
}
.left {
	float:left;
}
/*
------------------------------------------------------
Links
------------------------------------------------------
*/


a:link, a:visited, a:Active {
	color: #005078;
	text-decoration : underline;
}
a:Hover {
	color: #000;
	text-decoration : underline;
}
/*
------------------------------------------------------
Heading
------------------------------------------------------
*/

h1, .ms-WPBody h1 {
	font-size:1.3em;
	margin:0 0 10px 0;
	color:#2b5e79
}

h2, .ms-WPBody h2 {
	font-size:1.2em;
	margin:0 0 10px 0;
	color:#2b5e79
}

h3, .ms-WPBody h3 {
	font-size:1.1em;
	margin:0 0 10px 0;
	color:#2b5e79
}

h4, .ms-WPBody h4 {
	font-size:1.1em;
	margin:0 0 10px 0;
}
h5, .ms-WPBody h5 {
	font-size:1em;
	margin:0 0 10px 0;
}
h6, .ms-WPBody h6 {
	font-size:1em;
	margin:0 0 10px 0;
}
/*
------------------------------------------------------
HTML 
------------------------------------------------------
*/

hr {
	border: none 0;
	border-top:1px dotted #999 !important;
	border-top:1px solid #ccc;
	width: 100%;
	height: 1px;
}
ol {
}
ul {
}

/*
------------------------------------------------------
SharePoint
------------------------------------------------------
*/

.ms-WPBody
{
	font-size: 1em;
}

.ms-WPBody A:link,.ms-WPBody A:visited,.ms-WPBody A:Active 
{
	color: #005078;
	text-decoration : underline;
}
.ms-WPBody A:hover
{
	color: #000;
	text-decoration : underline;
}


