@import"header.css";
@import"content.css";
@import"footer.css";
@import"formcv.css";

body{
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #666;
	font-weight: 300;
	margin: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
}

img{
	border: none;
}

h1, h2, h3, h6 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin: 0px;
}

h1{
	font-size: 30px;
	color: #FFF;
	text-transform: uppercase;
	line-height: 25px;
}

h2{
	font-size: 20px;
	color: #a7a7a7;
	text-transform: uppercase;
	line-height: 16px;
}

h3{
	font-size: 24px;
	line-height: 20px;
}

h6{
	font-size: 18px;
}

#button {
	font-size: 12px;
	font-weight: 900;
	color: #FFF;
	text-transform: uppercase;
	background-color: #b660a4;
	border-radius: 20px;
	padding: 4px 12px;
	border: none;
	cursor: pointer;
}

#button:hover {
	background-color: #6a3d61;
	text-decoration: none;
}

a#button{
	color: #FFF;
}

a {text-decoration:none; cursor:pointer; color: #b80b94; font-weight: 400;}
a:hover {text-decoration: underline;}

.left {
	float: left;
}

.right {
	float: right;
}

.txtright {
	text-align: right;
}

#clear{clear:both;}

.hide{
	display: none;
}

ul { list-style: none; margin-bottom: 23px; }

li:before { content:"\2022 \00A0"; color: #efcd1b; margin-right: 4px; margin-left: -16px;}

li{
	font-weight: 700;
	color: #6c1159;
	margin-bottom: 8px;
	line-height: 16px;
}

iframe{
	border: solid 1px #a9a9a9;
}

strong {
	color: #6c1159;
}