@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background: #2c2c2c;
	margin: 1em 0px 3em;
	padding: 0px;
	text-align: center;
}

/*START INDEX PAGE*/

div#top td {
	color: #FFF;
	width: auto;
	padding: 0px;
	text-align: center;
	white-space: nowrap;
	font-size: 1.2em;
	font-weight: bold;
}

div#contact {
	width: auto;
	padding: 0px;
}

#contact td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #FFF;
	text-align: center;
	white-space: nowrap;
	border-bottom: 1px solid #CCC;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	padding-right: 2em;
	padding-left: 2em;
	padding-bottom: 0.5em;
}

#contact td a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #FFF;
	text-align: center;
	white-space: nowrap;
	text-decoration: underline;
}

#contact a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFF;
	text-align: center;
	white-space: nowrap;
	text-decoration: underline;
	font-weight: bold;
}

div#content {
	padding: 0px;
}

#content td {
	vertical-align: bottom;
	text-align: center;
	padding: 0px 2px;
}

#content img {
	border: 1px solid #666;
}

#content img:hover{
	border: 1px solid #FFF;
}

#content a:link, a:visited, a:active {
	text-decoration: none;
}


/*START SUB PAGE*/

div#pageTop td {
	width: auto;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

div#pageContent img:hover {
	border-width: 0px;
	border-style: none;

}

.lgrBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
}

.smaller {
	font-size: 0.85em;
}
