/* - - - - - - - - -  GENERAL TEXT STYLES  - - - - - - - - */

body, td, p, span, div {
	font-family: verdana,sans-serif;
  font-size : 12px;
  line-height: 22px;
	color: #242424;
}

.txt_sm {
  color: #000000;
  font-size : 10px;
}

.txt_sm_heading {
  color: #000000;
  font-size : 9px;
	background : #D3D3D3;
}

.txt_md {
  font-size : 12px;
  line-height : 22px;
	color: #242424;
}

.txt_md_mdgrey {
  color: #8E8E8E;
	font-size : 11px;
}

.txt_lg {
  color: #000000;
  font-size : 12px;
}

.txt_lg_white {
  color: #FFFFFF;
	font-size : 12px;
}

.txt_lg_red {
	color: #FF0000;
  background: #f1f1f1;
  font-weight: bold;
  font-size : 12px;
}
.txt_xlg {
  color: #000000;
  font-size : 13px;
}

.txt_xlg_heading {
  color: #000000;
  font-weight: bold;
  font-size : 13px;
}

.txt_fade {
  color : #969696;
  font-style: italic;
}

/* - - - - - - - - -  PHOTO GALLERY  - - - - - - - - */

.gallery {
        font-size : 10px;
        font-weight : normal;
		padding-left:20px;
		padding-right:20px;
        background-color: #ffffff;
        border : 1px solid #E1E1E1;
        color: #000000;
        }

/* - - - - - - - - - - - - NEWS- - - - - - - - - - - - */

 .news_box {
        border : 1px solid #E1E1E1;
        }
        
.news_headline {
        font-size : 13px;
        font-weight : bold;
        background-color: #010066;
        color: #fff;
        }

 
 /* - - - - - - - - - - - - BULLETED LISTS- - - - - - - - - - - - */

div#txt_md ul {
        font-size : 12px;
        line-height : 18px;
}

div#txt_md ol {
        font-size : 12px;
        line-height : 18px;
}

/* - - - - - - - - -  FOOTER TEXT  - - - - - - - - */

div#paidFor {
        color: #fff;
        font-size : 12px;
}

div#paidFor a {
        color: #fff;
        font-size : 12px;
}
