@charset "utf-8";
/* CSS Document */


#header #contactText {
	position:absolute;
	top:125px;
	left:245px;
	padding:5px;
	width:680px;
	background-color:#FFF;
	border:solid thin #5ca6db;
	
}


/* ===== Text Colors ==== */

.blueText {
	color:#005392;
	font-size:14px;
	font-weight: bold;
	
}

.bigBlueText {
	color:#005392;
	font-size:18px;
}

.peText {
	color:#F00;
	font-style:italic;
	font-weight:bolder;
}

.peBoldText {
	font-weight:bolder;
}


body, th, p {
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	color:#005392;
}

h1 {
	color: #002252;
	font-size: 14px;
	margin: 0px;	
}

h2 {
	color: #696969;
	font-size: 18px;
}

a {
	outline:none;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a:active, a:link {
	color:#006;
}

/* Table Styles */
table.cartTable {
	border:solid thin #5ca6db;
	border-collapse:collapse;
}

table.cartTable th {
	font-weight:bold;
	color:#FFF;
	background-color:#5ca6db;
	font-size:14px;
	/*font-family:Arial, Helvetica, sans-serif;*/
}

table.cartTable td {
	border:solid thin #5ca6db;
	border-collapse:collapse;
}
	

table.tabularData, table.tabularData td, table.tabularData th {
	border: 10px solid #5ca6db;
	border-collapse: collapse;
	color:#003399;
}
table.tabularData td, table.tabularData th{
	padding: 6px;
}
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	background: #447096;
	color: #FFFFFF;
}
