* {
	font-family: "Trebuchet MS", arial, verdana, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#00529b;
}
p,h1,h2,h3,h4,h5,h6 {
	margin:6px 0;
}

.datatable td a img{
	border:0px;
}

h1 {
	font-size:22px;
	line-height:22px;
	font-weight:normal;
}
h2 {
	font-size:18px;
	line-height:18px;
	font-weight:normal;
}
h3 {
	font-size:14px;
	line-height:14px;
	font-family: arial, verdana, sans-serif;
}
h4 {
	font-size:12px;
	line-height:12px;
	font-family: arial, verdana, sans-serif;
}

a:link, a:visited {
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

ul, ol {
	margin-top:8px;
	margin-bottom:8px;
}
ul {
	list-style:square;
}

blockquote, .msg_warning, .msg_success {
	background-color:#fff4d0;
	border:1px solid #ffd31c;
	padding:5px;
	margin:8px 0;
}
blockquote p {
	margin:6px 0;
}
blockquote, blockquote *, .msg_warning, .msg_success {
	color:#00529b !important;
}
.msg_warning {
	border:1px solid red;
}
.msg_success {
	border:1px solid green;
}

a.bulletedlink {
	background:url(../images/layout/bulletedlink.gif) no-repeat 0px 4px;
	padding-left:13px;
}
td.linetop {
	background:url(../images/layout/linetop.gif) repeat-x;
}
.datatable {
	background-color:#ffd31c;
	border-top:6px solid #ffd31c;
	width:100%;
}
.datatable th {
	text-align:left;
	padding:2px;
	font-weight:bold;
	background-color:#fff4d0;
	color:#00529b !important;
	border-bottom:1px solid #ffd31c;
}
.datatable td {
	color:#00529b !important;
	background-color:#fff;
	padding:2px;
}
.datatable td * {
	color:#00529b !important;
}
.datatable tr.odd td {
	background-color:#fff4d0;
}
input, select, textarea {
	color:#00529b !important;
}

