/* CSS Document */
html, body {
   margin : 0;
   padding : 0;
}

body {
   color : #000000;
   /*background-image:url(../images/diag.jpg);*/
	 background-color: #bcbfc3;
	 background-repeat:repeat;
   width : 100%;
   font : 11px "Trebuchet MS", Arial, Helvetica, Tahoma, sans-serif;
}
.frame{
	 background-image:url(../images/diag.jpg);
	 background-repeat:repeat;
	 position:absolute;
	 top:-3px;
}
.f12{
	 font : 12px "Trebuchet MS", Arial, Helvetica, Tahoma, sans-serif;
	 font-weight: normal;
	 line-height:14px;
}
.f16{
	 font-size:16px; font-family: "Trebuchet MS", Arial, Helvetica, Tahoma, sans-serif;
	 font-weight: bold;
	 line-height:18px;
}
.title{
	font-size : 24px;
	font-family: "Trebuchet MS", Arial, Helvetica, Tahoma, sans-serif;
	 font-weight: bold;
	 line-height:18px;
}
.subTitle{
	font-size : 16px;
	font-family: "Trebuchet MS", Arial, Helvetica, Tahoma, sans-serif;
	 font-weight: bold;
	 line-height:18px;
}
.foot{
	padding-top:20px;
	font-size : 11px;
	font-family: "Trebuchet MS", Arial, Helvetica, Tahoma, sans-serif;
	 font-weight: bold;
	 line-height:12px;
}
.foot a:link{
	text-decoration:none;
	color:#bcbfc3;
}
.foot a:visited{
	text-decoration:none;
	color:#000000;
}
.foot a:hover{
	text-decoration:underline;
	color:#ffffff;
}
.foot a:active{
	text-decoration:none;
	color:#ffffff;
}


p{
	text-indent: 10px;
	line-height:14px;
}
.thin{
 margin:3px;
}
.smallText{
	font-size: 10px;
	line-height:11px;
}
.smallText2{
	font-size: 11px;
	line-height:20px;
}
.indent{
	padding-left:10px;
}


