B.SEO { font-weight:normal; } 
A:link { text-decoration:none; color: #808080;}
A:active { text-decoration:none; color: #808080;}
A:visited { text-decoration:none; color: #808080;}
A:hover { text-decoration:none; color: #30ccfa;}

A.style_main:link { color: lightblue; }
A.style_main:active { color: lightblue; }
A.style_main:visited { color: lightblue; }
A.style_main:hover { color: white; }

span.Apple-style-span
{
	word-spacing: 0px;
	font: 14px Verdana; 
	text-transform: none;
	text-indent: 0px; 
	white-space: normal; 
	letter-spacing: normal;
    border-collapse: separate;
}

/*Rounded Box Design*/
.roundedBox
{
    border: 2px solid #d9d9d9;
    border-radius: 5px;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    padding: 2px;
}

/*Toggle form*/
h2.trigger {
	padding: 0 0 0 0px;
	margin: 0 0 5px 0;
	background: url(images/h2_trigger_a.gif) no-repeat;
	height: 46px;
	line-height: 46px;
	width: 450px;
	font-size: 1.5em;
	font-weight: normal;
	float: left;
}
h2.trigger a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding-left: 50px;
}
h2.trigger a:hover { color: #ccc; }
h2.active {background-position: left bottom;}
.toggle_container {
	margin: 0 0 5px;
	padding: 0;
	border-top: 1px solid #d6d6d6;
	background: #f0f0f0 url(images/toggle_block_stretch.gif) repeat-y left top;
	overflow: hidden;
	font-size: 1.2em;
	width: 450px;
	clear: both;
}
.toggle_container .block {
	padding: 20px;
	background: url(images/toggle_block_btm.gif) no-repeat left bottom; /*--Bottom rounded corners--*/
}