/*
 $Id: all.css,v 1.10 2005/12/01 19:36:23 sp Exp $
*/

body { 	
	font-family: Verdana, Arial, Helvetica, sans-serif;
  	color : black;
	background-color : white;
/*	font-size: 10pt;*/
	margin-bottom: 2em;
	}

ol {
/*	font-size: inherit;*/
}
	
table {
/*	font-size: 10pt;*/
}

hr {
   height:2px;
   border:none;
   width:100%;
   color:red;
   background-color:red;
}

ul.tul { 	color:red;
		border-style:none;
/*		display: list-item;*/
/*		list-style-type:square;*/
/*		padding : 0em;*/
/*		margin-top:0px;
		margin-bottom : 0.5em;
		margin-left:1em;
		margin-right:0px;*/
		}

ul.tul li {
		color:black;
		margin-bottom: 0.3em;
		}


li.standard {
		list-style-image:url(img/cm10x10.gif);
		}


li.box {
		list-style-image:url(img/square10x10.gif);
}       

li.cm {
		list-style-image:url(img/cm10x10.gif);
}       

li.current {
		list-style-image:url(img/square10x10blink.gif);
}       

li.inactive {
		list-style-image:url(img/square10x10grey.gif);
}       

li.plusplus {
		list-style-image:url(img/plusplus.gif);
}       

li.plus {
		list-style-image:url(img/plus.gif);
}       

li.minusminus {
		list-style-image:url(img/minusminus.gif);
}       

li.minus {
		list-style-image:url(img/minus.gif);
}       

.smalltext {
	   font-size: smaller;
}

.smallredtext {
	   font-size: smaller;
	   color: red;
}
	      
.redtext {
	   color: red;
}
	      

#redframe {
	border-top: 2px solid red;
	border-left: 2px solid red;
	border-right: 2px solid red;
	border-bottom: 2px solid red;
}

#blackframe {
	border: 1px solid black;
}


p.redframetext {
	border: 2px solid red;
	padding: 4px;
	color: red;
}


.topleft {
	 position : absolute;
	 top: 0px;
	 left: 0px;
	 padding: 0px;
}



h1.title  {	display: block;
		font-size : xx-large;
		text-align : center; }

.menu {	text-align : left;
/*	border : thin solid;*/
	font-weight : bold; }



.other {text-align : center;
	background-color : inherit;
	color : black;
	font-weight : bold; }

.contentText {	

/*		position : relative;*/
		top : 200px;

		color : black;
		background-color : white;
		}

.footer	{ background-color : inherit;
	  color : rgb(82,181,198); }


hr#rl {
  border: 0;
  width: 100%;
  color: #f00;
  background-color: #f00;
  height: 2px;
}


h1 {
   font-size : 150%;
}
   
h2 {
   font-size : 130%;
}
   
h3 {
   font-size : 110%;
}

img.righticon {
	      float: right;
	      margin-left: 10px;
	      margin-bottom: 10px;
}


div.sidenote {
        float: right;
        width: 30%;
        margin-left: 0.5em;
	margin-bottom: 0.5em;
	margin-top: 2.0em;
	margin-right: 0;
        padding: 0.5em;
        border-style: solid;
        border-width: 2px;
        border-color: red;
}

.ahem {	display : none;	}

