@font-face {
    font-family: Arial, sans-serif;
    src: url('../fonts/TitilliumTextRegular.woff') format('woff');
}

@font-face {
    font-family: Arial, sans-serif;
    src: url('../fonts/TitilliumTextBold.woff') format('woff');
    font-weight: bold;
}


body{
	font-family: Arial, sans-serif;
	font-weight: 200;
  margin: 0;
  padding: 0;
}

p.bold{
	font-weight: 600 !important;
}

h1,h2,h3,h4,h5,h6{
	font-family: Arial, sans-serif;
}

h1{
    color: #53004f;
    font-size: 25pt;
/*	font-weight: 	400;*/
  	text-shadow: 	0px -1px #CCCCCC;
  	margin: 		20px 0px 20px 0px;

}
h2{
    font-size: 20pt;
  	margin: 20px 0px 20px 0px;
}

p, span{
	font-family: 	Arial, serif;
	line-height: 	1.6;
	vertical-align: middle;
}


.button{
	font-family: 	Arial, sans-serif;
	font-weight: 	600;
  text-shadow: 	0px -1px 1px #53004f;
	color: white;
	font-size: 18px;
}

.big_button{
	font-size: 22px;
}

input{
	font-family: 	Arial, sans-serif;
	color: 			#999999;
	font-size: 		28px;
	font-weight: 	600;
}

textarea {
	font-family: 	Arial, sans-serif;
	color: 			#999999;
	font-size: 		18px;
	font-weight: 	600;
}


input.big_input{
	color: 			#999999;
	border: 		none;
	margin-left:		40px;
	margin-right:		10px;
	height: 60px;

    -webkit-border-radius: 	10px;
    -khtml-border-radius: 	10px;
    -moz-border-radius: 	10px;
    border-radius: 			10px;

	-moz-box-shadow: 	0px  3px 3px #CCCCCC;
	-webkit-box-shadow: 0px  3px 3px #CCCCCC;
	box-shadow: 		0px  3px 3px #CCCCCC;

	border: none;
}
input.middle_input{
	color: 			#999999;
	border: 		none;
}
input.big_input:focus{
	border: solid 3px #99CCFF;
}
input.middle_input:focus{
	border: solid 3px #99CCFF;
}

div#content p, span{
	font-family: 	Arial, sans-serif;
	line-height: 1.7;
	font-size: 16px;
}

.text_header{
	color: #CCCCCC;
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 4px;
}

footer{
	height: 10px;
	width: 827px;
	text-align: center;
	text-shadow: 0px 1px white;
	font-weight: 600;
	color: #BBBBBB;
	font-size: 12px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom: 120px;
	bottom:0; /* stick to bottom */
	clear: both;
}

footer a, a:link{
	text-decoration: 	none;
	color: 				#53004f;
}
div#footer a:active, a:visited, a:focus, a:link{
	text-decoration: 	none;
	color:              #53004f;
}
footer a:active, a:focus, a:hover{
	text-decoration: 	underline;
    color:              #96b800;
}
