/* Content HTML */
* { 
	margin: 0; 
	padding: 0; 				
	}
body { 
	font-size: .75em; 
	line-height: 1.3em;	
	font-family: arial, verdana, sans-serif; 
	color: #333;
	}						
table, textarea, input { font-size: 100%; }
table, th, td, caption { 
	text-align: left; 
	vertical-align: top; 
	}
hr { display: none; }
img { 
	border: 0; 
	vertical-align: bottom; 
	}	

/* Headings */	
h1 { font-size: 200%; }
h2 { font-size: 150%; }
h3 { 
	font-size: 130%; 
	padding: .5em 0 .5em 0;
	color: #0089cd;
	}
.smallBlack {
	color: #666;
	font-size: 100%;
	}	
h4 {
	font-size: 100%; 
	padding: 0 0 1em 0;
	}		

/* Paragraphs */
p { padding: 0 0 1em 0; }

.smallPrint {
	font-size: 90%;
	color: #5b6165;
	padding: 0 0 1.5em 0;
	}
.center {
	text-align: center;
	}

/* Links */
a { 
	text-decoration: underline; 
	color: #3D88C9; 
	}
a:hover, a:focus, a:active { text-decoration: none; }

a.arrow {
	background: url(../img/arrowBlue.gif) 100% 5px no-repeat;
	padding: 0 12px 0 0;
	}
	

	
			
/* Lists */
ul.default{
	list-style: none;
	padding: 0 0 1.5em 0;
	}
	ul.default li {
		background: url(../img/bullet.gif) 0 7px no-repeat;
		margin: 0;
		padding: 0 0 .5em 15px;
		}
			
ul.arrowList {}
	ul.arrowList li {
		background: url(../img/arrowBlue.gif) 0px 6px no-repeat;
		padding: 0 0 .5em 15px;
		}


/* Common Classes */		
.clr { clear: both; height: 0.1px; font-size: 0; line-height: 0; }
.hide {
	position: absolute;
		top: -3000px;
		left: 0;
	display: block;
	width: 100px;
	height: 100px;
	overflow: hidden;
	}
.delete { display: none; }	
.strip { padding: 0 !important; margin: 0 !important; }
.stripWidth { width: auto !important; }	
.noFloat { float: none !important; }
