body {
	margin-top: 10px;
	margin-bottom: 0px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	background-color: #ccc;
}
a:link { 
	color: #b0232a; 
	background: transparent; 
	text-decoration: none; 
}

a:visited { 
	color: #b0232a; 
	background: transparent; 
	text-decoration: none; 
}

a:active { 
	color: #b0232a; 
	background: transparent; 
	text-decoration: none; 
}

a:hover {
	color: #333333;
	background: transparent;
	text-decoration: underline;
}

h1 {
	margin: 0;
	padding: 0;
	margin-top: 0px;
	padding-bottom: 0px;
	font-size: 2.0em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #333333;
}
h2 {
	margin: 0;
	padding: 0;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #333333;
}


.colour_text {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #b0232a;
}

td, textarea, input, select {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

.top_bottomborder {
border-top: 1px dotted #333;
border-bottom: 1px dotted #333;
}

.rightborder {
border-right: 1px dotted #333;
}

.leftborder {
border-left: 1px dotted #333;
} 

.bottomborder {
border-bottom: 1px dotted #333;
}

.photo_frame {
border-top: 1px solid #333;
border-bottom: 1px solid #333;
border-left: 1px solid #333;
border-right: 1px solid #333;
}
