/* CSS Document */

body {
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	font-family: Trebuchet MS;
	font-size:11pt;
}
a, a:visited {
	color: blue;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
td {
	font-size:11pt;
}
.logo-title {
	font-size:25pt;
	color:#ffffff;
}
.logo-slogan {
	font-size:11px;
	color:#484BA0;
}
.input, textarea {
	font-size:11pt;
	border-bottom-color:#0070CB;
	border-bottom-width:1px;
	border-left-color:#0070CB;
	border-left-width:1px;
	border-right-color:#0070CB;
	border-right-width:1px;
	border-top-color:#0070CB;
	border-top-width:1px;
}
.title-text {
	font-size:20px;
	color:#00AEEF;
	border-left: 8px solid orange;
	padding-left: 10px;
}
.content-text {
	font-size:11pt;
	color:#484BA0;
}
.menu-text {
	font-size:11pt;
	font-weight:bold;
	color:#ffffff;
}
.menu, .menu:visited {
	font-size:11pt;
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
}
.menu:hover {
	color:#515151;
	text-decoration:underline;
}
.btn {
	background:#E48C20;
	border-bottom-color:#000000;
	border-bottom-width:1px;
	border-left-color:#000000;
	border-left-width:1px;
	border-right-color:#000000;
	border-right-width:1px;
	border-top-color:#000000;
	border-top-width:1px;
	font-weight:bold;	
	font-size:11pt;
	color:#ffffff;
}
.search-title {
	color:#484BA0;
	font-weight:bold;
	font-size:11pt;
}
.link {
	font-size:11pt;
	font-weight:bold;
	text-decoration:none;
	color:#515151;
}
.link:hover {
	color:#000000;
	text-decoration:underline;
}
.heading {
	font-family: Myrad;
	font-size: 17px;
	font-weight: bold;
	color: #000;
}
.small-text {
	font-size: 11px;
	font-weight: italic;
}
.red {
	color: #FF0000;
}
.bggray {
	background-color: #E6E5E5;
}
.pad3 {
	padding:3px;
}
.pad4 {
	padding:4px;
}
.subheading {
	font-family: Myrad;
	font-size: 17px;
	font-weight: bold;
	color: #000;
}
.darkgreen {
	color: #2B7810;
}

.header-text {
	color:#00AEEF;
	border-left: 8px solid orange;
	padding-left: 10px;
}

.subheader-text td {
	font-size:18px;
	font-weight: bold;
	color: #FF8004;
	padding:0 5px 5px 0;
}
.arrowbg {
	background: url('../images/arrow2.gif') no-repeat 0 5px;
	text-indent: 20px;
}
.msg {
	font-family: Myrad;
	font-size:15px;
	color: red;
	font-weight : bold;
}
