/* TEMPLATES */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* TABLES */

#outertable {
  border-collapse: collapse;
  border: 1px solid #EFEFEF;
}

/* VERDANA */

.txt_verdana11_grey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 17px;
}
.txt_verdana12_black {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 17px;
}
.txt_verdana11_grey20 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 20px;
}

.txt_verdana14_grey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 17px;
}

/* CELL BACKGROUNDS */

.greydientbackground {
	background-repeat: repeat-x;
	background-position: bottom;
}

/* LINKS */

a:link{
	text-decoration:underline;
	color:#663300;
} 
a:visited{
	text-decoration:underline;
	color:#663300;
} 
a:hover{ 
	text-decoration:underline; 
	color:#666666; 
} 
a:active{ 
	text-decoration:underline; 
	color:#999999; 
}.txt_verdana10_greyBullet {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 17px;
	list-style-position: outside;
	list-style-type: square;
}
.greyimageborder {
	border: 1px solid #999999;
}
.tanimageborder {
	border: 1px solid #D8CFAD;
}

/* ARIAL */

.arial14blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #002E65;
	font-weight: bold;
}
.arial12black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	line-height: 16px;
}


.imagespace {
	padding-right: 10px;
	padding-bottom: 10px;
}
.bullets {
	list-style-position: outside;
	list-style-type: square;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	left: 10px;
	line-height: 18px;
}
