@charset "utf-8";
body {
	color: #5F5F5F;
    font-family: Verdana,Helvetica,sans-serif;
    font-size: 7.5pt;
    font-weight: bold;
	margin: 0;
	padding: 0;
}

/* ~~ Element/tag selectors ~~ */

a img { 
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #EB0000;
	text-decoration: none; 
}
a:visited {
	color: #EB0000;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	text-decoration: underline;
}
a.engfre {
	font-family: Arial,Helvetica,sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.2em;
	color: #5F5F5F;
}

/* ~~ this fixed width container surrounds all other elements ~~ */
.container {
	width: 770px;
	background: #FFF;
	margin: 0;
}

/* ~~ This is the layout information. ~~ 
*/
.content {
	padding: 0;
	margin: 0;
}
.splashTop {
	margin:0;
	padding: 0;
}
.splashText {
	/*margin-left: 185px;*/
	padding-top: 0;
	margin: 0;
}

.splashText p {
	margin-top:0;
	margin-left: 185px;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}