#bg_top   {
	width: 800px;
	height: 18px;
	margin: 0 auto;
	background-image: url(../media/testimonials/bg_t.png);
	background-repeat: no-repeat;
	text-align: center;
}

#bg_body   {
	width: 800px;
	margin: 0 auto;
	background-image: url(../media/testimonials/bg_body.png);
	background-repeat: repeat-x;
	text-align: center;
}

body   {
	color: white;
	font-size: small;
	font-family: Arial, sans-serif
}

.note_yellow   {
	color: yellow;
	font-size: small;
	font-family: Arial, sans-serif
	font-weight: bold;
}

a.navlg {
	color: #FFFF00;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}

a:hover.navlg {
	color: #35506e;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}

a.navsm {
	color: #ffffff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
	
.navsmstatic {
	color: #ffffff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

a:hover.navsm {
	color: #35506e;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.title   {
	color: #ffff00;
	font-weight: bold;
	text-decoration: none;
	font-size: large;
}

.titlewhite   {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	font-size: large;
}

.titlewhitemed   {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	font-size: medium;
}

a.sel   { color: #FFFFFF; font-weight: bold; text-decoration: none }

a.base   { color: white; text-decoration: none }

a.basebold   { color: white; font-weight: bold; text-decoration: none }

a.footer  { color: #fff; text-decoration: none }

a.link  { color: #fff; text-decoration: none }

	/* products section text*/

.imagehint   {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
}

.productbodygrey   {
	color: #e6e6e6;
	font-weight: normal;
	text-decoration: none;
	font-size: small;
}

.titlegrey   {
	color: #e6e6e6;
	font-weight: bold;
	text-decoration: none;
	font-size: large;
}

.titlegreymed   {
	color: #e6e6e6;
	font-weight: bold;
	text-decoration: none;
	font-size: medium;
}

.productbodyblack   {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	font-size: small;
}

.titleblack   {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-size: large;
}

.titleblackmed   {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-size: medium;
}

	/* products section layout*/
	
#tabboarder {
	border-top: 1px solid #343434;
	border-left: 1px solid #343434;
	border-right: 1px solid #343434;	
	border-bottom: 1px solid #343434;	
}

#productborder {
	width: 250px;
	margin: 0 auto;
	text-align: center;
	border-width: 1px;
	border-spacing: ;
	border-style: outset;
	border-color: #c7c7c7;
	border-collapse: separate;
}

	/* forms section layout*/
	
#bg_forms   {
	width: 100%;
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: top;
	background-position: top;
	background-image: url(../media/global/forms_bg.png)
}