@import "undohtml.css";

H1  {
	font-size : 16pt;
	font-family : arial;
	font-weight : bold;
	font-style : normal;
	color : black;
}


H2  {
	font-size : 14pt;
	font-family : arial;
	font-weight : bold;
	font-style : normal;
	color : black;
}


H3  {
	font-size : 12pt;
	font-family : arial;
	font-weight : bold;
	font-style : italic;
	color : black;
}


H6  {
	font-size : 10pt;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : black;
}


BODY  {
	color : black;
	font-size : 10pt;
	font-family : Arial, Verdana, sans-serif;
	font-weight : normal;
	font-style : normal;
}


TD  {
	font-size : 10pt;
	font-family : Arial, Verdana, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : black;
}


P  {
	font-size : 10pt;
	font-family : Arial, Verdana, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : black;
}


A:link  {
	font-size : 10pt;
	font-family : Arial, Verdana, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : blue;
}


A:hover  {
	font-size : 10pt;
	font-family : Arial, Verdana, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : Navy;
}


A:visited  {
	font-size : 10pt;
	font-family : Arial, Verdana, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : #3D99F5;
}


A.cndark:link   {
	font-size : 10px;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : #000000;
	text-decoration:none;
	
}


A.cndark:visited   {
	font-size : 10px;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : #000000;
	text-decoration:none;
	
}


A.cndark:hover   {
	font-size : 10px;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : #404040;
	text-decoration:none;

	
}

A.cndark:active   {
	font-size : 10px;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : #000000;
	text-decoration:none;

	
}

#box
			{
	background-color:#fff;
	border:1px solid #762938;
        clear:both;
        float:center;
	padding:5px;
}

		#left_side
			{
				background-color:#ede9c4;
				width:150px;
				border:1px solid #762938;
                		clear:both;
                		float:left;
				padding:5px;
			}
				#left_side h2
				{
					background-color:#6ba400;
					border:1px solid #000000;
					color:#ffffff;
					font-size:14px;
					font-weight:bold;
					padding:4px 5px;
				}
				#left_side ul
				{
					margin-left:5px;
				}
.layout   {
	padding:10px;
	
}

#left_side
			{
				background-color:#ede9c4;
				width:150px;
				border:1px solid #762938;
                		clear:both;
                		float:left;
				padding:5px;
			}
				#left_side h2
				{
					background-color:#6ba400;
					border:1px solid #000000;
					color:#ffffff;
					font-size:14px;
					font-weight:bold;
					padding:4px 5px;
				}
				#left_side ul
				{
					margin-left:5px;
				}
				
    #tabsB {
      float:center;
      width:100%;
	  background-color:#630017;
      line-height:normal;
	  color:#FFFFFF;
	  padding-top:10px;
	  padding-bottom:10px;
	  padding-left:10px;
      }
	  
	#tabsB a {
	color:#FFFFFF;
	}