H1				{ FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 14px;}
H2				{ FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 12px;}
H3				{ FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 10px;}

body			{ FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 11px; 
					background: #ffffff url(images/bg.gif); background-repeat: repeat-x;
				}
td 				{ COLOR: #333333; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; font-size:8pt; line-height:1.5em;}

.oddrow			{ background: #E1E6E1; }
.evenrow		{ background: #F4F4F4; }
.white 			{ COLOR: #FFFFFF; }

A:link			{ COLOR: #333333; FONT-FAMILY: Verdana, Arial, sans-serif; TEXT-DECORATION: underline; }
A:visited 		{ COLOR: #333333; FONT-FAMILY: Verdana, Arial, sans-serif; TEXT-DECORATION: underline; }
A:active 		{ COLOR: #333333; FONT-FAMILY: Verdana, Arial, sans-serif; TEXT-DECORATION: underline; }
A:Hover 		{ COLOR: #9E0C0D; FONT-FAMILY: Verdana, Arial, sans-serif; TEXT-DECORATION: underline; }

.sup 			{ font-size: xx-small; }



#top
	{
		width:800px;
		margin:1em 50%;
		position:absolute;
		top:260px;
		left:-400px;
	}

#banner
	{
		width:800px;
		height:250px;
		margin:1em 50%;
		position:absolute;
		left:-400px;
		background:#000000;
	}
				

#content
				{
					display:block;
					width:800px;
					height:auto;
					float:left;
					line-height:1.4em;
				}
#content h2
				{
					border-left:solid 10px #cccccc;
					border-bottom:solid 1px #cccccc;
					text-indent:5px;
					background:#f5f5f5;
				}
#content li
			{
				line-height:1.3em;
				padding-bottom:7px;
			}

#content .features
			{
				color:#000000;
				width:550px;
				float:left;
				margin-bottom:10px;
				padding-bottom:15px;
				margin-right:5px;
				text-align:justify;
			}

#content .features b i
			{
				color:#000000;
			}




#content .highlights ul li
			{
				display:block;
				width: 200px;
				border-top:solid 1px #D1DBE3;
				font-size:7pt;
				color:#666666;
				background:#FCFDFD url(/images/bg01.gif) bottom repeat-x;
				padding:5px;
			}

#content .highlights
			{
				display:block;
				float:right;
				width:240px;
				border:solid 1px #999999;
				
				margin-bottom:10px;
				background:#ffffff url('/images/bg02.gif') bottom repeat-x;
			}

#content .highlights p
			{
				margin:10px;
				color:#666666;
			}
#content .highlights p b
			{
				color:#000000;
			}
#highlights
			{
				width:200px;
				float:right;
		
				color:#666666;
				border:solid 1px #cccccc;
				background-color:#f5f5f5;
				clear:both;
			}

