/* THUMB TABLE & MOUSEOVER */

.dir_topleft{
	border : 0px;
	background-image:  url("../images/dir_topleft.gif");
	background-repeat: no-repeat;
   width:26px;
	height: 26px;
}
.dir_top{
	border : 0px;
	background-image:  url("../images/dir_top.gif");
	background-repeat: repeat-x;
	height: 26px;
}
.dir_topright{
	border : 0px;
	background-image:  url("../images/dir_topright.gif");
	background-repeat: no-repeat;
   width:26px;
	height: 26px;
}
.dir_left{
	border : 0px;
	background-image:  url("../images/dir_left.gif");
	background-repeat: repeat-y;
   width:26px;
}
.dir_right{
	border : 0px;
	background-image:  url("../images/dir_right.gif");
	background-repeat: repeat-y;
   width:26px;
}
.dir_bottomleft{
	border : 0px;
	background-image:  url("../images/dir_bottomleft.gif");
	background-repeat: no-repeat;
   width:26px;
	height: 26px;
}
.dir_bottom{
	border : 0px;
	background-image:  url("../images/dir_bottom.gif");
	background-repeat: repeat-x;
	height: 26px;
}
.dir_bottomright{
	border : 0px;
	background-image:  url("../images/dir_bottomright.gif");
	background-repeat: no-repeat;
   width:26px;
	height: 26px;
}

/* BODY PROPERTIES */
.mg2body {
	font: 10pt tahoma, arial;
	color:#737373;
	background-color: White;
	margin: 0;
   padding: 0;
}


/* LINK PROPERTIES */
.mg2body a:link, .mg2body a:visited {
   color: #FF6600; text-decoration: underline;
}
.mg2body a:hover, .mg2body a:visited:hover { 
   color: #CECECE; text-decoration: underline;
}

.mg2body h1,h2,h3,h4,h5,h6 {font-family:tahoma, arial;}


html {
width:100%;
height:100%;
margin:0px;
}
