/* http://www.atmedia.net/ */

/* Base definitions */
body { 
  font-family: Arial, Helvetica, Swiss, Helv, sans-serif;
  font-size: 10pt;
  padding: 0em;
  border: 0em;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: white;
  color: black;
}

/* Asterisk should cover all, unfortunately only in CSS2 */
a,h1,h2,h3,h4,table,th,td,tr,caption,p,div,font,center,ul,ol,menu,li,span,address,blockquote,* {
  font-family: Arial, Helvetica, Swiss, Helv, sans-serif;
  font-size: 10pt;
  color: black;
}

table,th,td,tr,caption,p,div,font,center,ul,ol,menu,li,span,address,blockquote,* {
  font-family: Arial, Helvetica, Swiss, Helv, sans-serif;
  font-size: 10pt;
}

input,textarea,select,option {
	font-size: 9pt;
}

a {
  text-decoration: none;
  color: red;
}

.main {
	background-color:   #dddddd;
}

.headline-title {
	color: red;
    font-weight: bold;
	font-size: 14pt;
}

.headline-main {
	color: red;
    font-weight: bold;
}

.small {
	font-size: 9pt;
}

.headline-small {
	color: red;
    font-weight: bold;
	font-size: 9pt;
}

.tiny {
	font-size: 7pt;
}


.bottomnav, .bottomnav a {
	background-color: black;
	color: white;	
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}

.topnav, .topnav a {
	background-color: white;
	color: black;	
	font-size: 8pt;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
}

.bottomcopy {
	font-size: 6pt;
}


.morelink {
	color: red;
	font-size: 8pt;
	text-decoration: none;
}

a.bctl:link { text-decoration: none; color: red; font-family: Arial, sans-serif; font-size: 10px; }
a.bctl:visited { text-decoration: none; color: red; font-family: Arial, sans-serif; font-size: 10px; }
a.bctl:hover { text-decoration: underline; color: red; font-family: Arial, sans-serif; font-size: 10px; }

.bct { color: #000000; font-family: Arial, sans-serif; font-weight: normal; font-size: 10px; }

a:hover {
  text-decoration: underline;
}

