@charset "UTF-8";
/* CSS Document */

.green	{ color:#7B0; }
.orange	{ color:#F90; }
.peach	{ color:#FD8; }

html, body {
	margin: 0px;
	padding: 0px;
	font-family: /*"Helvetica Neue", "Lucida Grande","Lucida Sans Unicode",*/ Helvetica, Arial, Verdana, Helvetica, sans-serif;
	font-size:10px;
}
body {
	background-image: url('../../images/background.jpg');
	background-color:#cda;
}

p, li{
	line-height:17px;
}

div {
	margin: 0px;
	padding: 0px;
	border:0px;
	outline: 0px;
}

object {
	padding: 0px;
	margin: 0px;
	font-size:0px;
	border:0px;
	outline: 0px;

}

table{
	border-width: 0px;
	border:none;
}

h1 { font-size:22px; font-weight:normal;}
h2 { font-size:20px; }
h3 { font-size:16px; font-weight:normal;}
h4 { font-size:14px; font-weight:normal; }
h5 { font-size:12px; }
h6 { font-size:10px; }

a, img {
	outline: 0px;
	border:0px;
}
a {	color:#000;/*690  or  80ae51*/; }


img{margin:0px; padding:0px; }


/***************************/
/*                         */
/*      BASIC CLASSES      */
/*                         */
/***************************/

div.swferror {
	height:175px;
	text-align: center;
	padding: 0px 50px;	
}

.bullet {
	width:10px;
	height:10px;
	margin:2px;
}

.bold { font-weight: bold; }
.left { text-align:left; }
.center { text-align:center; }
.right { text-align:right; }
.justify { text-align:justify; }


a { text-decoration:none; }
a:hover{ text-decoration:underline !important; }
a:hover p{ text-decoration:underline !important; }
a:hover h1{ text-decoration:underline !important; }
a:hover h2{ text-decoration:underline !important; }
a:hover h3{ text-decoration:underline !important; }


sup { font-size:40%; }

p.big{
	font-size:14px;
	line-height:18px;
}
