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

body,p,table,td,a {
    font: 13px/15px Verdana, Arial, Helvetica, sans-serif;
}
body {
    background-color: #F9DFB0;
}
img {
    margin: 0px 0px 15px 0px;
}
.imgrow1,.imgrow3,.imgrow5 {
    margin-left: 20px;
}
.imgrow2,.imgrow4 {
    margin-left: 15px;
}
.row {
    float:left;
}
.lastrow {
    float:left;
}
.foot {
    float:right; padding: 5px;
}

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

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

/****************************************************** image link defaults ***/

.row a:link img,.lastrow a:link img      { border: #000000 1px solid; }
.row a:active img,.lastrow a:link img   { border: #000000 1px solid; }
.row a:visited img,.lastrow a:link img   { border: #000000 1px solid; }
.row a:hover img,.lastrow a:link img     { border: #000000 1px solid; }

/******************************************************** outer table ***/

.table_outer {
    padding: 15px;
    background-color: #FCEFD6;
    border: #C9863D 1px solid;
    width: 630px;
}

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

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

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

p {
	font-size: 12px;
	color: #000000;
    padding: 0px 5px;
    margin-bottom: 15px;
}

.recip_left { width: 33%; text-align:center; padding-bottom: 10px; }
.recip_center { width: 34%; text-align:center; padding-bottom: 10px; padding-right:4px;}
.recip_right { width: 33%; text-align:center; padding-bottom: 10px; }
