body {
    margin-top: 25px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-family: arial, verdana, helvetica, sans serif;
    font-weight: 500;
    font-size: 12px;
    background-color: #FFEBA5;
}

table {
	cellpadding: 0;
	cellspacing: 0;
	border: 0;
}

.background_logo {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
}

table.border_white {
	border: 9px;
	border-color: white;
	border-style: solid;
}

table.border_black {
	border: 1px;
	border-color: black;
	border-style: solid;
}

td {
	font-size: 12px;
	color: #604C06;
}

td.background {
	background-image:  url(../../casa2/casa2/images/background.gif);
	background-repeat: no-repeat;
}

td.padded {
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}

font.main_heading {
	font-family: arial;
	font-size: 14px;
	font-weight: 600;
	color: #666666;
	text-transform: uppercase;
	
}

font.heading_red {
	font-family: arial;
	font-size: 12px;
	font-weight: 800;
	color: #800000;
}

font.heading {
	font-family: arial;
	font-size: 12px;
	font-weight: 800;
	color: #272727
}

font {
	font-family: arial;
	font-size: 12px;
	font-weight: 500;
	color: 272727;
	
}

.intro {
	font-family: arial;
	font-size: 12px;
	font-weight: 800;
	color: #000000;
	
}

font.small {
	font-family: arial;
	font-size: 10px;
	font-weight: 500;
	color: 666666;
	
}

a{
    font-family: arial, verdana, helvetica, sans serif;
    font-weight: 500;
    font-size: 12px;
    color: #800000;
    text-decoration: none;
}

a:hover {
    font-family: arial, verdana, helvetica, sans serif;
    font-weight: 500;
    font-size: 12px;
    color: #800000;
    text-decoration: underline;
}

a.small{
    font-family: arial, verdana, helvetica, sans serif;
    font-weight: 500;
    font-size: 10px;
    color: #92382D;
    text-decoration: none;
}

a.small:hover {
    font-family: arial, verdana, helvetica, sans serif;
    font-weight: 500;
    font-size: 10px;
    color: #92382D;
    text-decoration: underline;
}
p.heading {
	font-size: 16px;
}
	
	
	




