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

/* Links */

a:link {
	color: #000;
	}

a:visited {
	color: #000;
	}

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

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

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

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

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

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

.side_text 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;
        }
        
.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;
        }
        
.white_right a:link {
        color: #ffffff;
        text-decoration: underline;
        }

.white_right a:visited {
        color: #ffffff;
        text-decoration: underline;
        }

.white_right a:hover {
        color:#ffffff;
        text-decoration: underline;
        }

.white_right a:active {
        color: #ffffff;
        text-decoration: underline;
        }

/* TEXT STYLES */

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

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

.center_white {
	font-size: 11px;
	line-height: 15px;
	color: #ffffff;
	margin: 5px 5px 5px 7px;
	text-align: center;
}

.right {
	font-size: 9px;
	line-height: 16px;
	color: #000000;
	margin: 5px 5px 5px 5px;
	text-align: right;
}

.white_right {
	font-size: 9px;
	line-height: 16px;
	color: #ffffff;
	margin: 5px 10px 5px 5px;
	text-align: right;
}

.home {
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	margin: 5px 5px 5px 7px;
	text-align: left;
}


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

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

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

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

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

h2 {
	font-size: 12px;
	color: #ed1c24;
	margin: 15px 20px 5px 10px;
	text-align: left;
}

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

h4 {
	font-size: 10px;
	line-height: 18px;
	margin: 10px 5px 10px 5px;
	color: #000000;
	text-align: left;
}

h5 {
	font-size: 12px;
	line-height: 18px;
	margin: 10px 5px 10px 5px;
	color: #000000;
	text-align: center;
}


/* BACKGROUNDS */

.nav_bg {
	background: url(layout_img/index_04.gif) top center;
}

.words_top {
	background: url(layout_img/index_15.gif) top center;
}

.words_mid {
	background: url(layout_img/index_21.gif) top center;
}

.words_bottom {
	background: url(layout_img/index_25.gif) top center;
}

.footer {
	background: url(images/inside_page_03.jpg) top center;
}

