body, td, th {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

html, body {
	height: 100%;
}
body {
	background-color: #C4BEB1;
	}
#container {
}
.title {
	font-size: 24px;
}
.subTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #660000;
}
.grayTxt {
	color: #666666;
}
p {
	line-height: 1.5em;
}

a:link {
	color: #660000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #660000;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.ltGrayTxt {
	color: #CCCCCC;
	font-size: 18px;
}
.alert {
	background-color: #0000FF;
}
.smallGray {
	font-size: 9px;
	color: #999;
}

.edit {
	background-color: #FF0;
}
