h1{
  display:inline;
}

h2{
  display:inline;
}

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

body{
  background-repeat: repeat-x;
}

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

.tableLeft{ 
  float: left; 
} 

.tableRight{ 
  float: right; 
} 
/*------------- verdana -> sans-serif -------------*/

.loginInputText{
  font-family:verdana;
	font-weight:bolder;
  font-size:10px;
  color:#444444;
  background-color:rgb(246,246,252);
  height:20px;
  text-align:center;
  width:130px
}

.loginInputSubmit{
  background-color:rgb(246,246,252);
  font-family:verdana;
	font-weight:bolder;
  font-size:10px; 
  color:#444444;
  height:20px;
  text-align:center;
} 

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

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

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

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

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

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

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

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

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

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

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

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

.categorySubLink
{
  color: #333333;
  font-weight: lighter;
  font-size: 11px; 
  font-family:verdana;
	text-align: left;
}

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

.simpleText{
  color: #333333;
  font-family:verdana;
	font-weight:bolder;
  font-size:12px; 
	text-align: left;
	text-decoration:none;
}
.simpleText a:visited{
  color:#333333;
  text-decoration:none;
}
.simpleText a:link{
  color:#333333;
	text-decoration:none;  
}

.simpleTextInline{
  color: #333333;
  font-family:verdana;
	font-weight:bolder;
  font-size:12px; 
	text-align: left;
	text-decoration:none;
	display:inline;
}

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

.divToLink{
  color: #333333;
  font-family:verdana;
	font-weight:bolder;
  font-size:12px; 
	text-align: left;
	cursor:pointer;
	display:inline;
}

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

.simpleTextPadding{
  color: #333333;
  font-family:verdana;
	font-weight:bolder;
  font-size:12px; 
	text-align: left;
	padding-left: 15px;
}

.simpleLinkU{
  color: #333333;
  font-family:verdana;
	font-weight:bolder;
  font-size:12px; 
	text-align: left;
	text-decoration:underline;
}

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

.googleBottom{
  padding-top:5px;
  color: #444444;
  font-size:9px;
  text-align:right;
  padding-right:13px;  
}

.googleText{
  color: #444444;
  font-size:11px;
  text-align:left;
  padding-left:11px;  
  font-weight: lighter;
}

.googleLink{
  padding-top:4px;
  padding-left:11px;
  color: #333333;
  font-size:11px;
  text-align: left;
}
.googleLink a:visited{
  color: #333333;
}
.googleLink a:link{
  color: #333333;
}

.descriptionSmall{
  color: #444444;
  font-weight: lighter;
  font-family:verdana;
  font-size:10px; 
	text-align: justify;
}

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

.description a:visited{
  color:#333333;
  text-decoration: underline;
}
.description a:link{
  color:#333333;
  text-decoration: underline;
}
.description b{
  font-weight: bold; 
}
.description i{
  font-style: italic; 
}


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

.descriptionBold{
  color: #444444;
  font-family:verdana;
	font-weight:bolder;
  font-size:12px; 
	text-align: justify;
}

.programHeader{
  color: #444444;
  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: #444444;
  text-decoration: underline;
}

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

.pageLink{
  color: #444444;
  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;
}



