body, div, p, h1, h2, h3, h4, h5, h6, th, td, input, select, textarea, a, li {
  font-family: verdana, arial, sans-serif;
}

body, th, td, input, select, textarea, p, li {
  font-size: 11px;
}

code, pre {
  font: 11px "courier new", courier, monospace;
}

body {
	background-color: #fff;
  	color: #5f5e5e;
}

form {
	margin-top: 0px;
	margin-bottom: 0px;
}

ul {
	padding: 1;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	list-style-image: url(../images/misc/bullet.gif);
}

ul.blue {
	list-style-image: url(../images/misc/bullet.gif);
}

ul.orange {
	list-style-image: url(../images/misc/bulletO.gif);
}

ul.green {
	list-style-image: url(../images/misc/bulletG.gif);
}

ul.yellow {
	list-style-image: url(../images/misc/bulletY.gif);
}

ul.purple {
	list-style-image: url(../images/misc/bulletP.gif);
}

h1 {
  font-size: 16px;
}

h2 {
  font-size: 14px;
}

h3 {
  font-size: 12px;
}

h4 {
  font-size: 10px;
}

h5 {
  font-size: 8px;
}

h6 {
  font-size: 6px;
}

img {
  border: 0px;
}

hr {
  height: 1px;
}

th {
  text-align: left;
}

a:link, a:visited, a:active {
  color: #5264a6;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
  color: #e08a03;
	font-weight: bold;
	text-decoration: none;
}

.alert {
  color: #f00;
}

.required {
  color: #df8731;
	font-size: 9px;
}

.stroke {
	border: #000 1px solid;
}

.smaller {
	font-size: 9px;
	color: #464545;
}

.date {
	font-size: 9px;
	color: #999999;
}

.footer {
	color: #7b7c7d;
	font-size: 9px;
	background-color: #fff;
	background-image: url(../images/backgrounds/contentBottom2.jpg);
	background-repeat: repeat-x;
	background-position: bottom center;
}

.bgTile {
	background-color: #131f4f;
	background-image: url(../images/backgrounds/bgTile.jpg);
	background-repeat: repeat-x;
}

.leftBg {
	background-image: url(../images/backgrounds/leftBg.jpg);
	background-repeat: repeat-x;
	background-position: bottom center;
}

.content {
	background-color: #fff;
	background-image: url(../images/backgrounds/contentBottom.jpg);
	background-repeat: repeat-x;
	background-position: bottom center;
}

.contentLeft {
	background-image: url(../images/backgrounds/contentLeft.gif);
	background-repeat: repeat-y;
}

.contentRight {
	background-image: url(../images/backgrounds/contentRight.gif);
	background-repeat: repeat-y;
}

.imageLeft {
	background-image: url(../images/backgrounds/imageLeft.gif);
	background-repeat: repeat-y;
}

.imageRight {
	background-image: url(../images/backgrounds/imageRight.gif);
	background-repeat: repeat-y;
}

.imageTop {
	background-image: url(../images/backgrounds/imageTop.gif);
	background-repeat: repeat-x;
}

.imageHTop {
	background-image: url(../images/backgrounds/imageHTop.gif);
	background-repeat: repeat-x;
}

.imageBottom {
	background-image: url(../images/backgrounds/imageBottom.gif);
	background-repeat: repeat-x;
}

.largeTitle {
	font-family: verdana;
	font-size: 14px;
	color: #5264A6;
	font-weight: bold;
}

.title {
	font-family: verdana;
	font-size: 11px;
	color: #5264A6;
	font-weight: bold;
}

.subTitle {
	font-family: verdana;
	font-size: 9px;
	color: #868484;
}

.darkText {
	font-family: verdana;
	font-size: 9px;
	color: #464545;
}