/* 4T2 STANDARD ELEMENTS */
/* DO NOT ADD OR REMOVE, JUST EDIT */

body { 
	/* Default */
	font-size: 10pt;
	font-family: verdana;
	color: #000000;
	background-color: #ffffff;
	margin: 10px 0px 0px 0px;
}
form {
	padding: 0px;
	margin: 0px;
}

a:link, a:visited, a:active { background-color: transparent; color: #EE8516; text-decoration: none; }
a:hover { background-color: transparent; color: #EE8516; text-decoration: underline; }


p {
	/* Normal */
	/* Will inherit from Body if undefined, BUT must be duplicated for email headers */
	font-size: 10pt;
	font-family: verdana;
	color: #000000;
	padding:0px;
	margin:0px;
}

h1 {
	/* Headline */
	color: #323D43;
	font-family: verdana;
	font-size:18px;
	font-weight: bold; 
	letter-spacing: -1px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 8px;
}

h2 {
	/* Subhead */
	font-family: verdana;
	font-size: 12px;
	color: #3C4542;
	border-bottom: 1px solid #929D99;
	padding: 0px;
	margin-bottom: 8px;
}

h3 {
	/* Smallhead */
	font-family: verdana;
	font-size: 10pt;
	color: #8E8E8E;
	text-decoration: none;
	font-weight: bold;
}

h5original {
	/* Original Quote */
	font-family: verdana;
	font-size: 11px;
	color: #6E4EA3;
	font-weight: normal;
	font-style: italic;
	padding: 10px 10px 10px 10px;
	border: 1px solid silver;
}

h5 { 
	/* Quote */
	font-size: 95%; 
	font-weight: normal;
	margin: 2em 2em 2em 1em; 
	padding-right: 0.75em; 
	padding-left: 3.25em; 
	border-right: 0 solid #777; 
	background: url(/images/quote.gif) top left no-repeat; 
	border-left: 1px solid silver;
}

h6 {
	/* Smallprint */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	padding: 0px;
	margin: 0px;
}

ul {
	/* Unordered List */
	list-style: url(/images/bullet.gif) square;
	color: #3C4544;
}

ol {
	/* Ordered List */
	list-style: lower-roman
}

li {

}

hr {
	/* Horizontal Rule */
	color: #CDD5D2;
	border: 1px solid #CDD5D2;
	padding: 0;
	height: 1px;
}

sup	{color:#000000; font-size:8px; margin-left:3px}
sub	{color:#000000; font-size:8px}

table {
	/* Table */
	border-collapse: collapse;
}

th {
	/* Table Header */
	background: #CCC1E1;
	color: #FFFFFF;
	font: 10pt 'verdana'; 
}

tr {
	/* Table Row */
	vertical-align: top;
	font: 10pt 'verdana'; 
}

td {
	/* Table Cell */
	font: 8pt 'verdana'; 
}

.layoutTable td {
	/* Table Cell */
	padding: 0px;
	font: 8pt 'verdana'; 
	}
/* CUSTOM ELEMENTS */
/* ADD, DELETE & EDIT AWAY! */

.prop {
	height:50px;
	float:right;
	width:1px;
	}

.spacer {
	clear: both;
	height:5px;
}

.spacerdots {
	clear: both;
	height:5px;
	background-image: url(/images/template/dots.gif);
}

.singleBorderLine { border: 1px solid #000000; font-size: 11px}
