body {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-size: 11px;
	color: #5B5B5B;
	margin: 0px;
	text-align: center;
	background-color: #FFFFFF;
	height: 100%;
}

a:link {
	text-decoration: underline;
	color: #0077B9;
}

a:hover {
	text-decoration: none;
	color: #0077B9;
}

a:visited {
	text-decoration: underline;
	color: #0077B9;
}

a:active {
	text-decoration: underline;
	color: #0077B9;
}

.fileLink a:link {
	text-decoration: none;
	color: #5B5B5B
}

.fileLink a:hover {
	text-decoration: none;
	color: #5B5B5B
}

.fileLink a:visited {
	text-decoration: none;
	color: #5B5B5B
}

img {
	border: 0px;
}

img.content {
	margin-top: 2px;
	margin-bottom: 20px;
	border: 1px solid #AAAAAA;
	padding: 1px;
}

img.left {
	margin-right: 20px; 
}

img.right {
	margin-left: 20px; 
}

img.noBorder {
	border: 0px;
}

form {
	display: inline;
}

input, select {
	height: 18px;
	font-size: 12px;
	letter-spacing: 1px;
	color: #000000;	
}

select {
	height: 20px;
}

.button {
	height: 22px;
	border: 1px solid #79B51C;
	background-image: url(../images/button_bg.gif);
	background-repeat: repeat-x;
	background-color: transparent;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
	margin-left: 10px; 
}

h1, h2, h3, h4, h5 {
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	color: #000000;
}

h1 {
	margin-bottom: 30px;
	font-size: 18px;
	color: #0077B9;
}

h2 {
	margin-bottom: 20px;
	font-size: 16px;
	color: #79B51C;
}

h3 {
	margin-bottom: 15px;
	font-size: 14px;
}

h4 {
	margin-bottom: 10px;
	font-size: 12px;
}

h5 {
	margin-bottom: 5px;
	font-size: 11px;
}

p,
p.small,
p.medium,
p.large,
p.veryLarge {
	height: auto;
	margin: 0px;
	margin-bottom: 10px;	
}

p.small {
	margin-bottom: 5px;		
}

p.large {
	margin-bottom: 20px;	
}

p.veryLarge {
	margin-bottom: 25px;		
}


ul {
	line-height: 16px;
	list-style-position: outside;
	list-style-image: url(../images/icon_bullet_large.gif);
	margin-left: 16px;
	margin-bottom: 25px;
	padding-left: 0px;
}

ul.secondLevel {
	list-style-image: url(../images/icon_bullet_small.gif);
	margin-left: 26px;
}

li {
	padding-bottom: 8px;
}

hr {	
	background-color: #DBDBDB;
	color: #DBDBDB;
	border: #DBDBDB;	
	height: 1px;
	margin-bottom: 20px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
	font-size: 0px;
	height: 0px;
}

.errorMessage {
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
	display: block;
	color: #EE0000;
}

.infoMessage {
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
	display: block;
	color: #0077B9;
}

.listingTable {
	margin-bottom: 25px;
	font-size: 11px;
}

.listingTable .header {
	padding-bottom: 2px;
	vertical-align: top;
	font-weight: bold;
}

.listingTable .content {
	padding-bottom: 2px;
	padding-left: 10px;
	vertical-align: top;
}

.formTable {
	font-size: 11px;
}

.formTable .header {
	padding-left: 0px;
	padding-top: 5px;
	vertical-align: top;
	font-weight: bold;
	font-size: 11px;
}

.formTable .content {
	padding: 0x;
	padding-bottom: 2px;
	padding-left: 10px;
	vertical-align: top;
}

.formTable .submit {
	padding-top: 25px;
	text-align: right;
}