
body,table
{
	font-family:'Open Sans', sans-serif, Arial;
	font-size:15px;
}
textarea,input
{
	font-family:'Open Sans', sans-serif, Arial;
	font-size:15px;
	outline:0;
}
textarea.input,
input.input
{
	color:#3d3d3d;
	padding:7px 9px;
	border:1px solid #cccccc;
	margin:0;
	border-radius:5px;
}
textarea.input:focus,
input.input:focus
{
	border-color:black;
}
input.submit
{
	background-color:#004077;
	font-size:16px;
	line-height:1;
	font-weight:bold;
	color:white;
	padding:9px 15px;
	border:none;
	border-radius:5px;
	cursor:pointer;
}
input.submit:hover
{
	background-color:#026cc7;
}


a
{
	text-decoration:underline;
	color:#0195db;
	transition:color 200ms;
	-o-transition:color 200ms;
	-moz-transition:color 200ms;
	-webkit-transition:color 200ms;
}
a:hover
{
	color:#00adef;
	text-decoration:none;
}

img
{
	border:0;
	vertical-align:bottom;
}
small,.small
{
	font-size:12px
}
big,.big
{
	font-size:18px
}
p,center,li
{
	margin:5px 0 10px 0;
}

h1, .h1
{
	font-family:'PF BeauSans Pro', sans-serif;
	font-weight:normal;
	font-size:24px;
	margin:7px 0 10px 0;
}
h2, .h2
{
	font-family:'PF BeauSans Pro', sans-serif;
	font-weight:normal;
	font-size:24px;
	margin:10px 0;
}
h3, .h3
{
	font-family:Arial;
	font-size:18px;
	font-weight:normal;
	line-height:20px;
	margin:20px 0;
}

a.back
{
	background:url(./images/arrow-left-blue.png) left center no-repeat;
	padding-left:18px;
}

div.hr
{
	border-top:1px dotted #b2b2b2;
	margin:40px 0;
	clear:both;
}
.gray
{
	color:#868686;
}

a.checkbox
{
	background:url(./images/checkbox.png) center 3px no-repeat;
	padding:5px 13px;
}
a.checkbox.checked
{
	background-position:center -47px;
}

.btn-blue
{
	background-color:#4E9EC8;
	border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;
	padding:10px 20px;
	color:white;
}
a.btn-blue
{
	text-decoration:none;
}
a.btn-blue:hover
{
	background-color:#59B6E6;
	color:white;
}
input.btn-blue:hover
{
	background-color:#2E7DA7;
}
input.btn-blue
{
	border:none;
	cursor:pointer;
	padding:7px 15px;
}
input.subscribe
{
	background-image:url(./images/icon-subscribe.png);
	background-position:13px center;
	background-repeat:no-repeat;
	padding-left:40px;
}
a.btn-bigblue
{
	background:url(./images/btn-blue-bg.png) right top repeat-y;
	background-color:#328DBD;
	padding:10px 15px;
	border-radius:7px; -moz-border-radius:7px; -webkit-border-radius:7px;
	color:white;
	text-decoration:none;
}
a.btn-bigblue:hover
{
	background-image:none;
	background-color:#1b6f9b;
}
