@charset "UTF-8";
/* CSS Document */

body {
	padding: 0;
	margin: 0;
	text-align: center;
	background: #FFF url(../images/back.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div#container {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	text-align: left;
}

.typeAlign {
	text-align: center;
	vertical-align: top;
}

a:link {
	text-decoration: underline;
	color: blue;
}

a:visited {
	color: #0033CC;
}

a:hover {
	text-decoration:none;
}

a.bigWhite:link {
	font-size: 15px;
	color: #FFF;
}

a.bigWhite:visited {
	font-size: 15px;
	color: #DFDFDF;
}

a.bigWhite:hover {
	color: #FFF;
}

a.blackLink:link {
	font-size: 12px;
	color: #000;
	text-decoration: none;
}

a.blackLink:visited {
	font-size: 12px;
	color: #000;
	text-decoration: none;
}

a.blackLink:hover {
	color: #000;
	text-decoration: underline;
}

td.blueCell {
	background-color: #01A6E8;
	height: 53px;
}