body {
	margin: 10px 10px;
	padding: 0;
	text-align: left;
	background: #616369;
	}
	
img {border:0px;}

a {color: #3300CC;}
a:hover {color: #CC0033;}



.strike { text-decoration: line-through; }
.biggerred { color:#CC0000; font-weight: bold; font-size:16pt;}
.boldred { color:#CC0000; font-weight: bold; }
.red { color:#CC0000; }
.improved { color:#CC0033; font-weight:bold; }
.mcafee_red { color:#CC0033; font-size:12px;}

.bigbrightred { color:#FF0000; font-weight: bold; font-size:13pt;}
.boldbrightred { color:#FF0000; font-weight: bold; }
.brightred { color:#FF0000; }

.bigdarkred { color:#990000; font-weight: bold; font-size:13pt;}
.bolddarkred { color:#990000; font-weight: bold; }
.darkred { color:#990000; }

.bigblue { color:#003366; font-weight: normal; font-size:13pt; }
.boldblue { color:#003366; font-weight: bold; }

.bigbolddarkblue { color:#000033; font-weight: bold; font-size:13pt; }
.bolddarkblue { color:#000033; font-weight: bold; }

.black { color: #000000; }
.bigblack { color: #000000; font-weight:bold; font-size:13pt; }
.mediumblack { color: #000000; font-weight:bold; font-size:10pt; }
.boldblack { color:#000000; font-weight:bold; }

.boldgreen { color:#008000; font-weight: bold; }

.boldgrey { color:#333333; font-weight:bold; }

.boldwhite { color:#FFFFFF; font-weight:bold; }

.highlight { background-color:#FFFF00; }

.oddrow { background-color: #FFFFFF; }
.evenrow { background-color: #DEE3E8; }

.whitecell { background-color:#FFFFFF; color:#000000; font-weight:bold; border:2px solid #000000; padding:2px;}
.redcell { background-color:#CC0033; color:#FFFFFF; font-weight:bold; border:2px solid #000000; padding:2px;}	

.bigred { color:#CC0000; font-weight: bold; font-size:13pt;}


/* comparison table obviously */
#comparison_table {
	background: url(css/table_heading.gif) no-repeat 0 0;
	padding-top: 53px;
	width: 545px;
	margin-right: auto;
	margin-left: auto;
	color: white;
	font: bold 11px/12px verdana, sans-serif;
	}

.table_one, .table_two, .table_three {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	}
.table_one {
	padding: 5px 5px 5px 10px;
	width: 260px;
	border-right: 0;
	background: #999999;
	}
.table_two {
	width: 134px;
	color: #000000;
	text-align: center;
	}
.table_three {
	width: 134px;
	color: #000000;
	text-align: center;
	}	


	
/* navigation along the left side */
#nav_link {
	padding: 15px 5px 15px 15px;
	text-align: left;
	text-transform: uppercase;
	font: bold 12px verdana, sans-serif;
	background: url(css/border_one.gif) repeat-x 0 bottom;
	}
#nav_link a, #nav_link a:link, #nav_link a:visited {
	color: #404040;
	text-decoration: none;
	}
	
#nav_link a:hover {
	color: #CC0033;
	text-decoration: none;
	}

#nav_link-bottom {
	padding: 15px 5px 15px 15px;
	text-align: left;
	text-transform: uppercase;
	font: bold 12px verdana, sans-serif;
	}
#nav_link-bottom a, #nav_link-bottom a:link, #nav_link-bottom a:visited {
	color: #404040;
	text-decoration: none;
	}
#nav_link-bottom a:hover {
	color: #CC0033;
	text-decoration: none;
	}	


#header {
	color: #333333;
	font: bold 12px arail, sans-serif;
	text-align: left;
	margin: 15px 12px 15px 4px;
	padding-bottom: 4px;
	background: url(images/border_two.gif) repeat-x 0 bottom;
	}
#header h4 {
	color: #CC0033;
	margin: 0;
	font: bold 16px/18px arial, sans-serif;
	letter-spacing: .1em;}
	
#how_to_get_rid {
	background: url(css/border_two.gif) repeat-x 0 bottom;
	}
