/*cominus style */

/* tag elements ******************************************************************************/
body {
	font-family: Arial, sans-serif;
	background: white;
	color: black;
	font-size: 11pt;
	}
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;
}
.boldRed {
	font-weight: bold;
	color: #FF0000;
}
.byline {
	font-size: 90%;
	font-style: italic;
	text-align: right;
}	
.error {
	font-weight: bold;
	font-size: 110%;
	color: #FF0000;
}
.footnote {
	font-size: 90%;
}
.small {
	font-size: 90%;
}



/* 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 ***********************************************/
#box { /* holds the content container in template */
	margin-top: 0;
	margin-left: 0;
	position: relative;
	width: 99%; 
}
#menu_bar {
	display: none;
}
#content {
	margin-top: 0;
	margin-left: 0;
	position: relative;
	width: 99%; 
}
#right_column {
	display: none;
}
#footer { /* holds site info and small print, etc */
	margin-top: 0;
	margin-left: 0;
	position: relative;
	width: 99%; 
	font-size: 9pt;
}


