body { 
/*	margin-top: 15px;
/*	background: url(../images/bggradient.png) repeat-x #91CEFC;*/ /* blue bubbles*/
	background: url(../images/background9.png) top repeat-y #70AFF3;
	margin: 0px;

}

h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #DA0078;
	font-weight: 600;
	text-decoration: none;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #DA0078;
	font-weight: 600;
	text-decoration: none;

}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #DA0078;
	font-weight: 600;
	text-decoration: none;

}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #DA0078;
	font-weight: 600;
	text-decoration: none;

}

p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;

}

td {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;

}

li {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	list-style-image: url(../images/bulletfish.png);

}

/* Your own classes*/

.denisebluebold {
    font-weight:bold;
    color: #1160b5;

 }

.denisepinkbold {
    font-weight:bold;
    color: #B4005A;

 }
 
.smalllinktext {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;

}

.mastertable { 
 	background-color: #FFFFFF;
/*	Below is used with blue and grey wide graphic 
	border: 1px #F7D12B solid; */
	margin-top: 15px;
}
.producttable td { 
	border:1px #91CEFC dotted;
	padding:5px;
}

.producttable td#headercell { 
	border:1px #91CEFC dotted;
	padding: 2px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #DA0078;
	font-weight: 600;
	text-decoration: none;

}
.producttable td#categorycell { 
	border:1px #91CEFC dotted;
	padding: 2px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	font-weight: 600;
	text-decoration: none;

}


#headerhome { 
	padding:0px;
	background: #FFFFFF url(../images/rgfheaderhome.png) top center no-repeat;
	height:250px;
}

#headerother { 
	padding:0px;
	background: #FFFFFF url(../images/rgfheaderotherpg.png) top center no-repeat;
	height:175px;
}

.imgfloatright {
	float:right;
	padding-left:10px;
}
.content { 
	padding: 5px 15px 15px 15px;
	background-color:#FFFFFF;
/*	border-top: 1px #F7D12B solid;*/

}

.hpboxes { 
	padding: 10px;
	background-color:#FFFFFF;
	border-bottom: 1px #F7D12B solid;
/*	text-align:center; */
	vertical-align:top;
}

.hpboxes li { 
	list-style-image: url(../images/bulletfish.png);
	text-align: left;
}

.footer { 
	padding: 10px 15px;
	font-size:10px;
	border-top: 1px #F7D12B solid;
	text-align:center;
	background-color:#FFFFFF;

}
.nav { 
/*	float: right; 
	padding: 5px;
	border-top: 1px #F7D12B solid;
	border-bottom: 1px #F7D12B solid;
	background-color:#FFFFFF;*/
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background:url(../images/rgfmenubar.png) center no-repeat;
	height:34px;


}
.leftcolumn { 
	
	padding: 10px;
	border-right: 1px #F7D12B solid;
	background-color:#FFFFFF;
}

/* Hyperlinks */

a {
	color: #DA0078;
	font-weight: bold;
	text-decoration: none;

}

a:hover {
	color: #f7d12b;
	font-weight: bold;
	text-decoration: underline;

}

a:active {
	color: #DA0078;
	font-weight: bold;
	text-decoration: none;

}

a:visited {
	color: #4093ED;
	font-weight: bold;
	text-decoration: underline;

}

a:visited:hover {
	color: #F7D12B;
	font-weight: bold;
	text-decoration: underline;


}
