		/*
	HTML Elements
*/
a {
	text-decoration: underline;
	color : Navy;
}
a:hover {
	color : Red;
}
block ul {
	margin: 0em;
}
body {
	font-size:16px;
	margin: 0em;
	padding: 0em;
	color: Black;
	font-family : sans-serif;
	font-weight : lighter;
	background : #EBF1FC;
}
H1 {
	color : Navy;
}
legend {
	color: White;
	background: #3C76B2;
	border: 1px outset #cccccc;
	padding: 2px 10px 0px 10px;
	font-weight: bold;
}
TD {
	font-size:16px;
}
/*
	Defined Classes
*/
.back {
	padding: 0.2em 0.2em 0.2em 0em;
	margin: 0;
	color : Navy;
	text-decoration : none;
}
.block {
	padding-bottom: 0.5em;
	margin-bottom: 1.5em;
}
.block.content {
	padding: 0.5em 0em 0.5em 0em;
}
.block-region {
	padding: 0.5em;
}
.bold {
	font-weight : bold;
}
.btn {
	color: Navy;
	background-color: #C6C6FF;
	border: 1px solid Navy;
	font-weight : bold;
	text-decoration : none;
	font-size : 80%;
}
.btnBorder {
	color: Navy;
	background-color: #C6C6FF;
	border: 1px solid Navy;
	font-weight : bold;
	text-decoration : none;
	font-size : 80%;
}
.copyright {
	font-size : 70%;
	color : White;
	background : #6099CE;
	padding-top : 0.3em;
	padding-bottom : 0.3em;
}
.errorMsg {
	font-weight: bold;
	font-size: 100%;
	color: #ff0000;
}
.footer {
	font-size : 70%;
	font-weight : bold;
}
.indent {
	padding-left: 20px;
}
.italic {
	font-style : italic;
}
.justify {
	text-align : justify;
}
.navLink {
	text-decoration: none;
}
.noScriptMenu {
	font-size : 80%;
	border: none;
	text-align:left;
	margin: 0em 0em 0em 0em;
	padding: 0.2em 0.1em 0.1em 0em;
	color : Navy;
	text-decoration : none;
}
.small {
	font-size : 80%;
}
.smaller {
	font-size : 90%;
}
.xSmall {
	font-size : 70%;
}
.affiliate {
	font-size : 75%;
}
img.photoBorder {
	border : thick double;
}
li.affiliate {
	list-style-image : url(images/check.gif);
	vertical-align : text-bottom;
		font-size : 75%;
}
li.affiliateFav {
	list-style-image : url(images/bullet.gif);
	vertical-align : text-bottom;
	padding : 1px 5px;
	background-color : Yellow;
}
li.arrow {
	list-style-image : url(images/arrow.gif);
	vertical-align : text-bottom;
	padding : 1px 5px;
}
li.bullet {
	list-style-image : url(images/bullet.gif);
	vertical-align : text-bottom;
	padding : 1px 5px;
}
li.check {
	list-style-image : url(images/check.gif);
	vertical-align : text-bottom;
	padding : 1px 5px;
}
li.circle {
	list-style : circle;
}
li.menuItem {
	padding: 0.2em 0.1em 0.1em 0em;
	margin: 0;
	color : Navy;
}
li.star {
	list-style-image : url(images/star.gif);
	vertical-align : text-bottom;
	padding : 1px 5px;
}
table.inlineTable{
	background-color:  #BACAD9;
	border-bottom-width : 1px;
	border-left-width : 1px;
	border-right-width : 1px;
	border-top-width : 1px;
}
ul.menu {
	border: none;
	text-align:left;
}
/*
	IDs
*/
