table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

th {
    text-align: left;
    border: none 0px;
    padding-left: 1em;
}
td {
    padding: 0em 0em 0em 1em;
    border: 0 none;
}

.body 
{
	font-size:14px;
	background-image:url(../Images/background.png); 
	background-repeat:no-repeat; 
	background-position:top; 
}
.bodymobile
{
	font-size:14px;
}
.bodywx
{
	font-size:14px;
	background-image:url(../Images/backgroundwx.png); 
	background-repeat:repeat no-repeat; 
	background-position:top; 
}
.div0
{
}
.div1 
{
	width:1024px;
	text-align:left;
}
.div1mobile
{
	text-align:left;
}
.div2 
{
	margin-left:50px;
	margin-right:50px;
	margin-top:10px;
	text-align:left;
    line-height:2;
}
.navigator
{
	color:#FFFFFF; 
	font-weight:bold;
    margin-left:20px;
    text-decoration:none;

}
.navigator:hover
{
	color:#FFFFFF; 
	font-weight:bold;
    text-decoration:underline;

}
.navigator1
{
	color:#FFFFFF; 
	font-weight:bold;
    margin-left:5px;
    text-decoration:none;

}
.navigator1:hover
{
	color:#FFFFFF; 
	font-weight:bold;
    text-decoration:underline;

}

.footer 
{
	height:100px;
	background-image:url(../Images/footer.png); 
	background-repeat:no-repeat; 
	background-position:top;
}
.footermobile
{
	height:100px;
}
.footerwx
{
	height:100px;
	background-image:url(../Images/footerwx.png); 
	background-repeat:repeat no-repeat; 
	background-position:top;
}
.menu {
	color:#FFFFFF; 
	text-decoration:none;
	font-weight:bold;
    margin-left:10px;
}
.menu_navi {
	color:#FFFFFF; 
	text-decoration:none;
	font-weight:bold;
    margin-left:0px;
}
.article {
	text-decoration:none;
    color: black;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
}

.validation-summary-valid {
    display: none;
}
