h1{
  display:inline;
}

hr{
  color: rgb(128,128,128);
}

body{
  background-repeat: repeat-x;
}

.flags{
  padding-top: 5px;
  padding-left: 5px;
}

.menuLink{
  color: #FFFFFF;
  font-size: 11px;
  font-family: verdana;
  font-weight: bolder;
  text-decoration: none;
}

.menuLinkBlack{
  color: #000000;
  font-size: 11px;
  font-family: verdana;
  font-weight: bolder;
  text-decoration: none;
}

/*------------- verdana -> sans-serif -------------*/

.loginInputText{
  font-family:verdana;
	font-weight:bolder;
  font-size:10px;
  color:#294256;
  background-color:rgb(220,221,222);
  height:20px;
  text-align:center;
  width:80px
}

.loginInputSubmit{
  background-color:#444444;
  font-family:verdana;
	font-weight:bolder;
  font-size:10px; 
  color:#FFFFFF;
  height:20px;
  text-align:center;
} 

.header{
  color: #294256;
  font-family:verdana;
	font-weight:bolder;
  font-size:18px; 
  text-align: center;
}

.categoryDescription{
  color: #294256;
  font-family:verdana;
	font-style: italic;
  font-size:12px; 
  text-align: center;
	text-align: justify;
}

.headline{
  cursor: default;
  color: #294256;
  font-family:verdana;
	font-weight:bolder;
  font-size:16px; 
  text-decoration:underline ;
}

.middleMenu{
  color: #294256;
  font-family:verdana;
	font-weight:bolder;
  font-size:12px; 
}


.formLabel{
  cursor: default;
  color: #294256;
  font-family:verdana;
	font-weight:bolder;
  font-size:12px; 
}

.formInputText{
  font-family:verdana;
	font-weight:bolder;
  font-size:10px; 
  color:#294256;
  background-color:#E7ECF0;
	height:20px;
  text-align:left;
  width:320px
}

.formInputDate{
  font-family:verdana;
	font-weight:bolder;
  font-size:10px; 
	color:#294256;
  background-color:#E7ECF0;
  height:20px;
  text-align:left;
}

.formInputSubmit{
  font-family:verdana;
	font-weight:bolder;
  font-size:12px; 
	color:#294256;
  background-color:#E7ECF0;
  height:20px;
  text-align:center;
} 

.formInputTextArea{
  font-family:verdana;
	font-weight:bolder;
  font-size:12px; 
	color:#294256;
  background-color:#E7ECF0;
  height:220px;
  text-align:left;
  width:320px
}

.formInputTextAreaSmall{
  font-family:verdana;
	font-weight:bolder;
  font-size:12px; 
	color:#294256;
  background-color:#E7ECF0;
  height:100px;
  text-align:left;
  width:320px
}

.formInputTextAreaComment{
  font-family:verdana;
	font-weight:bolder;
  font-size:12px; 
	color:#294256;
  background-color:#E7ECF0;
  height:75px;
  text-align:left;
  width:580px
}

.formLabelError{
  cursor: default;
  color: #FF0000;
  font-family:verdana;
	font-weight:bolder;
  font-size:12px; 
}

.leftMenuWord{
  color: #294256;
  font-family:verdana;
	font-weight:bolder;
  font-size:12px; 
	text-align: left;
	text-decoration:none;
}

.description{
  color: #294256;
  font-weight: lighter;
  font-family:verdana;
  font-size:12px; 
	text-align: justify;
	line-height: 15pt;	
}

.description b{
  font-weight: bold;
}

.description a:visited{
  color:#294256;
}
.description a:link{
  color:#294256;
}

.descriptionItalic{
  color: #294256;
  font-weight: lighter;
  font-style: italic;
  font-family:verdana;
  font-size:12px; 
	text-align: justify;
	line-height: 15pt;	
}

.descriptionWhite{
  color: #FFFFFF;
  font-weight: lighter;
  font-family:verdana;
  font-size:12px; 
	text-align: justify;
}

.descriptionBold{
  color: #294256;
  font-family:verdana;
	font-weight:bolder;
  font-size:12px; 
	text-align: justify;
	line-height: 15pt;
}

.programHeader{
  color: #294256;
  background-color:#E7ECF0;
  font-family:verdana;
	font-weight:bolder;
  font-size:18px; 
  display: inline;
}

.hide{
  display:none;
}

.show{
  display:;
}

.formLabelPointer{
  font-family:verdana;
	font-weight:bolder;
  font-size:12px; 
  cursor: pointer;
  color: #294256;
  text-decoration: underline;
}

.content{
  color: #294256;
  font-weight:bolder;
  font-size:12px; 
	font-family:verdana;
	padding-left: 5px;
	padding-right: 5px;
	text-align: justify;
}

.pageLink{
  color: #294256;
  font-weight:bolder;
  font-size:10px; 
	font-family:verdana;
	padding-left: 5px;
	padding-right: 5px;
	text-align: justify;
}

.itemHeader{
  padding: 0 0 0 5;
  color: #FFFFFF;
  background-color: rgb(93,125,166);
  font-style: italic;
  font-size:16px; 
	font-family:verdana;
}

.itemHeaderDescription{
  color: rgb(93,125,166);
  font-style: italic;
  font-size:16px; 
	font-family:verdana;
}


