/* COMMON
------------------------------------*/

*{margin:0;}
html,body{
	
}
body,td,th,input,select,textarea {
	font-family: Arial;
	font-size: 12px;
	color:#666666;
}
input,select,textarea {
	padding:5px;
	border:1px solid #ccc;
}
body {
	margin: 0px;
	background-color:#F8FBF5;
	padding:0;
	background-image:url(../images/background.png);
	background-repeat:repeat-y;
	background-position:center;
}
h1,h2,h3,h4,h5,h6,p{
	margin:0 0 10px 0;
	padding:0;
	line-height:17px;
}
h1{
	font-size:28px;
	font-family: Arial;
	color: #8B1431;
	line-height:36px;
}
h2{
	font-size:20px;
	font-family: Arial;
	color: #8B1431;
	line-height:30px;
}
h3{
	font-size:16px;
	font-family: Arial;
	color: #8B1431;
	line-height:20px;
}
a:link, a:visited{
	font-weight: bold;
	color: #59A51C;
	text-decoration: none;
}
a:hover{
	color: #000000;
}
a img{
	border:none;
}
table{
	margin-bottom:10px;
}
ul,ol{
	padding: 0 0 0 10px;
	margin: 0 0 10px 10px;
}

/* EXTAS
------------------------------------*/

.clear{clear:both;}
.off{display:none;}
.on{}
ins{display:none;}


