/* davidcool.com CSS Stylesheet */


	/* BODY BG */

body {
	background: #000000;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	text-align: left;
}

h1, h2, h3, h4 {
	color: #FFE400;
}

tr.info_odd {
	background-color: #84B8BF;	
}

tr.info_even {
	background-color: #91C0C6;
}

#contact_body {
	background: #76B0B8 url(../nav/contact_background.gif) repeat;
}

	/* PAGE LAYOUT */

#wrapper {
	width: 850px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#header {
	width: 850px;
	height: 75px;
	text-align: left;
	margin: 0px;
}

#content {
	width: 850px;
	float: left;
	text-align: left;
	background-color: #76B0B8;
	margin: 0px;
}

#subcontent {
	width: 650px;
	padding: 15px;
	margin-left: 50px;
	text-align: left;
	border-left: 1px #7992A1 dashed;
	border-right: 1px #7992A1 dashed;
	border-bottom: 1px #7992A1 dashed;
	position: relative;
	z-index: 10;
}

#footer {
	position: relative;
	clear: both;
	height: 140px;
}

	/* PROFILE LAYERS */

#lyr1, #lyr2, #lyr3, #lyr4	{
	position: relative;	
	z-index:1000;
	width: 670px;
	padding: 15px;
	margin-left: 150px;
	margin-right: 0px;
	text-align: left;
}

	/* STANDARD LINK */

a:link {
  color: #FFFFFF;  
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 12px;
  font-weight: 500;  
  text-decoration: none;
}

a:visited {
  color: #FFFFFF; 
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 12px;
  font-weight: 500;  
  text-decoration: none;
}

a:hover {
  color: #FFE400;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 12px;
  font-weight: 500;  
  text-decoration: none;
}


	/* TEXT LINKS */

a.text:link {
  color: #FFFFFF;  
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 12px;
  font-weight: 500;  
  text-decoration: underline;
}

a.text:visited {
  color: #333333; 
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 12px;
  font-weight: 500;  
  text-decoration: underline;
}

a.text:hover {
  color: #FFFFFF;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 12px;
  font-weight: 500;  
  text-decoration: none;
}


	/* HIGHLIGHTS CURRENT PAGE SELECTION */

a.selected:link {
  color: #0CB7BF;  
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 12px;
  font-weight: 500;  
  text-decoration: none;	
}

a.selected:visited {
  color: #0CB7BF;  
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 12px;
  font-weight: 500;  
  text-decoration: none;	
}

a.selected:hover {
  color: #0CB7BF;  
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 12px;
  font-weight: 500;  
  text-decoration: none;	
}

	/* HIGHLIGHTS CURRENT PAGE SELECTION */

a.sub_nav:link {
  color: #707979;  
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 12px;
  font-weight: 500;  
  text-decoration: none;
  font-style: italic;
}

a.sub_nav:visited {
  color: #707979;  
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 12px;
  font-weight: 500;  
  text-decoration: none;
  font-style: italic;
}

a.sub_nav:hover {
  color: #b0bebf;  
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 12px;
  font-weight: 500;  
  text-decoration: none;
  font-style: italic;
}


	/* HIGHLIGHTS CURRENT THUMBNAIL IMAGE SELECTION */

a.thumb:link {
  border: 1px solid #060F16;
  height: 110px;
  width: 145px;
  display: block;
}

a.thumb:visited {
  border: 1px solid #FFFFFF;
  height: 110px;
  width: 145px;
  display: block;
}

a.thumb:hover {
  border: 1px solid #FFFFFF;
  height: 110px;
  width: 145px;
  display: block;
}


	/* caption links */

a.caption:link {
  color: #76B0B8;  
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 10px;
  font-weight: 500;  
  text-decoration: underline;
  padding-right: 10px;
  background: url(../nav/external_link_blue.gif) no-repeat top right;
}

a.caption:visited {
  color: #76B0B8; 
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 10px;
  font-weight: 500;  
  text-decoration: underline;
  padding-right: 10px;
  background: url(../nav/external_link_blue.gif) no-repeat top right;
}

a.caption:hover {
  color: #FFFFFF;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 10px;
  font-weight: 500;  
  text-decoration: none;
  padding-right: 10px;
  background: url(../nav/external_link_white.gif) no-repeat top right;
}

a.hyper:link {
  color: #76B0B8;  
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 12px;
  font-weight: 500;  
  text-decoration: underline;
  padding-right: 10px;
  background: url(../nav/external_link_blue.gif) no-repeat top right;
}

a.hyper:visited {
  color: #76B0B8; 
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 12px;
  font-weight: 500;  
  text-decoration: underline;
  padding-right: 10px;
  background: url(../nav/external_link_blue.gif) no-repeat top right;
}

a.hyper:hover {
  color: #FFFFFF;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 12px;
  font-weight: 500;  
  text-decoration: none;
  padding-right: 10px;
  background: url(../nav/external_link_white.gif) no-repeat top right;
}

	/* GALLERY BORDERS */

a.gallery_top img {
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 0px;
}


a.gallery_btm img{
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 0px;
}


	/* trans pixy links */

a.trans_move:link img, a.trans_move:visited img {
	display: block;
	border: 0px;
	width: 145px;
	height: 110px;
	filter:alpha(opacity=25);
	-moz-opacity:.25;
	opacity:.25;
}

a.trans_move:hover img {
	display: block;
	border: 0px;
	width: 145px;
	height: 110px;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}


a.trans_selected img {
	display: block;
	border: 0px;
	width: 145px;
	height: 110px;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

	
	/* main navigation styles */
#nav_selected {
	background-position: top right;
}

a.nav_home:link, a.nav_home:visited {
	display: block;
	width: 54px;
	height: 11px;
	background: url(../nav/nav_home.gif) no-repeat top left;
}

a.nav_home:hover {
	background-position: top right;
}


a.nav_profile:link, a.nav_profile:visited {
	display: block;
	width: 83px;
	height: 11px;
	background: url(../nav/nav_profile.gif) no-repeat top left;
}

a.nav_profile:hover {
	background-position: top right;
}


a.nav_gallery:link, a.nav_gallery:visited {
	display: block;
	width: 86px;
	height: 11px;
	background: url(../nav/nav_gallery.gif) no-repeat top left;
}

a.nav_gallery:hover {
	background-position: top right;
}

a.nav_blog:link, a.nav_blog:visited {
	display: block;
	width: 61px;
	height: 11px;
	background: url(../nav/nav_blog.gif) no-repeat top left;
}

a.nav_blog:hover {
	background-position: top right;
}

a.nav_link:link, a.nav_link:visited {
	display: block;
	width: 66px;
	height: 11px;
	background: url(../nav/nav_links.gif) no-repeat top left;
}

a.nav_link:hover {
	background-position: top right;
}


a.nav_contact:link, a.nav_contact:visited {
	display: block;
	width: 79px;
	height: 11px;
	background: url(../nav/nav_contact.gif) no-repeat top left;
}

a.nav_contact:hover {
	background-position: top right;
}


	/* profile pixy nav */

a.nav_statement:link, a.nav_statement:visited {
	display: block;
	width: 150px;
	height: 46px;
	background: url(../nav/nav_statement.jpg) no-repeat top left;
}

a.nav_statement:hover {
	background-position: top right;
}

.nav_statement_select {
	display: block;
	width: 150px;
	height: 46px;
	background: url(../nav/nav_statement.jpg) no-repeat top right;
}


a.nav_biography:link, a.nav_biography:visited {
	display: block;
	width: 150px;
	height: 28px;
	background: url(../nav/nav_biography.jpg) no-repeat top left;
}

a.nav_biography:hover {
	background-position: top right;
}

.nav_biography_select {
	display: block;
	width: 150px;
	height: 28px;
	background: url(../nav/nav_biography.jpg) no-repeat top right;
}


a.nav_resume:link, a.nav_resume:visited {
	display: block;
	width: 150px;
	height: 28px;
	background: url(../nav/nav_resume.jpg) no-repeat top left;
}

a.nav_resume:hover {
	background-position: top right;
}

.nav_resume_select {
	display: block;
	width: 150px;
	height: 28px;
	background: url(../nav/nav_resume.jpg) no-repeat top right;
}


a.nav_gear:link, a.nav_gear:visited {
	display: block;
	width: 150px;
	height: 28px;
	background: url(../nav/nav_gear.jpg) no-repeat top left;
}

a.nav_gear:hover {
	background-position: top right;
}

.nav_gear_select {
	display: block;
	width: 150px;
	height: 28px;
	background: url(../nav/nav_gear.jpg) no-repeat top right;
}


	/* detail image button pixy links */

a.nav_show:link, a.nav_show:visited {
	display: block;
	width: 87px;
	height: 17px;
	background: url(../nav/nav_show.gif) no-repeat top left;
}

a.nav_show:hover {
	background-position: top right;
}


a.nav_hide:link, a.nav_hide:visited {
	display: block;
	width: 79px;
	height: 17px;
	background: url(../nav/nav_hide.gif) no-repeat top left;
}

a.nav_hide:hover {
	background-position: top right;
}


a.nav_view:link, a.nav_view:visited {
	display: block;
	width: 97px;
	height: 17px;
	background: url(../nav/nav_view.gif) no-repeat top left;
}

a.nav_view:hover {
	background-position: top right;
}

a.nav_start:link, a.nav_start:visited {
	display: block;
	width: 88px;
	height: 17px;
	background: url(../nav/nav_start.gif) no-repeat top left;
}

a.nav_start:hover {
	background-position: top right;
}


a.nav_back:link, a.nav_back:visited {
	position: relative;
	display: block;
	width: 150px;
	height: 15px;
	background: url(../nav/nav_back.gif) no-repeat top left;
}

a.nav_back:hover {
	background-position: top right;
}


	/* profile resume icons */

a.nav_pdf:link, a.nav_pdf:visited {
	display: block;
	width: 17px;
	height: 30px;
	background: url(../nav/profile_pdf.gif) no-repeat top left;
}

a.nav_pdf:hover {
	background-position: top right;
}

a.nav_doc:link, a.nav_doc:visited {
	display: block;
	width: 18px;
	height: 30px;
	background: url(../nav/profile_doc.gif) no-repeat top left;
}

a.nav_doc:hover {
	background-position: top right;
}

a.nav_txt:link, a.nav_txt:visited {
	display: block;
	width: 16px;
	height: 30px;
	background: url(../nav/profile_txt.gif) no-repeat top left;
}

a.nav_txt:hover {
	background-position: top right;
}

a.send:link, a.send:visited {
	display: block;
	width: 28px;
	height: 30px;
	background: url(../nav/contact_send.gif) no-repeat top left;
}

a.send:hover {
	background-position: top right;
}


	/* EXTERNAL LINK IMAGE*/

a.external:link {
	padding-right: 10px;
	background: url(../nav/external_link_white.gif) no-repeat top right;
}

a.external:visited {
	padding-right: 10px;
	background: url(../nav/external_link_white.gif) no-repeat top right;
}

a.external:hover {
	padding-right: 10px;
	background: url(../nav/external_link_yellow.gif) no-repeat top right;
}

ul.nav_detail {
	height: 17px;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	list-style: none;	
}

ul.nav_detail li {
	float: right;
	margin-right: 10px;	
}


ul.nav_detail_alt {
	height: 17px;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}

ul.nav_detail_alt li {
	float: right;
	margin-right: 10px;
}


ul.nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 11px;
}

ul.nav li {
	float: left;
}

ul.nav_profile {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 100px;
}

ul.nav_profile li {
	float: left;
}

ul.nav_resume {
	height: 30px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.nav_resume li {
	float: right;
	margin-right: 10px;	
}

ul.specs {
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 11px;
}

ul.specs li {
	float: left;
	display: block;
	height: 100%;
	width: 90px;
	padding: 10px;
	border: 1px solid #1A2D3B;
	background-color: #263845;
}

	/* VIOLET */

.title {
  color: #FFE400;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 24px;
  text-decoration: none;
}

.specs {
  color: #333333;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
}

.violet_text {
  color: #FFFFFF;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.violet_caption {
  color: #FFFFFF;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 10px;
  text-decoration: none;
}

.footer_text {
  color: #1A2D3B;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 10px;
  text-decoration: none;
  font-style: italic;
  font-weight: 500;
}

.error_text {
  color: #7992A1;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
}


	/* YELLOW */

.yellow_text {
  color: #FFE400;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
}


.white_text {
  color: #FFFFFF;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
}


	/* BOX */

.box_blue_text {
  font-family: arial, helvetica, verdana, sans-serif;
  font-size: 12px;
  border-style: solid;
  border-top-color: #999999;
  border-right-color: #999999;
  border-bottom-color: #CCCCCC;
  border-left-color: #CCCCCC;
  border-width: 1px;
  padding: 2px;
  background-color: #FFFFFF;
  color: #0A50A1;
}

.box_baby_blue_text {
  font-family: arial, helvetica, verdana, sans-serif;
  font-size: 10px;
  font-weight: 500;
  border-style: solid;
  border-top-color: #4F2020;
  border-right-color: #4F2020;
  border-bottom-color: #783F3F;
  border-left-color: #783F3F;
  border-width: 2px;  
  padding: 1px;
  background-color: #240909;
  color: #C6D7E9;
}

.box_grey_text {
  font-family: arial, helvetica, verdana, sans-serif;
  font-size: 12px;
  border-style: solid;
  border-top-color: #999999;
  border-right-color: #CCCCCC;
  border-bottom-color: #CCCCCC;
  border-left-color: #999999;
  border-width: 1px;
  padding: 2px; 
  background-color: #FFFFFF;
  color: #333333;
}

.box_text {
  font-family: arial, helvetica, verdana, sans-serif;
  font-size: 12px;
  color: #333333;
  padding-left: 5px;
  background-color: #FFFFFF;
  border: 0px;
}





	/* UPDATE */

.update {
  color: #14733A;
  font-family: arial, helvetica, verdana, sans-serif;
  font-size: 12px;
  text-decoration: none;
}


	/* BRIGHT BLUE */

.bright_blue_bold14 {
  color: #0A50A1;
  font-family: arial, helvetica, verdana, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.bright_blue12 {
  color: #0A50A1;
  font-family: arial, helvetica, verdana, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.bright_blue14 {
  color: #0A50A1;
  font-family: arial, helvetica, verdana, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.bright_blue18 {
  color: #0A50A1;
  font-family: arial, helvetica, verdana, sans-serif;
  font-size: 18px;
  text-decoration: none;
}


	/* CREAM */

.bg_cream {
  background-color: #E2D9C0
}


	/* DARK GREY */

.dark_grey10 {
  color: #333333;
  font-family: arial, helvetica, verdana, sans-serif;
  font-size: 10px;
  text-decoration: none;
}

.dark_grey_bold10 {
  color: #333333;
  font-family: arial, helvetica, verdana, sans-serif;
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
}

.dark_grey12 {
  color: #333333;
  font-family: arial, helvetica, verdana, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.dark_grey_bold12 {
  color: #333333;
  font-family: arial, helvetica, verdana, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.dark_grey14 {
  color: #333333;
  font-family: arial, helvetica, verdana, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.dark_grey_bold14 {
  color: #333333;
  font-family: arial, helvetica, verdana, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.dark_grey18 {
  color: #333333;
  font-family: arial, helvetica, verdana, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

	/* MED GREY */

.med_grey12 {
  color: #666666;
  font-family: arial, helvetica, verdana, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.med_grey_bold12 {
  color: #666666;
  font-family: arial, helvetica, verdana, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}


	/* MED GREY LINK*/

a.med_grey12_link:link {
  color: #666666;  
  font-family: arial, helvetica, verdana, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

a.med_grey12_link:visited {
  color: #666666; 
  font-family: arial, helvetica, verdana, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

a.med_grey12_link:hover {
  color: #666666;
  font-family: arial, helvetica, verdana, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}


	/* MED GREY 14 LINK*/
	
a.med_grey14_link:link {
  color: #666666;  
  font-family: arial, helvetica, verdana, sans-serif;
  font-size: 14px;
  font-style: italic;
}

a.med_grey14_link:visited {
  color: #666666; 
  font-family: arial, helvetica, verdana, sans-serif;
  font-size: 14px;
  font-style: italic;
}

a.med_grey14_link:hover {
  color: #C6D7E9;
  font-family: arial, helvetica, verdana, sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
}




	/* PURPLE 10 LINK */

a.purple10:link {
color : #703795; font-size: 10px ; font-family: arial, helvetica, verdana, sans-serif; font-weight: 700; text-decoration: none;
}

a.purple10:visited {
color : #703795; font-size: 10px ; font-family: arial, helvetica, verdana, sans-serif; font-weight: 700; text-decoration: none;
}

a.purple10:hover {
color : #333333; font-size: 10px ; font-family: arial, helvetica, verdana, sans-serif; font-weight: 700; text-decoration: none;
}

	/* PURPLE 12 LINK */

a.purple12:link {
color : #703795; font-size: 12px ; font-family: arial, helvetica, verdana, sans-serif; text-decoration: none;
}

a.purple12:visited {
color : #703795; font-size: 12px ; font-family: arial, helvetica, verdana, sans-serif; text-decoration: none;
}

a.purple12:hover {
color : #333333; font-size: 12px ; font-family: arial, helvetica, verdana, sans-serif; text-decoration: none;
}

	/* PURPLE 12 BOLD LINK */

a.purple_bold12:link {
color : #703795; font-size: 12px ; font-family: arial, helvetica, verdana, sans-serif; font-weight: 700; text-decoration: none;
}

a.purple_bold12:visited {
color : #703795; font-size: 12px ; font-family: arial, helvetica, verdana, sans-serif; font-weight: 700; text-decoration: none;
}

a.purple_bold12:hover {
color : #333333; font-size: 12px ; font-family: arial, helvetica, verdana, sans-serif; font-weight: 700; text-decoration: none;
}

	/* DARK GREY 10 LINK */

a.dark_grey10:link {
color : #333333; font-size: 10px ; font-family: arial, helvetica, verdana, sans-serif; text-decoration: none;
}

a.dark_grey10:visited {
color : #333333; font-size: 10px ; font-family: arial, helvetica, verdana, sans-serif; text-decoration: none;
}

a.dark_grey10:hover {
color : #666666; font-size: 10px ; font-family: arial, helvetica, verdana, sans-serif; text-decoration: none;
}

	/* dark grey 12 link */

a.dark_grey12:link {
color : #333333; font-size: 12px ; font-family: arial, helvetica, verdana, sans-serif; text-decoration: none;
}

a.dark_grey12:visited {
color : #333333; font-size: 12px ; font-family: arial, helvetica, verdana, sans-serif; text-decoration: none;
}

a.dark_grey12:hover {
color : #666666; font-size: 12px ; font-family: arial, helvetica, verdana, sans-serif; text-decoration: none;
}

	/* DARK GREY 14 LINK */

a.dark_grey14:link {
color : #333333; font-size: 14px ; font-family: arial, helvetica, verdana, sans-serif; text-decoration: none;
}

a.dark_grey14:visited {
color : #333333; font-size: 14px ; font-family: arial, helvetica, verdana, sans-serif; text-decoration: none;
}

a.dark_grey14:hover {
color : #666666; font-size: 14px ; font-family: arial, helvetica, verdana, sans-serif; text-decoration: none;
}

	/* DARK GREY 16 LINK */

a.dark_grey16:link {
color : #333333; font-size: 16px ; font-family: arial, helvetica, verdana, sans-serif; text-decoration: none;
}

a.dark_grey16:visited {
color : #333333; font-size: 16px ; font-family: arial, helvetica, verdana, sans-serif; text-decoration: none;
}

a.dark_grey16:hover {
color : #333333; font-size: 16px ; font-family: arial, helvetica, verdana, sans-serif; text-decoration: none;
}

	/* DARK GREY 18 LINK */

a.dark_grey18:link {
color : #333333; font-size: 18px ; font-family: arial, helvetica, verdana, sans-serif; text-decoration: none;
}

a.dark_grey18:visited {
color : #333333; font-size: 18px ; font-family: arial, helvetica, verdana, sans-serif; text-decoration: none;
}

a.dark_grey18:hover {
color : #666666; font-size: 18px ; font-family: arial, helvetica, verdana, sans-serif; text-decoration: none;
}

	/* DARK GREY 20 LINK */

a.dark_grey20:link {
color : #333333; font-size: 20px ; font-family: arial, helvetica, verdana, sans-serif; text-decoration: none;
}

a.dark_grey20:visited {
color : #333333; font-size: 20px ; font-family: arial, helvetica, verdana, sans-serif; text-decoration: none;
}

a.dark_grey20:hover {
color : #333333; font-size: 20px ; font-family: arial, helvetica, verdana, sans-serif; text-decoration: none;
}

	/* BEIGE 12 */

.beige12 {
  color: #E2D9C0;
  font-family: arial, helvetica, verdana, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

	/* BEIGE 12 LINK */

a.beige12_link:link {
color : #E2D9C0; font-size: 12px ; font-family: arial, helvetica, verdana, sans-serif; text-decoration: none;
}

a.beige12_link:visited {
color : #E2D9C0; font-size: 12px ; font-family: arial, helvetica, verdana, sans-serif; text-decoration: none;
}

a.beige12_link:hover {
color : #FFFFFF; font-size: 12px ; font-family: arial, helvetica, verdana, sans-serif; text-decoration: none;
}

	/* ALERT RED */
.red12 {
color : #cc0000; font-size: 12px ; font-family: arial, helvetica, verdana, sans-serif; text-decoration: none;
}

.red14 {
color : #cc0000; font-size: 14px ; font-family: arial, helvetica, verdana, sans-serif; text-decoration: none;
}