.text_standard_10 {
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
}

.text_standard_12 {
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
}

.text_standard_grey_10 {
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #4d4d4d;
}

.text_standard_grey_11 {
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #4d4d4d;
}

/************ LINKS  ****************************************************************/

a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #666666;
}


/************  INDEX PAGE  ****************************************************************/




/************  SERVICES PAGE  ****************************************************************/




/************  ABOUT PAGE  ****************************************************************/

.about_text_left {
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 20px;
}

.about_text_left_squiz {
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 20px;
	letter-spacing: -1px;
}


.about_text_right {
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 17px;
}

.about_text_right_squiz {
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 17px;
	letter-spacing: -1px;
}

.signature {
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
}

/************  CONTACT PAGE  ****************************************************************/

.contact_text_address {
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #666666;
	font-weight: bold;
}

.contact_text_phone {
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #666666;
	font-weight: bold;
}

/************  BACKGROUND   ****************************************************************/

.bg_grey {
	background-image:url(images/dot_grey_bg.gif);
}

.bg_white {
	background-image:url(images/dot_white_bg.gif);
}

.bg_grey_line {
	background-image:url(images/grey_bg.gif);
}

