body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 1.45em;
	color: #336699;
}

.medium {
  font-size: 15px; /* 75% of the baseline */
}
.small {
  font-size: 14px; /* 75% of the baseline */
}
.large {
  font-size: 18px; /* 125% of the baseline */
}
table {
    border-collapse: collapse;
    border-spacing: 0;
	padding: 4;
}
td, th { 
  padding: 6px; 
}
hr {
    display: block;
    height: 1px;
    border: 0;   
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}
h1 {
	font-size: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-style: normal;
}
h3 {
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h4 {
	font-size: 17px;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h5 {
	font-size: 16px;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h6 {
	font-size: 16px;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}	
img {
	max-width: 100%;
	height: auto;
}



.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	line-height: 1.45em;
}
.link_no_underline {
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FF0000;
	text-decoration: blink;
}
.NormalText {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 17px;
	font-style: normal;
	color: #666600;
}
p {
	font-size: 17px;
	font-family: Geneva, Arial, Helvetica, san-serif;
	color: #006633;
	list-style-type: none;
}
ul {
	list-style-type: circle;
	list-style-position: outside;
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 1.45em;
	color: #003300;
}
.sidemenu {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 16px;
	font-style: normal;
	color: #663300;
	line-height: 1.45em;
}
.sidemenu_link {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 1.45em;
	color: #003399;
	text-decoration: underline;
}
b {
	color: #336666;
}
div {
vertical-align: baseline;
}
.Compat_Descrip {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 18px;
	color: #993300;
	line-height: 1.45em;
}
strong {
	font-size: 17px;
	line-height: 1.45em;
	color: #336666;
}
.comp_rank {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 1.45em;
	font-weight: bold;
	color: #993399;
}
.famous_pep {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.45em;
	color: #990033;
}
.bold_red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 1.45em;
	color: #990033;
}
.sidemenusmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006633;
}
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 32.26%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}