/* This is the style of your browser text */

body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	background-image: url('../images/bg.jpg');
	background-repeat: no-repeat;
	background-position:  left top; 
	background-color: #abc8da

}

TD {
  font-family:Arial, Helvetica, sans-serif;
  color: #666666;
  font-size: 13px;
  line-height: 18px;
}


a:link, a:visited {
	text-decoration: none;
	color: #be311a;
}

a:hover {
	text-decoration: underline;
	color: #be311a;
}

h1, h2, h3, h4, h5 {
	font-family: Arial, Verdana, sans-serif;
}

h1 {
	font-size: 25px;
	
}

h2 {
	color: #ffffff;
	font-size: 12px;
	
}

h3 {
	color: #be311a;
	font-size: 20px;
}

h4 {
	color: #666666;
	font-size: 15px;
}

h5 {
	color: #be311a;
	font-size: 10px;
	line-height: 14px;
}