/* CSS Document */

body,td,th {
	font-family: Trebuchet MS, Tahoma, Verdana, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #2A3245;
}
a {
	color: #ABB7CC;
	text-decoration: underline;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
td.shadowLeft {
	background-image: url(Media/GUI/Shadow_Left.jpg);
	background-repeat: repeat-y;
	background-position: top right;
	width: 122px;
}
td.shadowRight {
	background-image: url(Media/GUI/Shadow_Right.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	width: 122px;
}
td.Header {
	background-image: url(Media/GUI/Header.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 124px;
}
td.SideBar {
	width: 200px;
	background-color: #818CA1;
	border-right: 1px #D5DBE6 solid;

}
td.Main {
	background-color: #384760;
	padding: 20px;
}
div.Button {
	border-top: 1px #D5DBE6 solid;
	border-bottom: 1px #818CA1 solid;
	background-color: #ABB7CC;
	height: 30px;
	width: 200px;
	padding: 5px;
	font-weight: bold;
}
a.Navbar {
	color: #2A3245;
	text-decoration: none;
}
a.Navbar:hover {
	color: #2A3245;
	text-decoration: underline;
}

.Title_Large {
	font-size: 18px;
	font-weight: bold;
}

.Title_Medium {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}