td img {
/* Another Mozilla/Netscape bug with making sure our images display correctly */
	display: block;
}


body, p {
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#333333;
	margin:0px;
}


li{
	list-style-type:square;
	color:#666666;
	margin:15px;
}

li.a {
	color:#003399;
	font-weight:bold;
}

h1 {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color:#009900;
	font-weight:normal;
	margin:0px;
}

h2 {
	font-family: "Trebuchet MS";
	font-size: 20px;
	color: #C88F00;
	font-weight:normal;
}

.qwe{
		filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=Gainsboro,endColorStr=white);
}

h3 {
	margin:0px;
	padding:0px;
	font-family: "Trebuchet MS";
	font-size: 13px;
	color:#000000;
	font-weight:bold;
}

h4 {
	font-family: Tahoma;
	font-size: 12px;
	color: #4A618E;
	font-weight:normal;
	font-weight:bold;
}

h5 {
	font-family: Tahoma;
	font-size: 12px;
	color:#FF0000;
	font-weight:bold;
	margin:0px;
}

a:link{
	font-size: 13px;
	color:#663366;
}

a:visited {
	font-size: 13px;
	color:#663366;
}

a:hover
{
	color:#009900;
	font-size: 13px;
}

input {
	 border:1px #000000;
}

input.btn {
	padding:0px; padding-left:20px; 
	padding-right:20px;  
	background-color: #000000;
    border:2px #666666;
	color:#FFFFFF;
	font-family:"Trebuchet MS";
	font-size:11px;
	font-weight:bold;
}

.bdry
{
	background-repeat:repeat-y;
}

.bdrx
{
	background-repeat:repeat-x;
}