html, body {
  margin: 0;
  padding: 0;
  }

body {
	font-family: sans-serif;
	font-size: xx-small;
	background-color: #fff;
	padding: 0px;
	}

p { 	font-size: 9pt; color: #333;  }
ul { 	font-size: 9pt; color: #333;  }

td {
	font-size: 9pt;
	color: #333;
	}

td.page_title {
	color: #eee;
	background-color: #000066;
	font-weight: bold;
	font-size: 10pt;
	padding-right: 10px;
	border-bottom: 0px solid #ccc;
	border-top: 3px solid #fff;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 25px;
	}
td.main_body {
	font-size: 9pt;
	color: #333;
	padding: 15px;
	border-right: 1px solid #006;
	border-bottom: 0px solid #006;
	}

td.alert_text {
	color: #666;
	font-size: .8em;
	font-weight: bold;
	}

span.alert_date {
	color: #f00;
	font-size: xx-small;
	font-style: italic;
	padding-left: 5px;
	}

td.alert_image_container {
	padding-bottom: 10px;
	padding-right: 25px;
	}

/**  Contacts Styles */

td.contactContainer{
	border-right: 0px solid #aaa;
	}
td.companyTitle{
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	background-color: #eee;
	font-size: 8pt;
	font-weight: bold;
	color: #666;
	}
td.company{
	
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0px solid #aaa;
	color: #0000aa;
	}
td.address{
	font-size: 8pt;
	font-style: italic;
	color: #666;
	}
td.contact{
	font-size: 8pt;
	font-weight: bold;
	color: #666;
	}
td.contactPerson{
	font-size: 8pt;
	color: #666;
	}

div.camera {
	color: #666;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 10px;
	font-size: xx-small;
	border-bottom: 1px solid #eee;
}
div.camera A:visited{
	color: #666;
}

/*
 *   ##################
 *		Events Page
 */

td.events_date {
	color: #9999CC;
	font-weight: bold;
	padding-top: 25px;
}
td.event {
	color: #2279D2;
	font-weight: bold;
	font-size: x-small;
}
td.event A {
	color: #2279D2;
	font-weight: bold;
	font-size: x-small;
	text-decoration: none;
}
td.event A:link {
	color: #2279D2;
	font-weight: bold;
	font-size: x-small;
	text-decoration: none;
}
td.event A:visited {
	color: #2279D2;
	font-weight: bold;
	font-size: x-small;
	text-decoration: none;
}
td.event A:hover {
	color: red;
	font-weight: bold;
	font-size: x-small;
	text-decoration: underline;
}

img.profile_img {
	border: 1px solid #006;
}

table.profile_container {
	margin-bottom: 20px;
}
span.profile_name {
	padding-left: 15px;
	font-family: serif;
	font-size: 12pt;
	color: black;
	font-weight: bold;
	padding-right: 10px;
}
span.profile_title {
	font-family: serif;
	font-size: 12pt;
	color: #666;
	font-style: italic;
	padding-left: 10px;
}
td.profile_text {
	font-family: sans-serif;
	font-size: 10px;
	color: #666;
	font-style: none;
	padding-left: 5px;
	text-align: justify;
}

span.movie_link { font-size: 1em; color: #666; padding: 20px; }