/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg_test.gif);
	background-position: center;
	background-repeat: repeat-y;
	background-color: #bdb690;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td {
	font-size: 12px;
}

h1 { 
	font-size: 16px;
	color: #b12b26;
}

h1.title { 
	font-size: 25px;
	color: #663300;
}


a:link
{
    color: #67462D;
    text-decoration: underline;
}
a:visited
{
    color: #660000;
    text-decoration: underline;
}
a:hover
{
    color: red;
}	

a.chocolate:link
{
    color: #67462D;
    text-decoration: none;
}
a.chocolate:visited
{
    color: #604020;
    text-decoration: none;
}
a.chocolate:hover
{
    color: red;
    text-decoration: underline;
}	

.chocolate_text { color:#67462D; width: 750px; text-align:justify; line-height: 1.5; }


/* Tab navigation styles */

.rednav a:link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:600;
	text-align: center;
	vertical-align:bottom;
	text-decoration:none;
	letter-spacing:-1px;
	color:#990000;
}
.rednav a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:600;
	text-align: center;
	vertical-align:bottom;
	text-decoration:none;
	letter-spacing:-1px;
	color:#990000;
}

.rednav a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:600;
	text-align: center;
	vertical-align:bottom;
	text-decoration:underline;
	letter-spacing:-1px;
	color:#990000;

}

.blacknav a:link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:600;
	text-align: center;
	vertical-align:bottom;
	text-decoration:none;
	letter-spacing:-1px;
	color:#000000;
}
.blacknav a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:600;
	text-align: center;
	vertical-align:bottom;
	text-decoration:none;
	letter-spacing:-1px;
	color:#000000;
}
.blacknav a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:600;
	text-align: center;
	vertical-align:bottom;
	text-decoration:underline;
	letter-spacing:-1px;
	color:#000000;
}

.small-text {
	font-size: 12px;
}

/* End Tab navigation styles */
