/* Style sheet for www.ctcsurge.com */

/* Color definitions

	#DC7004 orange (links)
	#FF9933 light orange (links hover)
    #000066 dark purple (headings)
    #333333 charcoal (text)
	#FFFFFF white (some text as images, background)
	
*/


body	{
	background-color: #FFFFFF;
	color: #333333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	
}


table	{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

tr	{
	margin: 0;
	padding: 0;
}

td	{
	margin: 0;
	padding: 0;
	font-size: 9pt;
}

/* Used for page content headings */
h3	{
	color: #000066;
	font-size: medium;
}


p 	{
	font-size: 9pt;
}


img	{
	border: none;	
}





li	{
	font-size: 9pt;
}

a		{ 
	color: #DC7004;
}

a:hover	{ 
	color: #FF9933;
}

a:active { 
	color: #FF9933;
}

a:visited { 
	color: #DC7004;
}




/* Classes */

.data {
	font-size: 9pt;
}

.c {
	text-align: center;
}

.l	{
	text-align: left;
}

.r	{
	text-align: right;
}

.top	{
	vertical-align : top;
}

.mid {
	vertical-align: middle;
}

.orange	{
	color: #DC7004;
}

.footorange {
	color: #DC7004;
	font-size: 7pt;
	font-weight: bold;
	text-align: left;
}

.footgray {
	color: #333333;
	font-size: 7pt;
	font-weight: bold;
	text-align: right;
}

.parahead {
	font-weight: bold;
	color: #000000;
}

.quotesrc {
	font-style: italic;
	text-align: right;
}