body {
	/*Style for the body tag of your website, controls font family page background, etc.*/
	font-family: sans-serif;
	font-size : 12px;
	padding-top: 0px;
	margin: 0px;
}
p {/*formatting all <div> (division) items.  This is a catch-all that only applies when no other style has been defined.*/
	font-family       : sans-serif;
	color             : #ffffff;
}
td {/*formatting all <td> items. This default setting is used when no other style has been defined.*/
	font-family       : sans-serif;
	font-size : 12px;
	color             : #ffffff;
}
tr {
	/*formatting all <tr> items. This default setting is used when no other style has been defined.*/
	font-family : sans-serif;
	color : #ffffff;
} 
.header {
	font-size : 15px;
	text-transform : uppercase;
	text-align : left;
	line-height : 18px;
	color : White;
	font-weight : bold;
	font-weight : bold;
	width : 100%;
	padding-bottom : 2px;
	margin-bottom : 2px;
}
ul{ /*formatting all UL (unordered list) items. This default setting is used when no other style has been defined.*/
	margin: 0;
	padding: 2;
	list-style: none;
}
li{
	line-height: 15px;
	padding-left: 15px;
	padding-top: 0px;
	background-repeat: no-repeat;
	background-position: 0px 2px;
} 
ol{
	line-height: 15px;
	padding-left: 15px;
	padding-top: 0px;
	background-position: 0px 2px;
	list-style: decimal;
} 
/* general links style*/
a:link{
	color             : #ffffff;
	text-decoration   : none;
}
a:visited {
	color             : #ffffff;
	text-decoration   : none;
}
a:hover {
	color             : #888888;
	text-decoration   : none;
}
/* horizontal line in your template*/
hr {
	color : #ECECEC;
	height : 1px;
	width : 100%;
} 
.footer{
	font-size         : 11px;
	color             : #888888;
	font-weight       : normal;
}
