/* Start of CMSMS style sheet 'KJF' */
.dottedLineTop{
   padding: 1em 0 1.2em 0; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 90%;        /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
   margin: 0 1em;        /* css shorthand rule will be opened to be "0 1em 0 1em" */
   border-bottom: 1px dotted #000;
}

div.search {
   float: right;
   width: 23em;    /* enough width for the search input box */
   text-align: right;
}

div.breadcrum {
   float: left;
   width: 23em;    /* enough width for the search input box */
   text-align: left;
}

body
{
margin: 15px;
	background-color	: #808080;
}
h3,h4
{
	font-family			: tahoma;
	color					: #404040;
}
div, font, table
{
	font-family			: tahoma;
	font-size			: 11px;
	color					: #000000;
}
.header
{
	font-family			: tahoma;
	font-weight			: bold;	
	font-size			: 15px;
	color					: #404040;
}
a
{
	font-family			: tahoma;
	font-size			: 11px;
	color					: #AD2925;
	text-decoration	: underline;
}
a:hover
{
	font-family			: tahoma;
	font-size			: 11px;
	color					: #B58E8E;
	text-decoration	: none;
}
.menuLink
{
	font-family			: tahoma;
	font-size			: 11px;
	color					: #AD2925;
	text-decoration	: none;
}
.menuLink:hover
{
	font-family			: tahoma;
	font-size			: 11px;
	color					: #B58E8E;
	text-decoration	: underline;
}

.menuHeader
{
	font-size: 11px;
	font-family: tahoma;
	color: white;
	background-color: #848484;
	border-color: #606060; 
	border-width: 1px; 
	border-style: solid;
}
.menuContent
{
	background-Color: #f9f9f9;
	color: black;	
	border-color: #7E7E7E; 
	border-width: 1px; 
	border-style: solid;
}
.content
{
	background-Color: #f9f9f9;
	color: black;	
	border-color: #7E7E7E; 
	border-width: 1px; 
	border-style: solid;
}
/* End of 'KJF' */

