BODY	{
	background-color: #1C364F;
	}


.mainheading	{
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #FFF;
	}

.text	{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	line-height: 18px;
	}

.textMini {
	font-family: Arial;
	font-size: 10px;
	color: White;
	}


.guestTitle	{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #9CF;
	}

.guestSubtitle	{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #CCC;
	}

.guestText	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	}

.guestDate	{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #FFF;
	}



#imageLeft	{
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	}


/* --- LINKS --- */
a	{
	font-family: Arial;
	font-size: 12px;
	color: #9CF;
	font-weight: bold;
	text-decoration: underline;
	}

a.mini	{
	font-family: Arial;
	font-size: 11px;
	color: Silver;
	font-weight: bold;
	text-decoration: underline;
	}



/* --- OLD --- */
.tableBorder {
	border-style:dotted;
	border-width:1px
	}