/*Generic html elements*/
html {
	font-size: 90%;
	font-family: verdana, sans;
}

body, body.blue {
	background: #001830;/*blue bg*/
	color: #FFFFFF;
}

:link, :link.blue {
	color: #FFCC00;
	font-weight: bold;
}
:visited, :visited.blue {
	color: #A85400;
	font-weight: bold;
}
:link:hover, :visited:hover,  :link:hover.blue, :visited:hover.blue  {
	color: #FFFF00;
}

img {
	color: #FFFF00;
}

.hidden  {
	text-decoration: none;
	font-weight: normal;
}

:link.hidden, :visited.hidden,:link:hover.hidden, :visited:hover.hidden  {
	color: #fff;
	text-decoration: none;
}

.slogan {
	font-style: italic;
	font-size: 1.3em;
}

.slogan em{
	font-style: normal;
}

/* Navbar CSS */
.navbar {
	background: #1A4A6E;/*bluebg*/
	color: #fff;
}

:link.navbar {
	color: #FFCC00;
	font-weight: bold;
	text-decoration: underline;
}

:visited.navbar {
    color: #D07835;
	font-weight: bold;
	text-decoration: underline;
}

:link:hover.navbar, :visited:hover.navbar  {
	text-decoration: underline;
}

/** News Stuff */
div.news h3, div.news p{
	background: #002840;
}

.webcam_offline {
	color: yellow;
}

/** Merchandise stuff */
.merc_title{
	font-size:1.5em;
}

.merc_nostock{
	color: red;
	font-weight:bold;
}

/** legal notice */
.legal{
	font-size: x-small;
}

