﻿/* begin GENERAL */
body {
	color:#444;
	font:62.5% Verdana, sans-serif;
	line-height:1em;
	background-color:#fff
}

:focus {
	outline:0
}
blockquote:before,
blockquote:after,
q:before, q:after {
	content:""
}
blockquote, q {
	quotes:"" ""
}
/* end GENERAL */

/* begin LINKS */
a {
	color:#7d6666;
	/*text-decoration:none*/
}
a:hover {
	color:#c3baba;
	text-decoration:underline
}
a img {
	border:none
}
/* end LINKS */

/* begin PARAGRAPH */
p {
	color:#444;
	font-size:1.2em;
	line-height:1.2em;
	margin:0 0 10px 0
}
var {
	font-style:italic
}
dfn {
	font-style:italic
}
pre {
}
code{
}
/* end PARAGRAPH */

/* begin TEXT ATTRIBUTES */
.float-left {
	float:left
}
.float-right {
	float:right
}
.float-none {
	float:none
}
.align-right {
	text-align:right
}
.align-left {
	text-align:left
}
.align-center {
	text-align:center
}
.align-justify {
	text-align:justify
}
.italic {
	font-style:italic
}
.upper {
	text-transform:uppercase
}
.textwhite {
	color:#fff
}
.textblack {
	color:#000
}
.textbrown1 {
	color:#69321e
}
.textbrown2 {
	color:#926558
}
.textpink1 {
	color:#e13293
}
.textpink2 {
	color:#eebed8
}
.grey-back {
	background-color:#eee
}
/* end TEXT ATTRIBUTES */

/* begin TABLE */
table {
	border-collapse:collapse;
	border-spacing:0;
	margin: 10px 0;
	font-size: 11px;
}
/*
caption,
th,
td {
	vertical-align:top;
	color:#444;
	font-size:140%;
	font-weight:normal;
	padding:6px;
	border:1px solid #926558
}
.x-window td {
    border:none;   
}
.x-hide-display {
    height:100!important;
}
*/
th {
	font-weight:bold
}
th[scope=row] {
	text-align:left;
	color:#69321e;
	font-weight:normal;
	background-color:#d36d11
}
th[scope=col] {
	color:#69321e;
	background-color:#ffd69f
}
th.start[scope=col] {
	background-color:#fff
}
/* end TABLE */

/* begin LISTS */
ul,
ol {
	font-size:normal;
	font-size:normal;
	margin:0 0 10px 0;
	padding:0
}

ul {
	margin-left:11px
}
ol {
	margin-left:30px /*29-03*/
}

p a,
ul a,
ol a,
dl a,
dt a,
dd a {
	text-decoration:underline
}

p a:hover,
ul a:hover,
ol a:hover,
dl a:hover,
dt a:hover, 
dd a:hover {
	text-decoration:underline
}

ul li,
ol li {
	margin:8px 0
}
ul li {
	font-size: 12px;
	margin-left:15px;
}

.news-text-wrap ul li:before {
    display:block;
    position:relative;
	/*content:'\2022';*/
    max-width:0px;
    max-height:0px;
	color:#c3baba;
	font-size:1.3em;
	left:-12px;
    top:0
}

dl {
	display:inline-block;
	font-size:11px;
	padding:0;
	margin:0;
	width: 100%;
}
dl dt {
	clear:left;
	float:none;
	font-size:normal;
	line-height:normal;
	margin-right:0;
}
dl dd label{
	padding-bottom: .5em !important;
	line-height: 1.4em;
	display: block;
}
dl dd {
	float:left;	
	margin-bottom: 1.2em !important;
	line-height:normal;
}
/* end LISTS */

/* begin HEADINGS */
h1, h2, h3, h4, h5, h6 {
	font-family:'Rambla', sans-serif;
	font-weight:normal;
	line-height:1em;
	margin:0 0 5px 0
}
h1{
	color:#B10069;
	font-size:250%;
}
h2 {
	color:#69321e;
	font-size:225%
}
h3 {
	color:#69321e;
	font-size:210%
}
h4 {
	color:#69321e;
	font-size:200%
}
h5 {
	color:#69321e;
	font-size:180%
}
h6 {
	color:#69321e;
	font-size:150%
}
/* end HEADINGS */

