.subtitle
{
    padding:5px 0px 0px 0px;
    margin:0px;
	display:block;
	font-size:17px;
	font-weight: bold;
	color: #2A5BA7;font-family:arial, sans-serif;
}

.subtitle p {font-size:17px;color: #2A5BA7 !important;font-family:arial, sans-serif;font-weight: bold;}

.title {
border-bottom:1px solid #FD1F18;
font-size:18px;
	font-weight:normal;
	color: #FD1F18;text-transform:uppercase;
	font-family:arial, sans-serif;
}

table.tableData
{
	width: 95%;
	border:1px solid #2A5BA7 !important;
	background-color:#2A5BA7;
	border-collapse:collapse;
}

.tableData td
{
	border:0;
	border-top:1px solid #B8BBBF;
	padding:4px;
	margin:0;
	color: #000;
}

.tableData th, .tableDataHdr
{
	padding: 4px;
	font-weight: bold;
	text-align:left;
	color: #fff;
	background-color: #2A5BA7;
	text-transform:uppercase;
}

.tableDataHdr a, 
.tableData th a
{
	color: #ffffff;
}

.tableBoxBlue
{
	border: 1px solid #8FB6DF;
	background: #C8DBF0;
	color: #000000;
	padding:3px;
}

.tableBoxYellow
{
	border: 1px solid #F9ED43;
	background: #FDF7C7;
	padding:3px;
}



/*
Inherit stock styles
*/

body,td,th,p,select,li,ul,ol,input,blockquote,textarea, .content p
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;	
	line-height:150%;
	color: #393939;
}

a {color:#2A5BA7;}
a:hover {color:#F6110B; }