html{
	height:100%;
}

body{
	height:100%;
}

table, td{
	font-size: 11px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	letter-spacing: normal;
	font-weight: normal;
	color:black;
}

#text{
	padding-left: 35px;
	padding-right: 10px;
	text-align: justify;
 }
 
 #small{
 	font-size: 10px;
	font-family:Tahoma, Arial, sans-serif;
	letter-spacing: normal;
	font-weight: normal;
	color:#666666;}

#menu{
	background-image : url("i/m-bg.gif");
	background-position: bottom;
	background-repeat: repeat-x;
}

#top{ 
	font-size: 16px;
	font-weight: bold;
	color:#7F7F7F;
 }
 
 #heading{
	background-color : 	#F2F2F2;
	height: 25px;
	font-family: Verdana,Tahoma, Arial, sans-serif;
	font-size:18px;
	vertical-align: middle;
	text-align: left;
}

a{
	color:#333333;
	font-weight: bold;
	text-decoration: underline;
}

a:hover{
	color:#333333;
	font-weight: bold;
	text-decoration: none;
}

#bgall{
	background-image : url("/i/bg2.gif");
	background-position : center;
	background-repeat : repeat;
}

#mid{
	background-image : url("/i/bg.gif");
	background-position : center;
	background-repeat : repeat;
}

#mid2{
	background-image : url("/i/bg2.jpg");
	background-position : center;
	background-repeat : repeat-x;
}

#bleft{  
	background-image : url("/i/gray.gif");
	background-position : left;
	background-repeat : repeat-y;
	background-color: white;
}

#bright{  
	background-image : url("/i/gray.gif");
	background-position : right;
	background-repeat : repeat-y;
	background-color: white;
}

#btop{
	background-image : url("/i/gray.gif");
	background-position :top;
	background-repeat : repeat-x;
	background-color: white;
}

#bbottom{  
	background-image : url("/i/gray.gif");
	background-position :bottom;
	background-repeat : repeat-x;
	background-color: white;
}

#b5{ 
	background-image : url("/i/gray.gif");
	background-position :right;
	background-repeat : repeat-y;
 }
 
 #white{
	background-color : white;
}

#gray{
	background-color : Gray;
} 

#copy{
	font-size: 10px;
	font-family: Tahoma, Arial, sans-serif;
	letter-spacing: normal;
	font-weight: normal;
	color:#808080;
	background-color : white;
}

#copyhref{ 
	text-decoration:none;
	font-weight: normal;
 }
 
 #copyhref:hover{ 
	text-decoration:underline;
	font-weight: normal;
 }