
/* CSS Document (fonts) -CTECH.com */

.headerRedFont {
         color: #990000;
         font-family: Georgia, Arial;
         font-size: 16px;
}

.headerWhiteFont {
         color: black;
         font-family: Georgia, Arial;
         font-size: 18px;
}


.headerGreyFontLarge {
         color: #777777;
         font-size: 18px;
         font-weight: bold;
}
.fontMarineBlue {
         color: #2288AA;
         font-size: 14px;
         font-weight: normal;
}

.caption {
         color: #778899;
         font-size: 11px;
         font-weight: normal;
         text-align: center;
         }

.required {
         color: #990000;
         font-size: 11px;
         font-weight: normal;
         }

.attention {
		 /*font-size: 10px;*/
         color: #FF0000;
         }

.ok	{
		color: #009900;
	}

.blockquote {
         font-size: 10px;
         color: #808080;
         }

.blockquote-author {
         font-size: 10px;
         color: #808080;
         font-weight: bold;
         }

.testimonial-text {
		color: #778899;
		font-size: 11px;
		font-weight: normal;
		font-style: italic;
		}

.testimonial-author-text {
		font-size: 10px;
		font-weight: bold;
		}

.unavailable {
		color: #CCCCCC;
		}