*{
	margin:0;
	padding:0;
}
body{
	margin:0px;
	padding:0px;
	font-family:arial, sans-serif;
	font-size: 12px;
	xline-height: 1.4;
	line-height:120%;
	color:#666;
	background-color:#fff;
}
/* headlines */
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}

h1{
	line-height: 100%;
	color:#990033;	
	font-weight:bold;
	font-size:14px;
}

h2 {
	font-size:14px;
	margin-bottom: 10px;
}
h3 {
	font-size: 12px;
	line-height: 100%;
	margin-bottom: 5px;
	color:#990033;
}

h4, h5, h6 {
	font-size:12px;
	font-weight: bold;
	margin-bottom: 0;
}
strong {
	font-weight: bold;
}
/* links - specificity: "LVHAF"! */
a {
	xtext-decoration: underline;
	text-decoration:none;
}
a:link, a:visited {
	color: #669999;
}
a:hover {
	color:#000;
}
a:active, a:focus {
	color: #000;
}

/* horizontal rule */
hr {
	display: none;
}

/* images */
img {
	border: none;
	color: #666;
}

/* lists */
ol {
  	list-style-type: decimal;
}
ul {
	list-style-type: none;
	list-style-position:outside;
}
li { 
	
}

/* forms */
fieldset {
	border: 0 solid; /* required by opera 7 */
}
legend {
	display: block;
}
label{
	cursor:pointer;
}
label, input, select {
	font-weight: normal;
	line-height: normal;
}
input, select{
	font-family:arial,sans-serif;
	font-size:12px;
}
optgroup {
	font-style: normal;
	font-weight: bold;
}

/* tables */
table {
	caption-side: top;
	empty-cells: show;
}
caption {
	font-weight: bold;
	text-align: left;
}
th, td {
   vertical-align: top;
   font-size:12px;
}


p,li{
	word-wrap:break-word;
}