@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:Arial, Helvetica, sans-serif;
    font-size:12px;
}
a:link {
	text-decoration: none;
	color: #ed744f;
}
a:visited {
	text-decoration: none;
	color: #ed744f;
}
a:hover {
	text-decoration: none;
	color: #ac2f09;
}
a:active {
	text-decoration: none;
	color: #ed744f;
}
h1{
	text-align:left;
	font-size:18px;
	font-weight:bold;
	padding:0px 0 0 0px;
	margin:0px;
	font-family:Verdana, Geneva, sans-serif;
	color:#cc0033;
}

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:550px;
}
.font2{
	font-size:15px;
	color: #666666;
	word-spacing: normal;
	line-height: 25px;
	text-align:justify;
	font-weight: bold;
	width:550px;
}

.DividerLine{
	font-size:12px;
	font:Arial, Helvetica, sans-serif;
	color: #333;
	word-spacing: normal;
	line-height: 18px;
	text-align:justify;
	width:550px;
	padding: 0 0 30px 0;
	margin:0;
	border-bottom:1px solid #cccccc;
}

a.menuLink:link {color:#cc0033;text-decoration:none; font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold;}
a.menuLink:active {color:#cc0033;text-decoration:none;font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold;}
a.menuLink:visited {color:#cc0033;text-decoration:none;font-family:Arial, Helvetica, sans-serif;  font-size:14px; font-weight:bold;}
a.menuLink:hover {color:#cc0033;text-decoration:underline;  font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold;}
