/**************************************************************************/
/*BASIC HTML*/

body {
	line-height:21px;
	color:#808080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
	font-weight:normal;
}

p span{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#F15C2B;
}


/**************************************************************************/
/*HEADINGS*/

h1 {
	display:none;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#F15C2B;
}

h3 {
	
}

h4 {
	
}

h5 {
	
}

h6 {
	
}

/**************************************************************************/
/*LISTS - standard list style accross the site*/

.bullet_list {
	padding-left: 40px;
	list-style-type:disc;
}
.bullet_list_large {
	list-style-type: disc;
	padding-left: 40px;
}
.bullet_list_large li {
	font-size: 14px;
	padding-left: 10px;
}



.bullet_list li{
	padding-left: 10px;
	font-size: 14px;
}

.bullet_list li span{
	color:#000000;
	font-weight:bold;
}

.bullet_item {
	padding-bottom: 20px;
}

.numbered_list {
	padding-left: 40px;
	list-style-type: decimal;
}

.numbered_item {
	padding-bottom: 20px;
}


/**************************************************************************/
/*ANCHORS - <a> tag styles*/


/*plain anchor tags are used to define dynamic links the user may put into the text*/
a:link, a:visited, a:active {
	color:#F15C2B;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

/*removes border on linked images*/
a img { border: none; }


/**************************************************************************/

blockquote{
	font-style:italic;
	font-family: Arial, Helvetica, sans-serif;
}

blockquote span{
	color:#FFFFFF;
}

