﻿/* CSS Document */

html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form,td,tr {
  margin:0px; 
  padding:0px; 
  border:0px; 
  border-collapse:separate; 
  border-spacing:0px;
}


body{
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(./pics/wallpaper.jpg);
}

div{
	
	background-image: url(pics/Bgwhite.png);
	background-color: transparent;
	background-repeat: repeat-y;
	background-position: 50% 0;

}



.style1 {
	font-size: 10px;
	color:#000000;
}

.style2 {
	font-size: 11px;
	color:#000000;
}

.style5 {
	font-size: 12px;
	color:#990000;

}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.style6 {font-size: 12px}

.style7 {
	font-size: x-large;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}


.style10 {
	font-size: 12px;
	}

.style11 {
font-size: 14;
font-weight: bold;
}

.style12 {color: #000000}

.style15 {
	font-size: 15px;
	color: #CC0000;
	font-weight: bold;
	}


a.butts:link, a.butts:active, a.butts:visited{
	display: block;
	background: url(./pics/button1.png) no-repeat center;
	background-position: 0px 0px;
	color: #FFFFFF;
	height: 25px !important;
	text-align: left;
	text-indent: 14px;
	text-decoration: none;
	line-height: 25px;
	
}

a.butts:hover {
	display: block;
	background: url(./pics/button1.png) no-repeat center;
	background-position: 0px -25px;
	color: #FFFFFF;
	height: 25px !important;
	text-align: left;
	text-indent: 14px;
	text-decoration: none;
	line-height: 25px;
}