/*  ********************************************
 *  Main Body & Content
 *  ********************************************/
body {
	margin: 0;
	background:#ffffff;
}

form {
	margin-bottom:0;
	margin-top:0
}

p, td, li, ul, ol, input, textarea, select, option {
	line-height: 130%;
	font-size: 10pt;
	color: #000000;
	font-family: Arial, Tahoma, Verdana, Helvetica, Sans-serif;
}

a:link, a:visited, a:hover, a:active {
	border-style: none;
	color: #455183;
	text-decoration: none;
	font-family: Arial, Tahoma, Verdana, Helvetica, Sans-serif;
}

a:hover {
	text-decoration: underline;
    border-bottom-width: 1px;
}


.mini {
    font-size: 8pt;
    color: #909090;
}

hr {
    height: 1px;
    color: #c90101;
    background: #c90101;
    border: 0px;
}

/*  ********************************************
 *  Titles
 *  ********************************************/
h3 {
    margin-bottom: 0px;
	color:#C90101;
    padding: 0px;
	font-weight: normal;
	font-size: 14pt;
	font-family: Arial, Tahoma, Verdana, Helvetica, Sans-serif;
}

h4 {
	margin-bottom: 0px;
	color:#000000;
	padding: 0px;
	font-weight: bold;
	font-size: 11pt;
	font-family: Arial, Tahoma, Verdana, Helvetica, Sans-serif;
}

/*  ********************************************
 *  Light grey smaller text for information only
 *  ********************************************/
.btwinfo {
    font-size: 8pt;
    color: #909090;
}

.readmore {
    font-size: 8pt;
    color: font-size: 8pt;
	color: #707070;
}

.listTitle {
    font-size: 11pt;
    font-weight: bold;
    // border: thin;
    // border-bottom: 1px;
}


/*

img {
	border-color: #000000
}

*/



