/* Start of CMSMS style sheet 'dmn' */
body {
	background-image: url(images/bg.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
                background-color:#000000;
}

img { border:none;}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
/* HEADINGS */
h1 {
   font-size: 1.5em; /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
h2 {
	color: #ffffff; 
	font-size: 1.5em; 
	text-align: left;
                background:url(images/cone.png) no-repeat;
                text-indent: 30px;
/* some air around the text */

	padding-bottom: 10px;
/* set borders around header */
	border-bottom: 1px solid #ff0000; 

        line-height: 1.5em;
/* and some air under the border */
        margin: 0 0 0.5em 0;


}
h3 {
   color: #294B5F; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
h4 {
   color: #294B5F; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h5 {
   color: #294B5F; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   color: #294B5F; 
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #FFFFFF; 
}

/* End of 'dmn' */

