﻿@charset "utf-8";
/* CSS Document */

p, div, span, li, text, html, body, td{
	font-size:12px;
	font-family:"Trebuchet MS", arial;
	color:#000000;
}

a{
	color:#169d4e;
	font-weight:bold;
	text-decoration:none;
}

.dateTxt{
	font-size:14px;
	font-weight:bold;
}

.title{
	font-weight:bold;
	font-size:20px;
	color:#58423d;
	margin-top:1em;
	text-transform:uppercase;
}

.subtitle{
	font-size:18px;
	font-weight:bold;
}

.subTitle2{
	font-size:16px;
	font-weight:bold;
}

.mainTableBorders{
	border-top:solid #FFFFFF 10px;
	border-bottom:solid #FFFFFF 10px;
	border-left:solid #FFFFFF 10px;
	border-right:solid #FFFFFF 10px;
}

.bottomTxt{
	color:#4579b1;
	font-size:12px;
	font-weight:bold;
}

.actTitle{
	font-size:14px;
	font-weight:bold;
}

.actLink{
	font-size:11px;
}

.error{
	color:#FF0000;
}

.popupBorders{
	border-top:solid #FFFFFF 17px;
	border-bottom:solid #FFFFFF 17px;
	border-right:solid #FFFFFF 17px;
	border-left:solid #FFFFFF 17px;
}

#album_photo{
	position:relative;
	
	margin:-428px 0px 0px 712px;
}

/*** Calendar ***/

.MiniCalDayLnk{
	color:#FFFFFF;
}

.MiniCalDayReg{
	font-weight:bold;
	color:#231f20;
}

.calBorders{
	border-top:solid #FFFFFF 1px;
	border-bottom:solid #FFFFFF 1px;
	border-left:solid #FFFFFF 1px;
	border-right:solid #FFFFFF 1px;
}

.monthYear{
	color:#4579b1;
	font-weight:bold;
	font-size:15px;
}