a:visited {
color: #3E6DF7;
text-decoration: none
}
a:link {
color: #E7586C;
text-decoration: none;
}
a:hover {
color: #F72340;
text-decoration: underline;
}
a:active {
color: #E7586C;
text-decoration: none
}

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #3E3D58;
margin: 0;
}

h1 					{ color: #E7586C; font-size: 18px; font-family: Verdana, Arial, Helvetica, sans-serif; margin: 0 0 10px 10px; }
h2  				{ color: #3E3D58; font-size: 14px; font-family: Arial, Helvetica, sans-serif;  }
h3  				{ color: #161C46; font-weight: bold; font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; margin: 0 0 10px 10px; }
h5					{ color: #3E3D58; font-weight: bold; font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; margin: 0; }
img					{ border: 0; }

#subscribeForm		{
	background-color: #CDD6FC;

}

HR {
noshade;
size: 1px;
text-align: center;
color: #cccccc;
background-color: #cccccc;
}

.ul2 {
    list-style-type: square;
    list-style-position: outside;
    list-style-image: url('../../assets/images/bullet.jpg');
    line-height: 20px;
	margin-left: 20px;
}

ul {
list-style-type: square;
list-style-position: outside;
list-style-image: url('../../assets/images/bullet_on.jpg');
line-height: 22px;
margin-left: 20px;
}

.fineprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
    color: #3E3D58;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
    color: #3E4D9E;
    border: 1px #A6BCED solid;
    background: #ffffff
}

input.radio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
    border:  0px  solid;
    background: none
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
    color: #3E4D9E;
    background: #FFFFFF;
    border: 1px #A6BCED solid;
}

input.submit{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3E3D58;
	line-height: 15px;
    border: 1px #000000 solid;
    background: #A6BCED
}
