
html, body{

    background-image:url(../images/bg.gif);
    background-repeat:repeat-y;
    background-color:#ebebeb;
    margin:0;
    height:100%;
    font-family : Verdana , Arial , Helvetica , sans-serif;
    font-size: 11px;
}


a {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}
a.groot {
	color: #333333;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
a.groot:hover {
	color: #333333;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
}
td {
    font-family : Verdana , Arial , Helvetica , sans-serif;
	font-size: 10px;
	color: #333333;
    text-decoration : none;
}
.forCopyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.forTexts {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 20px;

}
.forForms {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 1px inset;
}
.forButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 1px outset;
}

.bgtbl { 
	background: #DFDFDF url(../images/bg_10D.gif) no-repeat fixed left bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	}


        
h1 {
    color:#888888;
    font-size:15px;
    text-transform:uppercase;
    font-weight:normal;
}

