.emphasis {
	font-weight: bold;
}

.alert {
	color: rgb(220,60,60);
}

.highlight {
	color: rgb(0,60,250);
}

.small {
	font-size: 80%;
}

.leftalign {
	float:left;
}

.rightalign {
	float:right;
}

.inset {
	margin-left: 20px;
}

.spaceafter {
	margin-bottom: 6px;
}

body {
	font-family: verdana, geneva;
	font-size: 10pt;
	background-color: #ffffff;
}

a {
	text-decoration: none;
}

a:link,a:active, a:visited {
	color : rgb(50, 102, 152);
}

a:hover {
	text-decoration: underline;
	color: rgb(20, 40, 255); 
}

.topbanner {
	width:100%;
	border-collapse:collapse;
	font-family: verdana, geneva;
}

.topbanner td {
	padding:0;
	vertical-align:bottom;
	padding-bottom: 2px;
}

.mainTitle {
	font-size: 24px;
	font-weight: bold;
	font-family: tahoma, geneva;
	padding-bottom: 4px;
}

.subTitle {
	font-size: 18px;
	font-family: arial;
}

.mainnavbar {
	font: 8pt verdana, geneva;
	vertical-align:middle;
}

.mainnavbar a {
	color: rgb(64,72,104);
}

.mainnavbar a:hover {
	color: rgb(40, 104, 240);
}

.mainContent {
	padding: 10px;
	background-color: rgb(237, 239, 247);
	border: 1px solid  rgb(146, 162, 190);
}
.mainContent .title {
	font-size: 12pt;
	font-weight: bold;
	color: rgb(50, 102, 152);
	padding: 0 20px 10px 0;
}

.mainContent .title a {
	font-size: 12pt;
	font-weight: bold;
	color: rgb(50, 102, 152);
}

.mainContent .title a:hover {
	color: rgb(120, 160, 255);
}

.mainContent .titleseparator {
	font-size: 12pt;
	font-weight: bold;
	color: rgb(150, 182, 202);
	padding: 0 20px 0 0;
}

.mainContent td {
	font-family: verdana, geneva;
	font-size: 10pt;
}

.heading1 { 
	font-size: 18px;
}

.heading1, h1 {
	color: rgb(64, 72, 105);
	font-family: Verdana;
	font-weight: bold;
}

h1 { 
	font-size: 13px;
}
  
table.list {
	border-collapse: collapse;
	font-size: 12px;
}

.list a, .list a:visited {
	color: rgb(50, 102, 152);
}

.list a:hover,  .list a:visited:hover {
	color: rgb(62, 100, 255);
}

/* Style for the full width column */
.list .wfull {
	width:100%;
}

.list .vcenter {
	vertical-align: middle;
}

/* Style for left column */
.list .left {
	padding-left:10px;
	text-align: left;
}

.listbottomline, .list th {
	border-bottom: 1px solid rgb(180, 190, 220);
}

/* Style for headers */
.list th {
	height:20px;
	text-align: center;
	vertical-align: baseline;
	font-size: 13px;
}

.list th, .list th a {
	font-weight: bold;
	color: rgb(50, 102, 152);
}

.list th a:hover {
	color: rgb(36, 80, 248);
}

.listcelllefttline {
	border-left: 1px solid rgb(210, 222, 230);
}

/* Style for left and middle headers */
.listcellrightline, .list th.left, .list th.mid {
	border-right: 1px solid rgb(210, 222, 230);
}

/* Style for cells */
.list td {
	border-bottom: 1px dotted rgb(200, 200, 250);
	padding: 3px 0 3px 0;
	text-align: center;
	vertical-align: top;
	font-family: verdana, geneva;
}

/* Style for left and middle cells */
.list td.left, .list td.mid {
	border-right: 1px solid rgb(180, 190, 220);
}

/* Style for row colors */
.oddrow {
	background-color: rgb(243, 245, 248);
}
 
.contactline {
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

.list .smallsectionheading, .smallsectionheading {
	border-bottom: 1px solid rgb(180, 190, 220);
	background-color: rgb(226, 230, 244);
}