﻿body {
	font-family: Arial, Sans-Serif;	
	background-image: url('../../images/Hitektilegray.jpg');
}

h3 {
	text-align: left;
	font-weight: bold;
	font-size: 12pt;
	color: #54585d;
}



dt {
    padding-bottom: 10px;
    font-weight: bold;
    color: #647d9b;
}
dd {
    padding-bottom: 20px;    
    font-size: 0.9em;
}

.unfloat {
	float: none;
	clear: both;
}

.align_center {
	text-align: center;
}

a {
	color: #035674;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h2 {
    font-size: 16pt;
    font-weight: normal;
    color: #005173;
}

.content_title {
    display: block;
    font-size: 18pt;
    color: #005173;
    text-align: left;
    padding-bottom: 4px;
    padding-top: 18px;
    border-bottom: 2px solid #c4e4f3;
    zoom: 100%;
}
.content_text {
    padding-bottom: 30px;   
    text-align: left; 
}

.div_content_page {
    background-color: #f8f8ff; 
    border-left: 1px solid #cccccc; 
    border-right: 1px solid #e0e0e0;
    padding-left: 20px;    
    padding-right: 20px;
}

