<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Css File</title>

<!--Link txt-->

<STYLE type=text/css>

h2.first {font-size: 18pt; font-style: normal; text-align: center; font-weight: demi-bold; font-family: arial, Verdana, Helvetica, sans-serif,Tahoma}
h2.snd   {font-size: 20pt; font-style: normal; text-align: left; font-weight: demi-bold; font-family: arial,Verdana, Helvetica, sans-serif,Tahoma}
h4.title {font-size: 16pt; font-style: italic; text-align: center; font-weight: bold; font-family: arial,Verdana, Helvetica, sans-serif,Tahoma}
h1.maintxt {font-size: 12pt; font-style: normal; text-align: left; font-weight: bold; font-family: arial, Verdana, Helvetica, sans-serif,Tahoma}
h1.side {font-size: 12pt; font-style: normal; text-align: center; font-weight: bold; font-family: arial, Verdana, Helvetica, sans-serif,Tahoma}
h1.list {font-size: 12pt; font-style: normal; text-align: left; font-weight: normal; font-family: arial, Verdana, Helvetica, sans-serif,Tahoma}
h4.blue {font-size: 16pt; font-style: normal; color: blue; font-weight: bold; font-family: arial,Verdana, Helvetica, sans-serif,Tahoma}

.rollover a {
display:block;
width: 180px;
HEIGHT: 45;
padding:10px 10px 10px 7px;
border: 0px;
font: bold 12pt sans-serif;;
color:#111;
background: url("buttonbg.gif") 0 0 no-repeat;
text-decoration: none;
}
.rollover a:hover { 
background-position: 0 -65px;

}
.rollover a:active {
background-position: 0 -130px;

}


.Link1 A:link {
	COLOR: blue; /*The color of the link*/
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;	
	TEXT-DECORATION: NONE;
}
.Link1 A:visited {
	COLOR: purple; /*The color of the visited link*/
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;	
	TEXT-DECORATION: NONE;
}
.Link1 A:hover {
	COLOR: red; /*The color of the mouseover or 'hover' link*/
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;	
	TEXT-DECORATION: NONE;
}
/*end block*/

.Link2 A:link {
	COLOR: yellow; 
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;	
	TEXT-DECORATION: NONE;

}
.Link2 A:visited {
	COLOR: yellow; /*The color of the visited link*/
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;	
	TEXT-DECORATION: NONE;

}
.Link2 A:hover {
	COLOR: teal; /*The color of the mouseover or 'hover' link*/
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;	
	TEXT-DECORATION: UNDERLINE;

}
/*end block*/
body {
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
}
#wrapper {
	width:98%;
	margin:0px auto;
	border:0px solid #bbb;
	padding:10px;
}
#header {
	border:0px solid #bbb;
	height:180px;
	padding:10px;
}
#content {
	margin-top:10px;
	padding-bottom:10px;
	
	
}
#content div {
	padding:10px;
	border:0px solid #bbb;
	float:left;
}
#content-left {
	width:220px;
	height:500px;
	
}
#content-main {
	margin-left:10px;
	width:70%;
	min-width: 500px;
	height:800px;
	background-color: #FFFFFF;
}
#content-right {
	margin-left:10px;
	width:134px;
	height:500px;
}
#footer {
	float:left;
	margin-top:10px;
	margin-bottom:10px;
	padding:10px;
	border:0px solid #bbb;
	width:100%;
	min-width: 650px;
}
#bottom {
	clear:both;
	text-align:right;
}



</style>

</head>
<body>
</body>
</html>