html,body{margin:0;padding:0;}
body{
	background: #f7f7f7;
	text-align:center;
    font: 75% verdana, arial, helvetica, sans-serif
}

div#wrapper {
    width: 860px;
    margin: 0px auto;
    text-align: left;
	padding-top:40px;
}

td{
	font: 11px Tahoma;
	color: #282A27;	
}


/** pink **/
.pinktitle
{
	color: #f5dcd9;
	font-size:12px;
	font-weight: bold;
	padding-bottom:10px;
}

.pinkbg
{
	background-image:url('../images/coralvert.png'); 
	background-repeat: repeat-x; 
	width:180px;
	height:190px;
	text-align:left;
	color: #51241d;
	font-weight: normal;
}
/** end pink **/


/** green **/
.greentitle
{
	color: #e2f0c8;
	font-size:12px;
	font-weight: bold;
	padding-bottom:10px;
}

.greenbg
{
	background-image:url('../images/greenvert.png'); 
	background-repeat: repeat-x; 
	width:276px;
	height:190px;
	text-align:left;

	color: #3e5118;
	font-weight:normal;
}

/** end green **/

/** yellow **/

.yellowtitle
{
	color: #ece8cd;
	font-size:12px;
	font-weight: bold;
}

.yellowbg
{
	background: #D3C45F;
	width:853px;
	height:100%;
	text-align:left;
	
	color: #5e562a;
	font-weight:normal;
}

/** end yellow **/

.dottedline
{
	background-image:url('../images/dot.png'); 
	background-repeat: repeat-x; 
}

a:link {
	color: #1884B3;
	text-decoration:none;}
a:visited {
	color: #1884B3;
	text-decoration:none;}
a:hover {
	color: #1884B3;
	text-decoration:underline;}
	

a.mouse:link {
	text-decoration:none;}
a.mouse:visited {
	text-decoration:none;}
a.mouse:hover {
	text-decoration:none;}
	

a.yellow:link {
	color: #5e562a;text-decoration:underline;}
a.yellow:visited {
	color: #5e562a;text-decoration:underline;}
a.yellow:hover {
	color: #5e562a;text-decoration:none;}	
	
.thinhr {
height:2px;background-color:#686868; font-size:0px;line-height:0; margin:0;
border:1px solid #C9C9C9;
}

.footertxt 
{
	color: #878787;
	text-align:right;
}

.contentdiv
{
	overflow:auto; 
	height:473px;
}

.contactWhite {
	font: 12px Tahoma;
	font-weight: bold;
	color:#ffffff;
}

.contactYellowBig {
	font: 12px Tahoma;
	font-weight: normal;
	color:#c6b54b;
}

.contactYellowNormal {
	font: 11px Tahoma;
	font-weight: normal;
	color:#c6b54b;
}

a.contact:link {
	color: #c6b54b;
	text-decoration:none;}
a.contact:visited {
	color: #c6b54b;
	text-decoration:none;}
a.contact:hover {
	color: #c6b54b;
	text-decoration:underline;}

a.footerlink:link {
	color: #878787;
	text-decoration:none;}
a.footerlink:visited {
	color: #878787;
	text-decoration:none;}
a.footerlink:hover {
	color: #878787;
	text-decoration:underline;}
