/* CSS Document for Aviana Bras 2010 */

/* COLORS */
body { /* Default Color - purple*/
	color: #564064;
}
.header_text { /* Header Text Color - Black */
	color: #000000;
}
.title_text { /* Header Text Color - GRAY*/
	color: #959595;
}
.sub_header { /* SubHeader */
	color: #959595;
}
.highlight_text { /* Highlight Color - text Deep Blush*/
	color: #9c4668;
}
.highlight2_text { /* Highlight Color - text GRAY*/
	color: #959595;
}
.highlight3_text { /* Highlight Color - text Blush*/
	color: #336699;
}
.highlighter_text { /* Highlighter Color - LIGHT BLUE*/
	color: #93b9cf;
}
.line { /* Line - greytan */
	color: #dad8d2;
}
.body_nav a { /* Body Nav - BLUSH*/
	color: #A66F84;
	text-decoration: none;
}
.bottom_nav a { /* Bottom Nav - Lt Mauve*/
	color: #9d8fa6;
	font-size: 11px;
	text-decoration: none;
}
.copyright_text { /* Copyright - Lt Mauve*/
	color: #9d8fa6;
	font-size: 11px;
}
.copyright a { /* Copyright - Lt Mauve */
	color: #9d8fa6;
	font-size: 11px;
}

/* TYPOGRAPHY */
.header_text {
	font-size: 26px;
	font:Georgia, "Times New Roman", Times, serif;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.title_text {
	font-size: 26px;s
	font:Verdana, Arial, Helvetica, sans-serif;
}
.highlight_text {
	font-size: 14px;
	font-weight: bold;
}
.highlight2_text {
	font-size: 14px;
	font-weight: bold;
}
.highlight3_text {
	font-size: 12px;
	font-weight: bold;
}
.highlighter_text {
	font-size: 11px;
}
.body_nav a:hover { /* Hover Color - GRAY*/
	color: #7e7e7e;
	text-decoration: underline;
}
.bottom_nav a:hover {/* Hover Color - Light Mauve */
	color: #6e709b;
	text-decoration: underline;
	font-size: 11px;	
}
.copyright a:hover {/* Hover Color - Light BLUE */
	color: #6b8fb8;
	text-decoration: underline;
	font-size: 11px;
}
.sub_header {
	font-size: 18px;
	font-weight: regular;
	}
.box_text {
	font-size: 11px;
	color: #7e7e7e;
}
.browser_text {
	font-size: 11px;
	color: #ffffff;
}
/* GENERAL */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	word-spacing: normal;
	line-height: 1.7;
}

/* NAVIGATION */
table.nav {
	font-size: 12px;
	margin-top: 45px;
}
table.nav a {
	text-decoration: none;
}
td.text {
	padding: 5px 0 6px 0;
}

