/*cominus style */

/* tag elements ******************************************************************************/
body {
	font-family: Arial, sans-serif;
	background: white;
	color: black;
	font-size: 10pt;
	line-height: 1.2em;	
	}
h1 {
 	font-size: 150%;
	}
h2 {
 	font-size: 130%;
	}
h3 {
 	font-size: 120%;
	}
h4 {
 	font-size: 110%;
 	color: #333333;
	}
h5 {
 	font-size: 100%;
	}
p {
	font-size: 100%;
	}
ol {
	list-style-type: decimal;
	text-indent: 10pt;
	}
ul {
 	list-style-type: square;
	}
ul ul {
 	list-style-type: disc;
	}
a:link, a:visited {
	color: black;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}

/* class elements ***************************************************************************/
.no_print {
	display: none;
}
.smallRedBold {
	font-weight: bold;
	font-size: 90%;
	color:#FF0000;
	}
.smallBlueBold {
	font-weight: bold;
	font-size: 90%;
	color:#0000FF;
	}
.smallGreenBold {
	font-weight: bold;
	font-size: 90%;
	color: #003300;
	}
.display_album_image {
	display: block;
	padding: 8pt; 
	border: 1pt dashed #ccc; 
	margin-bottom: 15pt;
	clear: both;
	/* background-color and color are controlled in the style_inc.php custom stylesheet */
	}
.display_album_image img { 
	margin: .5pt; 
	padding: 10pt; 
	border: 0; 
	}

/* object elements ****************************************************************************/                                 
/* object elements *************************************************************/                 
/* here are the objects that contain header bars, menu, content and footers ****/
/* NOTE FOR THESE OBJECTS: *****************************************************/
/* total recomend width of page is 1000 for mozilla 998 for IE *****************/
/* total width = width + padding ***********************************************/
#left_column {
	display: none;
	}
#header {
	display: none;
	}
#body_box { /* parent object holds content_box and footer_box */ 
	width: auto;
	border: 0;
	margin: 0;
	padding: 0;
	color: black;
	background: transparent;
	float: none !important;
	}
#content_box {
	width: auto;
	border: 0;
	margin: 0;
	padding: 0;
	color: black;
	background: transparent;
	float: none !important;
	}
#footer_box { /* holds site info and small print, etc */
	width: auto;
	border: 0;
	margin: 0;
	padding: 0;
	color: black;
	background: transparent;
	float: none !important;
	font-size: 85%;
	}
#right_column {
	display: none;
	}
#menu_bar { 
	display: none;
	}
#menu_footer { 
	display: none;
	}
#menu_list {
	display: none;
	}
/* this set prints the URL of links in the content for this object */	
/*#content_box a:link:after, #content_box a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
	}
*/
	
/* #search elements ***************************************************************************/
#search {
	display: none;
	}
#search form {
 	display: none;
	}
#search label {
	display: none;
	}

