/*-- Reset browser defatult styles ----*/
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
/**
 * YUI Reset
 * @module reset
 * @namespace
 * @requires 
 */
html {
	color: #000;
	background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
	font-style: inherit;
	font-weight: inherit;
}

del,
ins {
	text-decoration: none;
}

li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

/*because legend doesn't inherit in IE */
legend {
	color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,
button,
textarea,
select {
	*font-size: 100%;
}



/*-- Our Styles ----*/

body,td,th {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color:#333333;
	line-height:1.3;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#DEDEBE;
}

.text_field{
	border:1px solid #DCDBC0;
	background-color:#F7F7F0;
	margin-bottom:15px;
	font-size: 11px;
	color:#555555;
	line-height:1.4;
	padding:2px 5px 2px 5px;
}

h1, h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0px;
	color: transparent;
}

.text_highlighted_1 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	color: #AE003D;
	font-weight:bold;
	line-height:1.8;
}
.text_highlighted_2 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight:bold;
	line-height:1.8;
}

.footer_current{
	color:#666666;
	font-size:11px;
}

a:link {
	font-size:12px;
	color:#AE003D;
	text-decoration:underline;
} 
a:visited {
	font-size:12px;
	color:#AE003D;
	text-decoration:underline;
}
a:hover {
	font-size:12px;
	color:#AE003D;
	text-decoration:none;
}
a:active {
	font-size:12px;
	color:#AE003D;
	text-decoration:none;
}
a.footer:link{
	font-size:11px;
	color:#999999;
	text-decoration:none;
}
a.footer:visited{
	font-size:11px;
	color:#999999;
	text-decoration:none;
}
a.footer:hover{
	font-size:11px;
	color:#999999;
	text-decoration:underline;
}
a.footer:active{
	font-size:11px;
	color:#999999;
	text-decoration:underline;
}

.bullet{
	background:url(images/bullet.jpg) 8px 8px no-repeat;
	padding-left:20px;
	display:block;
	line-height:1.8;
}

.text_name_testimonials {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;
	color: #AE003D;
	font-weight:bold;
	display:block;
}
.text_designation_testimonials {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight:bold;
	line-height:1.8;
	display:block;
}

.text_testimonials{
	float:right;
	display:block;
	padding-top:12px;
	width:695px;
}

.td_testimonials{
	padding-top:15px;
	padding-bottom:10px;
	border-bottom:1px solid #E4E4DA;
	vertical-align:top;
	text-align:left;
}

.border_photo_testimonials{
	border:2px solid #CFD1BE;
	float:left;
	margin-right:15px;
}

.text_name_reviews {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight:bold;
	line-height:1.8;
	display:block;
	text-align:right;
	padding-right:10px;
}.text_highlighted_2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #AE003D;
}
.bold_normal_text {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

