@charset "utf-8";
/* CSS Document */

/* LAYOUT FORMAT */
body {
	background:url(../images/misc/repeat.gif) repeat;
	font-family: Trebutchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: white;
	margin: 0;
}
tr, td {
	vertical-align:top;
	text-align: left;
}

#noVerticalAlign {
	vertical-align: middle;
	text-align: left;
}

.tableImage {
	background:url(../images/misc/repeatWidth.jpg) repeat-x;
	margin: 0;
	width: 100%;
}
.nav {
	padding: 0 10px 0 0;
}
.subHeader {
	padding: 10px 0 0 0;
}
a img {
	border: none;
}
.footer {
	padding: 10px 0 20px 0;
}
#footerSize {
	font-size: 11px;
}
.thinDivider {
	padding: 5px 0 0 0;
}
.tableHeader {
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
	background-color:#333333;
}
.style1 {
	font-weight: bold;
	font-size: 12px;
}
/* TEXT FORMAT */
.para {
	text-align: left;
}
#para {
	line-height: 22px;
	padding: 5px 0 10px 0;
}
a:link, a:visited {
	color: #D73A0A;
	text-decoration: none;
}
a:hover, a:visited {
	color: #D73A0A;
	text-decoration: underline;
}
.moveUp {
	padding:-10px 0 0 0;
}
.name {
	color:#D73A0A;
	font-size: 14px;
	font-weight:bold;
}
#name {
	line-height:18px;
}
.smallCaption {
	color: #999999;
	font-size: 11px;
	line-height: 13px;
}
.smallPara {
	color: #999999;
	font-size: 11px;
	line-height: 13px;
}
a.smallPara:link {
	color: white;
	text-decoration: none;
}
a.smallPara:visited {
	color: white;
	text-decoration: none;
}
a.smallPara:hover {
	color: white;
	text-decoration: underline;
}
a.smallPara:active {
	color: white;
}
.stayOnTop {
	vertical-align:top;
}

