body {
  text-align:  left;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color:       #666;
}

table {
  font-family:          Verdana, Arial, Helvetica, sans-serif;
  font-size:            11px;
  color:                #666;
  border-spacing:       0;
}

a {
  color:                #369;
  text-decoration:      none;
}

a:hover {
  color:                #FF8A00;
  text-decoration:      none;
}

.heading {
  color:                #333;
  font-size:            20px;
}

h1 {
  font-size:            18px;
  font-weight:          normal;
  text-align:           justify;
}

h2 {
  font-size:            16px;
  font-weight:          bold;
  text-align:           justify;
}

h3 {
  font-size:            16px;
  font-weight:          normal;
  text-align:           justify;
}

body {
  background-color:     #f1f1f1;
}

.table_main{
  width: 100%;
  text-align: center;
  border: 0;
  padding: 0;
  border-spacing: 0;
  margin-left: auto;
  margin-right: auto;
}

.normal {
  background-color:  #fff;
  text-align:        left;
}

.sidebar {
  background-color:     #f1f1f1;
}

.logo_head {
  background-repeat:    no-repeat;
  background-position:	right;
  background-color:     #ffffff;
  text-align:           left;
}

.navbar {
  /*width:                100%;*/
  text-align:           center;
  border-right-width:	2px;
  border-top-style: 	none;
  border-bottom-style: 	none;
  border-right-style:	solid;
  border-color:		    #fff;
  background:		    #909090;
  font-size:            16px;
  font-weight:          normal;
  color:                #fff;
  text-align:           left;
  height:               auto;
  text-decoration:      none;
  text-transform:       none;	
}

.navbar a {
  color: #fff;
}

.navbar td {
  padding:              0px 10px 0px 10px;	
}

.headLinkActive {
  background:		    #404040;
  font-weight:          bold;
}


.headline {
  font-size:            26px;
  font-weight:          bold;
  color:                #2222e9;
  text-align:           left;
  vertical-align:       middle;
  padding-bottom:       15px;
  padding-left:         20px;
  padding-right:        15px;
  padding-top:          0px;
}


.footer {
  color:                #ffffff;
  font-weight:		    bold;
  text-align:           center;
  background:           #909090;
  padding-bottom:       5px;
  padding-top:          5px;
}

.footer a {
	color:				#ffffff;
}

.footer a:hover {
	text-decoration: underline;
}

.separator {
  background:		    #E66414;
}

.nopadding {
	padding: 0;
}