/*====================================== MISC styles ======================================*/
a:link, a:visited {
	color:#3C78B5;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

p {
	margin: 1em 0;
	padding:0;
}

.indentedContent {
	padding: 0 15px;
}

body, td { /*controls default font for entire site*/
	color: #1b3a5c;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.smallText {
	font-size:8pt;
}


.tableBorder {
	border:solid 1px #333;
}

table {
	border-collapse:collapse; /*this eliminates double width borders between when you apply CSS borders to TDs*/
}

#pageTitle {
	width: 623px;
	height: 34px;
	background-color: #3e4851;
	
	background-image: url(../images/site/title_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	
	font-size: 13pt;
	line-height:25pt;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	text-indent: 13px;
}

.heading1 {
	font-size: 14pt;
	font-weight: bold;
	color: #4786b9;
}

.heading2 {
	font-size: 12pt;
	font-weight: bold;
	color: #4786b9;
}

.heading3 {
	font-size: 10pt;
	font-weight: bold;
	color: #4786b9;
}

.greyText
{
	color: #555555;
}

.button
{
	 BORDER-RIGHT: #000000 1px solid;
	 BORDER-TOP: #000000 1px solid;
	 FONT-SIZE: 8pt;
	 BORDER-LEFT: #000000 1px solid;
	 CURSOR: hand;
	 COLOR: #ffffff;
	 BORDER-BOTTOM: #000000 1px solid;
	 FONT-FAMILY: Verdana, Arial, 'MS Sans Serif';
	 BACKGROUND-COLOR: #3e4851;
}