/************************************************************ page defaults ***/

body,p,table,td,a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 13px;
}
body {
    background-color: #FFFFFF;
}
table {
    background-color: #FFFFFF;
}

/****************************************************** table cell defaults ***/

td {
    text-align: center;
}

/******************************************************* text link defaults ***/

a:link          { color: #01427B; text-decoration: underline; }
a:active        { color: #01427B; text-decoration: underline; }
a:visited       { color: #01427B; text-decoration: underline; }
a:hover         { color: #000000; text-decoration: none; }

/****************************************************** image link defaults ***/
/*
a:link img      { border: #01427B 1px solid; }
a:active img    { border: #01427B 1px solid; }
a:visited img   { border: #01427B 1px solid; }
a:hover img     { border: #FF0000 1px solid; }
*/
/******************************************************** inner/outer table ***/

.table_outer {
    background-color: #CCC736;
    border: #FFFFFF 1px solid;
}
.table_inner {
    background-color: #FFFFFF;
    border: #FFFFFF 1px solid;
}

/*********************************************************** clickhere link ***/

.clickhere      { font-size: 18px; font-weight: bold; }

/******************************************************************* recips ***/

.recip_left     { width: 33%; }
.recip_center   { width: 34%; }
.recip_right    { width: 33%; }

/************************************************************** flavourtext ***/

h3 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin: 3px;
	padding: 0px;
}

