/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p, h1, h2, h3, h4, h5, a, ul, li, lo, td, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000033;
	text-align: left;
}

p, td, div {
	font-size: 16px;
}

a:link {
	color: #993366;
	text-decoration: none;
}
a:visited {
	color: #663333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline overline;
	color: red;
}
a:active {
	color: #993366;
	text-decoration: none;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

table, td, th  {	
	border-collapse: collapse;
}

div#header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

div#header .top {
	color: #0C0D0F;
	font-weight: bold;
}

div#header .bottom {
	color: #990000;
	font-weight: bold;
}

div#header .phone {
	font-size: 18px;
	font-weight: bold;
}

div#content {
	font-size: 16px;
	font-weight: bold;
}

div#content .cerec {
	font-style: italic;
}

div#content .cards {
	color: #900;
	font-size: 18px;
	text-align: center;
}

div#footer {
	text-align: center;
	font-weight: normal;
}

div#footer .name {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	font-weight: bold;
	color: #0C0D0F;
	text-align: center;
}

div#footer .title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #600;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}

div#footer .number {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

div#footer .navtop {
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}

div#footer .navbottom {
	font-size: 10px;
	text-align: center;
}

div#copyright {
	font-size: 9px;
	text-align: center;
}

div#copyright a {
	font-size: 9px;
}


/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
}
img.right {
	float: right;
}
clear {
	clear: both;
}

/* ----------------- CUSTOM CLASSES ----------------- */
