@charset "utf-8";
/* CSS Document */   
*{
	margin:0px;
	border:0px;
	padding:0px;
}
body{
background-attachment: scroll;
	background-image: url(../img/tlibg.gif);
	background-repeat: repeat-y;
	background-position: center center;
	background-color:#e2e2e2;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}
a:link {
	text-decoration: none;
	color:#e23a72;
	
}
a:visited {
	text-decoration: none;
		color:#e23a72;
}
a:hover {
	text-decoration: none;
		color:#333;
}
a:active {
	text-decoration: none;
		color:#e23a72;
}
h1{
	text-align:left;
	font-size:18px;
	font-weight:bold;
	padding:0px 0 0 0px;
	margin:0px;
	font-family:Verdana, Geneva, sans-serif;
	color:#e23a72;
}

h2{	
	color:#333333;
	font-size:16px;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	padding:10px 0px 10px 0px;
	margin:0px;
	
}

h3{	
	color:#333333;
	font-size:12px;
	font-weight:normal;
	font-family:Verdana, Geneva, sans-serif;
	padding:10px 70px 10px 0px;
	margin:0px;
	
}
h4{	
	color:#330033;
	font-size:12px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:5px 0 5px 0px;
	margin:0px;
	border-bottom:solid thin #efefef;
	border-top:solid thin #efefef;
	
}
h5 {
    clear:both;
	width:300px;
	color:#330033;
	font-size:14px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	float: left;
}
.font1{
	font-size:12px;
	font:Arial, Helvetica, sans-serif;
	color: #333;
	word-spacing: normal;
	line-height: 18px;
	text-align:justify;
	width:530px;
}
.font2{
	font-size:15px;
	color: #000;
	word-spacing: normal;
	line-height: 40px;
	text-align:justify;
	font-style: oblique;
	font-weight: bold;
}



