/* CSS Document */

body {
	background-color:#88AEBF;
}

.mainTableBorder {
	border-style: solid;
	border-width: 0px;
	border-color: #FFFFFF;
	background-color:#FFFFFF;
}

p { 
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#222222;
	margin:0;
}

h1 { 
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#222222;
	margin:0;
}

h2 { 
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#222222
	margin:0;
}

.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #222222;
}

.paragraphRegular {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#222222;
	margin:0;
}

.menuText {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#222222;
	font-weight: bold;
}

.locationText {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#222222;
	font-weight: bold;
}

.diaryHeading {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#222222;
	font-weight: bold;
}

.diaryDate {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#222222;
	font-weight: bold;
}

a:link {
	color: #222222;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #222222;
}
a:hover {
	text-decoration: none;
	color: #111111;
}
a:active {
	text-decoration: none;
	color: #222222;
}

.updateSubsriptionTextField {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#222222;
	width:170px;
}
.updateSubsriptionButton {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#222222;
}