/*
-----------------------------------------------
Electracash New Styles
Author:   BRAMA Media
Version:  28 October 2009
----------------------------------------------- */

body
{
	margin: 0;
	padding: 0;
	font-family: lucida sans unicode, lucida grande, arial, verdana, trebuchet MS, sans;
	font-size: 11px;
	line-height: 18px;
	text-align: left;
	color: #31363D;
}
.body
{
	margin-top: 0px;
	margin-bottom: 16px;
	font-family: lucida sans unicode, lucida grande, arial, verdana, trebuchet MS, sans;
	font-size: 11px;
	line-height: 18px;
	text-align: left;
	color: #31363D;
}
.bodybig
{
	margin-top: 0px;
	margin-bottom: 16px;
	font-family: lucida sans unicode, lucida grande, arial, verdana, trebuchet MS, sans;
	font-size: 13px;
	line-height: 20px;
	text-align: left;
	color: #31363D;
}
.pressheadline
{
	margin-top: 0px;
	margin-bottom: 16px;
	font-family: lucida sans unicode, lucida grande, arial, verdana, trebuchet MS, sans;
	font-size: 13px;
	line-height: 16px;
	text-align: left;
	color: #31363D;
}	
.h3
{
	margin-top: 16px;
	font-size: 14px;
	line-height: 30px;
	color: #264887;
	font-weight: bold;
	font-family: myriad pro, arial, verdana, trebuchet MS, sans;
}
.title
{
	margin-top: 16px;
	font-size: 14px;
	line-height: 30px;
	color: #264887;
	font-weight: bold;
	font-family: myriad pro, arial, verdana, trebuchet MS, sans;
}
p
{
	margin-top: .5em;
	margin-bottom: 1em;
}
.sidecopy
{
	font-family: lucida sans unicode, lucida grande, arial, verdana, trebuchet MS, sans;
	font-size: 11px;
	line-height: 18px;
	text-align: left;
	color: #31363D;
	margin-bottom: 1.5em;
}
UL {
	list-style-image: url(http://www.electracash.com/images/right-arrow-transp.gif);
	margin-left: 8px; padding-left: 8px;
}
UL UL LI {
	list-style-image: url(http://www.electracash.com/images/li-arrows-right.gif);
	color : #707070; 
}



/* Links
----------------------------------------------- */

/* this is a global style for all links with no style */
a:link
{
	color: #294D91;
	text-decoration: none;
}

a:visited
{
	color: #294D91;
	text-decoration: none;
}

a:hover
{
	color: #8C9B40;
	text-decoration: underline;
}


/* Type Elements
----------------------------------------------- */

.footer-nav p
{
	margin: 0px;
	padding-bottom: 5px;
	background-color: #ffffff;
	color: #7F7E7B;
	font-size: 10px;
}

.last-updated
{
	color: #5E5D5B;
	font-family: arial, verdana, trebuchet MS, sans;
	font-size: 8px;
	line-height: normal;
	vertical-align: top;
}