/* CSS Document */

body,td,th {
	font-family: Trebuchet MS, Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #00AECF;
}
body {
	background-color: #007187;
	background-image: url(Media/GUI/Page_Bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	color: #007187;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #00AECF;
}

td.Header {
	height: 260px;
}

td.Footer {
	height: 30px;
	background-image: url(Media/GUI/Page_Footer.gif);
	background-repeat: no-repeat;
	background-position: left;
	color: #FFFFFF;
	text-align: center;
}

td.Main {
	text-align: left;
	vertical-align: top;
	width: 800px;
	padding: 20px;
}

td.SideBar  {
	background-image: url(Media/GUI/SideBar_Bg.gif);
	background-repeat: repeat-y;
    background-position: top left;
	width: 201px;
	vertical-align: top;
}

div.Consultation {
	padding-top: 10px;
	padding-right: 10px;
	color: #990000;
	font-size: 16px;
	text-align: right;
}

.Title_Large {
	font-size: 18px;
	font-weight: bold;
	color: #007187;
}

.Title_Medium {
	font-size: 16px;
	font-weight: bold;
	color: #007187;
}

.Title_Small {
	font-size: 11px;
	font-weight: bold;
	color: #007187;
}

.Hidden {
	display: none;
	visibility: hidden;
}

.Visible {
	display: block;
	visibility: visible;
}

select,input,textarea {
	font-family: Trebuchet MS, Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #00AECF;
}