body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, helvetica, sans-serif;
	background-color: #cdecf8;
}

/* Links */

a:link {
	color: #000;
	}

a:visited {
	color: #000;
	}

a:hover {
	color: #000;
	}
	
a:active {
	color: #000;
	}
	
.nav a:link {
	color: #000000;
	text-decoration: none;
	margin: 5px 20px 5px 20px;
	font-size: 12px;
	text-align: center;
	text-decoration: bold;
	}
	
.nav a:visited {
	color: #000000;
	text-decoration: none;
	margin: 5px 20px 5px 20px;
	font-size: 12px;
	text-align: center;
	text-decoration: bold;
	}
	
.nav a:hover {
	color: #000000;
	text-decoration: underline;
	margin: 5px 20px 5px 20px;
	font-size: 12px;
	text-align: center;
	text-decoration: bold;
	}
	
.nav a:active {
	color: #000000;
	text-decoration: underline;
	margin: 5px 20px 5px 20px;
	font-size: 12px;
	text-align: center;
	text-decoration: bold;
	}
        
.webzone a:link {
        color: #000000;
        text-decoration: underline;
        }

.webzone a:visited {
        color: #000000;
        text-decoration: underline;
        }

.webzone a:hover {
        color:#000000;
        text-decoration: underline;
        }

.webzone a:active {
        color: #000000;
        text-decoration: underline;
        }
        
.footer a:link {
        color: #000000;
        text-decoration: underline;
        }

.footer a:visited {
        color: #000000;
        text-decoration: underline;
        }

.footer a:hover {
        color:#000000;
        text-decoration: underline;
        }

.footer a:active {
        color: #000000;
        text-decoration: underline;
        }
        
.right a:link {
        color: #000000;
        text-decoration: underline;
        }

.right a:visited {
        color: #000000;
        text-decoration: underline;
        }

.right a:hover {
        color:#000000;
        text-decoration: underline;
        }

.right a:active {
        color: #000000;
        text-decoration: underline;
        }
        
p a:link {
        color: #000000;
        text-decoration: underline;
        }

p a:visited {
        color: #000000;
        text-decoration: underline;
        }

p a:hover {
        color:#000000;
        text-decoration: underline;
        }

p a:active {
        color: #000000;
        text-decoration: underline;
        }

/* TEXT STYLES */

p {
	font-size: 11px;
	line-height: 22px;
	color: #000000;
	margin: 5px 10px 10px 10px;
	text-align: left;
}

.center {
	font-size: 11px;
	line-height: 22px;
	color: #000000;
	margin: 5px 10px 10px 10px;
	text-align: center;
}

.quote {
	font-size: 14px;
	line-height: 22px;
	color: #578c62;
	margin: 5px 10px 10px 10px;
	text-align: center;
	text-decoration: bold;
}

.footer {
	font-size: 14px;
	line-height: 24px;
	color: #000000;
	margin: 5px 0px 5px 0px;
	text-align: center;
	text-decoration: bold;
}

.opt-in {
	font-size: 10px;
	line-height: 16px;
	color: #000000;
	margin: 5px 10px 10px 10px;
	text-align: left;
}

.side_text {
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	margin: 5px 10px 10px 10px;
	font-size: 11px;
	text-align: left;
}


.copyright {
	margin-top: 10px;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	margin: 5px 5px 0px 5px;
	text-align: left;
}

.webzone {
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	margin: 5px 5px 0px 5px;
	text-align: right;
}

ul {
	margin-top: 10px;
	margin-bottom: 20px;
	list-style-type: circle;
	}

li	{
	font-size: 11px;
	line-height: 12px;
	color: #000000;
	margin: 5px 5px 10px 10px;
	text-align: left;
	}

h1 {
	font-size: 18px;
	color: #f9b9a1;
	line-height: 18px;
	margin: 15px 20px 5px 10px;
	text-align: center;
}

h2 {
	font-size: 13px;
	color: #817196;
	margin: 15px 20px 5px 10px;
	text-align: center;
}

h3 {
	font-size: 10px;
	line-height: 14px;
	margin: 5px 10px 5px 10px;
	color: #92278f;
	text-align: center;
}

h4 {
	font-size: 12px;
	line-height: 18px;
	margin: 15px 20px 15px 10px;
	color: #244959;
	text-align: left;
}

h5 {
	font-size: 12px;
	line-height: 18px;
	margin: 15px 5px 5px 0px;
	color: #244959;
	text-align: left;
}


/* BACKGROUNDS */

.left {
	background: url(images/index_06.jpg) bottom center;
}

.right {
	background: url(images/index_08.jpg) bottom center;
}

