.headerimg {
	background-image: url(../../img/sharkline/sharkline-header.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

body {
	background-color: #FFFFFF;
}

body,table,tr,td,p,ul,ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

.bg-d-blue {
	background-color: #004488;
}

.bg-blue {
	background-color: #33bbdd;
}

.bg-l-blue {
	background-color: #99ccee;
}

.bg-red {
	background-color: #ff0000;
}

.bg-yellow {
	background-color: #FFCC00;
}

.bg-white {
	background-color: #FFFFFF;
}

.border-top {
	background-image: url(../../img/sharkline/border-line.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.border-right {
	background-image: url(../../img/sharkline/border-line.gif);
	background-repeat: repeat-y;
	background-position: right;
}

.border-left {
	background-image: url(../../img/sharkline/border-line.gif);
	background-repeat: repeat-y;
	background-position: left;
}

.white {
	color: #FFFFFF;
}

a {
	color: #666666;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a:active {
	text-decoration: underline;
	color: #CCCCCC;
}

h1 {
	font-size: 19px;
}

h2 {
	font-size: 17px;
}

h3 {
	font-size: 15px;
}

h4 {
	font-size: 13px;
}

h5 {
	font-size: 11px;
}

h6 {
	font-size: 9px;
}

.header-text {
	color: #FFFFFF;
	margin: 6px;
}

.header-red {
	color: #FF0000;
	margin: 6px;
}

a.headlink {
	color: #ffffff;
	text-decoration: none;
}

a.headlink:hover {
	color: #FFcc00;
	text-decoration: underline;
}

a.menulink {
	color: #ffffff;
	text-decoration: none;
}

a.menulink:hover {
	color: #FF0000;
	text-decoration: underline;
}

a.menulink:active {
	color: #000000;
	text-decoration: underline;
}

a.selectlink {
	color: #004488;
	text-decoration: none;
}

a.selectlink:hover {
	color: #ff0000;
	text-decoration: underline;
}

a.selectlink:active {
	color: #ffffff;
	text-decoration: underline;
}

.small10 {
	font-size: 10px;
}