
/************************************************
TAG STYLES
*************************************************/

body, td				{font-family: arial, helvetica, sans-serif;
						font-size: 11px;
						color: #333333}
					
hr						{color: #333366}

p						{font-family: arial, helvetica, sans-serif;
						font-size: 11px;
						color: #333333}
/*************************************************
CLASSES
**************************************************/			




table.spectable{
	border: 1px solid #ccc;
}

table.spectable td{
	border-bottom: 1px solid #ccc;
	padding: 4px 6px;
}





.content				{font-family: arial, helvetica, sans-serif;
						font-size: 11px;
						color: #333333}	

.tiny					{font-family: arial, helvetica, sans-serif;
						font-size: 9px;
						color: #333333}
					
.boldblue				{font-family: arial, helvetica, sans-serif;
						font-size: 11px;
						color: #333366;
						font-weight: bold}
						
.bigboldblue			{font-family: arial, helvetica, sans-serif;
						font-size: 13px;
						color: #333366;
						font-weight: bold}
						
.boldgreen				{font-family: arial, helvetica, sans-serif;
						font-size: 11px;
						color: #006633;
						font-weight: bold}
						
.boldred				{font-family: arial, helvetica, sans-serif;
						font-size: 11px;
						color: #990033;
						font-weight: bold}
						
.white					{color: #ffffff}

.bold					{font-face: arial, helvetica, sans-serif;
						font-size: 13px;
						font-weight: bold}
						
.padded					{padding-left: 20px;
						padding-right: 20px}
						
.bigger					{font-size: 12px}
/*************************************************
LINKS
**************************************************/

A:link 					{color:#333366;
						text-decoration: none}
A:visited				{color:#333366;
						text-decoration: none}
A:hover					{color:#990033;
						text-decoration: none}
