/***************************************************
GLOBAL elements
***************************************************/

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image:url(images/bkg_tile.gif);
	background-repeat:repeat-x;
	}

a {
	color: #ff0000; 
	text-decoration: underline; 
	}

a:link { 
	color: #ff0000; 
	text-decoration: underline; 
	}
a:visited { 
	color: #ff0000;
	text-decoration: underline;
	}
a:hover { 
	color: #990000; 
	text-decoration: underline; 
	}


/***************************************************
HEADING TEXT ELEMENTS
***************************************************/
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #f00;}

h2 {
	font-size: 16px;
	line-height: 12px;
	font-weight: bold;
	color: #000; }


h3 {
	font-size: 13px;
	font-weight: bold;
	line-height:16px;
	color: #000; }

h4 {
	font-size: 12px;
	font-weight: bold;
	line-height:16px;
	color: #000; }

h5 {
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	color: #000; }

h6 {
	font-size: 10px;
	font-weight: bold;
	color: #000; }


/***************************************************
PARAGRAPH TEXT ELEMENTS
***************************************************/

p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 12px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height:15px;
	color: #333; }

div, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height:18px;
	color: #000; }


/***************************************************
MISCELLANEOUS
***************************************************/

ul {
	list-style: disc;
	margin: 0px 0px 0px 15px;
	padding: 5px 0px 20px 15px;
}

ul.ordered {
	list-style: decimal;
	margin: 0px 0px 0px 15px;
	padding: 5px 0px 20px 15px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px; 
	color:#000; 
	}


/***************************************************
FORM ELEMENTS
***************************************************/

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000; }

form { display: inline; }


/***************************************************
CUSTOM STYLES
***************************************************/

.leftBlend{
margin:0; padding:0;
background-image:url(images/left_blend.gif);
background-repeat:no-repeat;
}

.rightBlend{
margin:0; padding:0;
background-image:url(images/right_blend.jpg);
background-repeat:no-repeat;
}

.whiteText{
color:#fff;
}

#investors{
margin:0; padding:20px 0 10px 0;
margin-top:10px;
background-image:url(images/invest_bkg.gif);
background-repeat:no-repeat;
height:132px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
}

.featureLink{
font-style:italic;
line-height:14px;
text-decoration:underline;
font-size:12px;
}

.featureLink a{
text-decoration:underline;
}

.featureLink a:hover{
text-decoration:none;
color:#900;
}

.featureLink a:visited{
text-decoration:underline;
}

.featureLink img{
margin:0; padding:0;
padding-right:10px;
}

.imgPad{
margin-right:5px;
margin-bottom:5px;
}

#center525{
margin:0; padding:0;
width:525px;
}