body {
    font-family:        Verdana,Tahoma,sans-serif;
    font-size:          10px;
    line-height:        1.5em;
    color:              #777;    
}

p, td, th {
    font-size:          10px;

}

h1, h2, h3 {
    font-family:        Arial,Helvetica,sans-serif;
}

/* page title */
h1 {
    font-size:          28px;
    color:              #00476e;
    margin-top:         4px;
    margin-bottom:      4px;
}

/* content block title */
h2 {
    font-size:          15px;
    font-weight:        bold;
    margin:             8px 0 4px 0;         
}

/* content block subheading */
h3 {
    font-size:          11px;
    font-weight:        bold;
    color:              #777;
}

/* content block item title */
h4 {
    font-size:          10px;
    font-weight:        bold;
    color:              #ee6a12;
}

h5 {
    font-size:          10px;
    font-weight:        bold;
}

/*------ LINKS ------*/
a {
    color:              #ee6a12;
    text-decoration:    underline;
}

h4 a {
    text-decoration:    none;
    font-weight:        bold;    
}

h4 a:hover {
    text-decoration:    underline;    
}

div#rightCol a,
div#rightCol a:hover,
div#rightCol a:visited {
	color:				#fff;
}

input, select {
    font-size:          10px;
    font-family:        Verdana,Tahoma,sans-serif;
}

/* table in content */
div.table_title {
  color: #00476e;
  font-weight:bold;
}
table.content{
  margin-top:5px;
  width:100%;
  color: #00476e;
}
table.content th {
  background-color: #F9F5F4;
  padding:5px;
  border:1px solid white;
}
table.content td {
  background-color: #F4ECEA;
  padding:5px;
  border:1px solid white;
}
div.whitelinks a,
div.whitelinks a strong
{
    color:#00476e;
}
div.fixfont, div.fixfont p {
  font-size: 11px !important;
}

