@charset "utf-8";
/* CSS Document */

/*############### GLOBAL ###############*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #333333;
	background-color: #666666;
}

h1 {
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	text-transform: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #666666;
	padding: 5px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
	letter-spacing: 0.3em;
	margin-top: 20px;
}

h2 {
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
	color: #666666;
	padding-top: 5px;
	width: 80%;
	background-color: #CEE5E8;
	padding-bottom: 5px;
	margin-left: -10px;
	padding-right: 5px;
	padding-left: 5px;
}
h5 {
	font-size: 1.1em;
	font-weight: bold;
	color: #003399;
}

h3 {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}
h4 {
	background-color: #ebebeb;
	padding: 5px;
	font-size: 1.1em;
}


/*#################### FRAME #################*/

#frame {
	border: thin solid #008F9D;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	clear: right;
}
#frame_flash {
}

#frame a {
	color: #0000FF;
	text-decoration: none;
}
#frame a:hover {
	color: #333333;
	text-decoration: underline;
}

#frame_menu {
	font-size: 10px;
	background-color: #EBEBEB;
}
#frame_news {
	font-size: 10px;
	border-right-style: none;
	background-color: #ebebeb;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #333333;
}
#frame_news h1 {
	font-size: 1.4em;
	color: #FFFFFF;
	background-color: #01909E;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 20px;
}
.news {
	padding-left: 10px;
	padding-right: 5px;
}

#default_content {
	padding-right: 5px;
	padding-left: 5px;
	line-height: 140%;
	width: 462px;
	font-size: .95em;
}
#frame_content {
	padding-right: 10px;
	padding-left: 10px;
	line-height: 140%;
	font-size: .95em;
	padding-bottom: 20px;
}
#frame_sanas {
	position: absolute;
	width: 138px;
	top: 600px;
	margin-left: 1px;
}


/*#################### FOOTER ################*/

#footer {
	color: #666666;
	text-align: center;
	font-size: 80%;
	font-style: italic;
	background-color: #ebebeb;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: dashed;
	border-top-color: #008F9D;
	padding-bottom: 10px;
	padding-top: 10px;
}
#footer a {
	text-decoration: none;
	color: #666666;
}
#footer a:hover {
	text-decoration: underline;
}
#featured {
	font-size: .9em;
	border: 1px solid #01909E;
	background-color: #ebebeb;
}
#featured h1 {
	font-size: 1.1em;
	color: #FFFFFF;
	background-color: #01909E;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 2px;
	text-align: left;
	width: 200px;
	font-weight: bold;
	margin: 0px;
}
#featured p {
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.imageFrame {
	border: 1px solid #008F9D;
	padding: 3px;
}
.smallItalics {
	font-size: .8em;
	font-style: italic;
}
#tableLine {
	border: 1px solid #01909E;
}
#table_solutions {
	border: 1px dotted #008F9D;
}
