/* ================================
    CSS STYLES
   ================================ */
.biggie {
	background-color: #00FFCC;
	height: 700px;
}

.myFoo {
 color: red;
 font-size: 13px;
}

body, td {
 font-family: tahoma, sans-serif;
 font-size: 13px;
}
.Title {
 font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
 font-size: 16px;
 font-weight: bold;
 color: red;
}
.Topic {
 font-family: tahoma, sans-serif;
 font-size: 14px;
 font-weight: bold;
 color: red;
 font-style: italic;
}
.Bold {
 font-weight: bold;
}
H1 {
   font-family: tahoma, sans-serif;
   font-size: 1.7em;
   font-weight: bold;
   color: #006699;
}
H2  {
   font-family: tahoma, sans-serif;
   font-size: 1.3em;
   font-weight: bold;
   color: #006699;
}

/* 800 Number */
/*========*/
#800number{
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
text-align: left;
float: left;
}
  
/* Form Master Styles */
#dnn_ctr985_FormMaster_tdCapthcaCell{
text-align: right;
}
.cellspacing TD {padding:1px;}
.white {
color: #ffffff;
}

.btnspace {
margin-top: 10px;
margin-left: 40px;
}



/* background color for the content part of the pages */
Body
{
background:#DFDFDF;
}


.numList LI {
	padding-top: 10px;
}

