/* CSS Document */
body {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #1D9097; text-align: left;}

#footer {
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	vertical-align:middle;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
a:active {
	color: #FF6600;
	text-decoration: none;
}


a.newstext:link {
	color: #FF6600;
	text-decoration: none;
}
a.newstext:visited {
	color: #FF6600;
	text-decoration: none;
}
a.newstext:hover {
	color: #FF6600;
	text-decoration: underline;
}
a.newstext:active {
	color: #FF6600;
	text-decoration: none;
}


#whiteblock a:link {
	color: #1D9097;
	text-decoration: none;
}
#whiteblock a:visited {
	color: #1D9097;
	text-decoration: none;
}
#whiteblock a:hover {
	color: #56BBC1;
	text-decoration: underline;
}
#whiteblock a:active {
	color: #1D9097;
	text-decoration: none;
}


#promotions a {
   background: url("../images/promotions_header.jpg") no-repeat; width:191px; height:34px; display:block;
   }
#promotions a:link {
   background: url("../images/promotions_header.jpg") no-repeat; width:191px; height:34px; display:block;
   }

#promotions a:hover {
   background-image: url("../images/promotions_header_over.jpg");
   }
#promotions a:active {
   background-image: url("../images/promotions_header.jpg");
   }

#competitions a {
   background: url("../images/competitions_header.jpg") top left no-repeat; width:191px; height:34px;display:block;
   }
#competitions a:link {
   background: url("../images/competitions_header.jpg") top left no-repeat; width:191px; height:34px;display:block;
   }

#competitions a:hover {
   background-image: url("../images/competitions_header_over.jpg");
   }
#competitions a:active {
   background-image: url("../images/competitions_header.jpg");
   }

#news a {
   background: url("../images/news_header.jpg") top left no-repeat; width:191px; height:34px;display:block;
   }
#news a:link {
   background: url("../images/news_header.jpg") top left no-repeat; width:191px; height:34px;display:block;
   }
#news a:hover {
   background-image: url("../images/news_header_over.jpg");
   }
#news a:active {
   background-image: url("../images/news_header.jpg");
   }

.nav {
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}

.blueheader {
	font-size: 18px;
	font-weight: bold;
	color: #1D9097;
	padding-bottom: 17px;
	padding-left:19px;
}

.promotionsheader {
	font-size: 18px;
	font-weight: bold;
	color: #1D9097;
	padding-bottom: 17px;
}

.dateheader {
	font-size: 11px;
	font-weight: bold;
	color: #A7A7A7;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left:19px;
}

.newsdate {
	font-size: 11px;
	font-weight: bold;
	color: #A7A7A7;
}

.whiteheader {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}

.whiteheaderbig {
	font-size: 14px;
	color: #FFFFFF;
	padding-bottom: 10px;
}

.whitetext {
	font-size: 11px;
	color: #FFFFFF;
	text-transform: uppercase;
}

.whitetext_lc {
	font-size: 11px;
	color: #FFFFFF;
}

.orangeheader {
	color: #FF0000;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 6px;
}

.smalltext {
	font-size: 10px;
}

