<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
body{ /*background:url(../images/bg.jpg) left top no-repeat; background-size:100%; background-attachment:fixed;*/ padding:0; margin:0;	}

.headline1
{
	color:#ED1C24;
	font-family: 'Raleway', "sans-serif;";
	font-size: 16px;
	font-style: normal;
	line-height: 1.2em;
	font-weight: 700;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	text-align: right;
		
}

.headline2
{
	font-family: 'Raleway', "sans-serif;";
	width: 240px;
	padding-top: 10px;
	padding-right: 12px;
	text-align: right;
	font-size: 12px;
	    color: #4c4c4c;
	line-height: 1.5em;
	font-style: normal;
	    font-weight: 600;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	
}

.headline2 a
{
	font-family: 'Raleway', "sans-serif;";
	width: 240px;
	padding-top: 10px;
	padding-right: 12px;
	text-align: right;
	font-size: 12px;
	color: #6D6E70;
	line-height: 1.5em;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	
}

.headline2 a:hover
{
	font-family: 'Raleway', "sans-serif;";
	width: 240px;
	padding-top: 10px;
	padding-right: 12px;
	text-align: right;
	font-size: 12px;
	color:#F00;
	line-height: 1.5em;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	
}


.headline3
{
	    font-family: "Varela Round", sans-serif;
    font-size: 18px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #000000;
	text-decoration: none;
}


.headline4
{
	color:#6D6E71;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:400;	
}

.form
{
	background:#fff;
	width:510px;
	border:0px;
	
}


.left-bar-heading {
	font-family: 'Raleway', "sans-serif;";
	font-size: 16px;
	font-style: normal;
	line-height: 1.2em;
	font-weight: 700;
	font-variant: normal;
	text-transform: none;
	color: #753587;
	text-decoration: none;
}

.left-bar-bold {
	font-family: 'Raleway', "sans-serif;";
	font-size: 12px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: 700;
	font-variant: normal;
	text-transform: none;
	color: #6D6E70;
	text-decoration: none;
}

.form-elements {
    font-family: "Varela Round", sans-serif;
    font-size: 15px;
    font-style: normal;
    line-height: 1.5em;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    color: #1d1d1d;
	text-decoration: none;
	
}


.form-box {
	font-family: 'Varela Round', "sans-serif;";
	font-size: 13px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #6D6E70;
	text-decoration: none;
	background-color: #fff;
	margin-top: 6px;
	margin-bottom: 6px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	min-height: 24px;
	border:1px solid #ccc;
}
input:focus{ border:none;}
input {
	font-family: 'Varela Round', "sans-serif;";
	font-size: 13px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #222222;
	text-decoration: none;
	background-color: #e5e6e7;
	background-image: none;
	background-repeat: no-repeat;
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 3px;
}

.buttons {
	    font-family: "Varela Round", sans-serif;
    font-size: 15px;
    font-style: normal;
    line-height: 1.5em;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #0087CB;
    margin-top: 4px;
    margin-bottom: 8px;
    padding: 8px 15px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    min-height: 24px;
    float: right;
    margin-left: 0px;
}

.drop-down-outer{
	/*width:60%;*/
	float:left;
	    margin-bottom: 60px;
    margin-left: 20px;
}
    </pre></body></html>