h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px; 
	line-height: 16px; 
	color: #333333; 
	font-weight: normal;
	margin-top:0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; 
	line-height: 14px; 
	color: #333333; 
	font-weight: normal;
	margin-top:0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	line-height: 14px; 
	color: #333333; 
	font-weight: normal;
	margin-top:0px;
}

p, td, tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #333333;
	
	/*ADDED BY ASPRO TO SOLVE ANDYS EXTRA LINE ISSUE */
	
	margin-top:0px;
	
	
}

li {
	list-style-image:url(images/bullet.gif);
	font-size: 10px;
	line-height: 14px;
	margin-top:0px;
	
}

li.white {
	list-style-image:url(images/bullet-white.gif);
	font-size: 10px;
	line-height: 14px;
	margin-top:0px;
	
}

.smaller {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	color: #333333;
}

.bigger {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px; 
	line-height: 16px; 
	color: #333333; 
	font-weight: normal;
}

.biggerwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px; 
	line-height: 16px; 
	color: #FFFFFF; 
	font-weight: normal;
}

.offer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; 
	line-height: 15px; 
	color: #FFFFFF; 
	font-weight: normal;
}

.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
	color: #818D98;
}


.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #021A31;
}

a:link {color: #818D98;text-decoration: underline;}
a:visited {color: #818D98;text-decoration: underline;}
a:hover {color: #021A31;text-decoration: none;}
a:active {color: #021A31;text-decoration: underline;}

a.nav:link {color: #818D98;text-decoration: none;font-weight: normal;}
a.nav:visited {color: #818D98;text-decoration: none;font-weight: normal;}
a.nav:hover {color: #021A31;text-decoration: none;font-weight: normal;}
a.nav:active {color: #021A31;text-decoration: none;font-weight: normal;}

a.white:link {color: #FFFFFF;text-decoration: underline;font-weight: normal;}
a.white:visited {color: #FFFFFF;text-decoration: white;font-weight: normal;}
a.white:hover {color: #FFFFFF;text-decoration: none;font-weight: normal;}
a.white:active {color: #FFFFFF;text-decoration: none;font-weight: normal;}


.intro {
	font-size: 20px;
	line-height:19px;
	color: #9C9C9C;
}

.white {
	color: #FFFFFF;
}

.blue {
	color: #021A31;
}

.grey {
	color: #666666;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	margin-bottom: 8px;
}

a.footer:link {color: #999999;text-decoration: underline;}
a.footer:visited {color: #999999;text-decoration: underline;}
a.footer:hover {color: #999999;text-decoration: none;}
a.footer:active {color: #999999;text-decoration: underline;}

table.solidwhiteborder {
	border-width: 2px;
	border-style: solid;
	border-color: #FFFFFF;
	border-collapse: separate;
	background-color: white;
}

table.dottedgreyborder {
	border-width: 2px;
	border-style: dotted;
	border-color: #CCCCCC;
	border-collapse: separate;
	background-color: white;
}

td.leftcornermissing {
	background-image:url(images/leftcorner.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

td.rightcornermissing {
	background-image:url(images/rightcorner.gif);
	background-position:top right;
	background-repeat:no-repeat;
}


input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-weight: normal;
	padding: 2px;
}

.submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background: #021A31;
	border: 1px solid #333333;
	font-weight: normal;
}

.plumsubmit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background: #382036;
	border: 1px solid #333333;
	font-weight: normal;
}


.removecheckboxstyle {
	border: none;
	background-color: transparent;
}


input:focus, select:focus, checkbox:focus, textarea:focus {
	color: #000000;
	background: #EEEEEE;
}

#marquee_replacement{
 border:0px solid #000;
 width:100%;
 height:150px;
 overflow:auto;
}
#marquee_replacement p.spacer{
 height:150px;
}