/* Basic Elements */
html, body {
	background: #e4e5e0;
       background-image: url("http://excelwiki.com/images/white5.gif");

        font-family: "Trebuchet MS";	  
	font-size: 14px;
	margin: 0;
}

table.tabtable { border-collapse: collapse; }
table.tabtable td { border:1px solid #cccccc; }
table.tabtable th { background : #cccccc; } 


ul { list-style-type: none; }

#container {
       background: #ffffff;
	width: 100%;
	margin: 0 auto;
	position: center;
        align: center;
        border-top: 1px solid #aaaaaa;
        border-left: 1px solid #aaaaaa;
        border-right: 1px solid #aaaaaa;
        border-bottom: 1px solid #aaaaaa;

	
	}
#header {
	width: 100%;
	height: 100px;
	background: #ffffff;
	padding: 5px ;
	position: relative;
	
		}
#headertitle {		
	position: absolute;
	top: 20px;
	left:20px;
	
	}
#headertag {
    font-style:italic; 
	position: absolute;
	top: 65px;
	left: 100px;
	right:0;
	
	}
#content {
	padding: 5px ;

	}
#right{
	width: 150px;
        padding: 5px ;

	}

#footer {
	width: 100%;
	clear: both;
	border-top: 1px solid #cecece;
	text-align: center;
	padding: 5px ;
	background: #eee;
	}

#sidebar {
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	}


/* Additional styles */
p {
	padding: 10px;
	margin: 0;
	}
img {
	border: 0;
	}
h2,h3 {
	color:#2f3b7a;
	margin-bottom:0px;
	}
a {
	color:#7b7b7b;
	text-decoration:none;
}
a:hover {
	color:#2f3b7a;
	text-decoration:none;
}





#rela { 
 	   background: #EEEEEE;
       border-top: 1px  #CCCCCC solid;
       border-bottom: 1px  #CCCCCC solid;
	   width: 100%;	
	   text-decoration:none; 
} 

#rela a {
  color:blue;
  text-decoration:none;
  }
#rela a:hover {
  color:red;
  text-decoration:underline;
  } 

#main {
border-top: 1px  gray solid;
border-bottom: 20px  gray solid;
border-right: 1px  gray solid;
border-left: 1px  gray solid;
padding:10px;
}

#txt2 a {
	  background: #EEEEEE;
       border-top: 1px  #CCCCCC solid;
       border-bottom: 1px  #CCCCCC solid;
	   width: 50%;
  color:blue;
  text-decoration:none;
  }
#txt2 a:hover {
  color:red;
  text-decoration:underline;
  } 


#txt a {
  color:blue;
  text-decoration:none;
  }
#txt a:hover {
  color:red;
  text-decoration:underline;
  }  
  
#tred {background-color:red;
	  height:20px;
	  color:white;
	  			  }
#tcrimson {background-color:#a9a9a9;
	  height:10px;
	  color:white;
	  			  }
#tgreen {background-color:#a9a9a9;
	  height:10px;
	  color:white;
	  			  }				  
#tblue {background-color:#a9a9a9;
	  height:10px;
	  color:white;
	  			  }  
#tgray {background-color:gray;
	  height:10px;
	  color:white;
	  			  } 
#tgold {background-color:gray;
	  height:10px;
	 color:blue;  }
#tgold a:hover {
  color:red;
  text-decoration:underline;
  } 
#tgold a {
  color:blue;
  text-decoration:none;
  }

#tborder {
border-top: 1px solid #aaaaaa;
border-left: 1px solid #aaaaaa;
border-right: 1px solid #aaaaaa;
border-bottom: 1px solid #aaaaaa;

}


body
{
        padding: 0px;
	background-color: #e4e5e0;
        margin: 0px 0px 0px 0px;
        font-size: 13px;
        font-family: 'franklin gothic medium', arial,verdana;
}

a{
	color: #008000;
	text-decoration: none;
        font-weight: normal;
                }
a:hover
{
	color: crimson;
	border-bottom: 1px crimson solid;
       font-weight: normal;
}


==============================================
#vba
{
background: #ccffcc;
font:12px courier new;
padding: 4px;
margin: 4px;
border-top: 1px  #00FF99 solid;
border-bottom: 1px  #00FF99 solid;
}

#wel
{
background: #ccffcc;
padding: 4px;
margin: 4px;
border-top: 1px  #00FF99 solid;
border-bottom: 1px  #00FF99 solid;
}

#cmt
{
	font-family: georgia;
	font-size: 11px;
	line-height: 12px;
	text-align: left;
	padding-left: 0px;
	padding-right: 10px;
        color: #D2691E;      
        font-weight: bold;
 }

#cmt a:link {color: #D2691E;}

.caps
{
	letter-spacing: 0.1em;
	font-size: 10px;
}

#ggl {text-align: center;}

#adv {
        font-family: Verdana;
	font-size: 10px;
        text-align: center;
}


.inline-button {
   _width:12em;
   font: bold 80%/1 Verdana, sans-serif;
   margin: 0 0.2em; padding: 0.1em 0; _padding:0;
   border: 1px solid black;
   white-space:nowrap;
   text-decoration: none;
   vertical-align:middle;
   background: #ccc;
   color: black;
   }
.inline-button em {
   _width:1em; _cursor:hand;
   font-style: normal;
   margin:0; padding: 0.1em 0.5em;
   background: #669966;
   color: black;
   }
.inline-button span {
   _width:1em; _cursor:hand;
   margin:0; padding: 0.1em 0.5em 0.1em 0.3em;
   }
.inline-button:hover {
   background: black;
   color: white;
   }
.inline-button:hover em {
   background: orange;
   color: white;
   }

.orange { background: orange; color: black }
.orange em { background: white; color: #c60 }

.blue { background: #666; color: white }
.blue em { background: white; color: #666 }

.green { background: green; color: white }
.green em { background: gold; color: green }

#ull
{   margin-top:0px;
     margin-left: 1em;
       margin-right: 1em;
padding: 0px;
     list-style-type: »
	}

#dtum
{ 
 background: #DEB887;
color: black;
border: 1px solid #DEB887;  
 font-size: 14px;
	}
#dtum a:hover
{	
 background: #FFA07A;
 }

#netbux
{ 
 background: #ffff66;
color: black;
border: 1px solid #ffff33;  
 font-size: 14px;
	}

#netbux a:hover
{
	color: #ffff33;
	border-bottom: 1px solid;
       font-weight: bold;
}

#xlg a:hover
{	
 background: #DEB887;
 }

#xlg
{ 
 background: #FFA07A;
color: black;
border: 1px solid #FFA07A;  
 font-size: 14px;
	}

.rchead
        	{
        		font-size:large;
        		color:#000099;
        	}

        	.rcUl
        	{
        		font-size: smaller;
        		font-weight:normal;
        	}

        	.rcLi
        	{

        	}

        	.rclinks
        	{
        		color:#0000ff;
        	}

        	.rcLiHeader1
        	{
        		font-size: medium;

        		font-weight:bold;
        	}