/* css :: style :: Nol-Tec */

body {
	background-color: #1d3537;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px; /*11*/
	color: #333333;
	line-height: 20px;
	text-align: left;
}
p {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.emphasis {
	font-style: italic;
	font-weight: bold;
}
.smaller {
	font-size: 10px;
}
.larger {
	font-size: 12px;
}
h1, h2, h3, h4 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
}
h1 {
	font-size: 22px;
	color: #5a89b0;
	margin-bottom: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-weight: lighter;
	text-transform: uppercase;
	padding-bottom: 5px;
    padding-top: 12px;
	border-bottom: 1px dotted #333333;
}
h2 {
	font-size: 14px;
	color: #333333;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.multiline-heading
{
	font-size: 14px;
	color: #333333;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
h3 {
	font-size: 14px;
	color: #666666;
	margin-top: -2px;
	margin-bottom: -2px;
	font-weight: lighter;
}
h4 {
	font-size: 12px;
	color: #333333;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
h5 {
	font-size: 16px;
	color: #5a89b0;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 2px;
    padding-top: 12px;
	border-bottom: 1px dotted #333333;
}

.defaultheading {
    font-size: 18px;
    /*text-align: center;*/
}

blockquote p
{
    margin: 0px;
    padding-left: 10px;
}

.noborder 
{
    border: none;
    border: 0;
}

.pageerror
{
    color: Red;
    font-weight: bold;
}

/****************************************** link */
a, a:link, a:visited, a:active {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #1bb578;
}


/****************************************** link :: #footerContainer */
#footerContainer a, #footerContainer a:link, #footerContainer a:visited, #footerContainer a:active {
	color: #9cd1e3;
	text-decoration: none;
}
#footerContainer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
/****************************************** link :: .sideBar_newsItem */
.sideBar_newsItem a, .sideBar_newsItem a:link, .sideBar_newsItem a:visited, .sideBar_newsItem a:active {
	color: #333333;
	text-decoration: none;
}
.sideBar_newsItem a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.sideBar_newsItem:hover {
	background-color: #AAC3CB;
}

#accordion
{
    border: none;
	border: 0;
	outline: 0;
    outline: none;
	margin: 0;
	padding: 0;
}

#accordion ul
{
    list-style: none;
}

#accordion p
{
    margin: 0px;
    padding-left: 10px;
    padding-bottom: 20px;    
}

:focus
{
	outline: 0;
    -moz-outline-style: none;
	
}

img {
border-style:none;
}