/*
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * @vendor:     Dieter Steffmann
 * @vendorurl:  http://www.steffmann.de
 * @licenseurl: http://www.fontsquirrel.com/license/Marketing-Script
 *
 *
 */

@font-face {
    font-family: 'georgia';
    src: url('georgia.eot');
    src: url('georgia.eot?#iefix') format('embedded-opentype'),
         url('georgia.woff') format('woff'),
         url('georgia.ttf') format('truetype');
         url('georgia.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {

	font-size: 14pt;
	color: #234955;
	text-shadow: 1px 1px 2px #FFFFFF;
	line-height: 150%;
	text-align: justify;


}

body,div,dl,dt,dd,ol,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
   	font-family: 'georgia';


}


html,body {
	margin:0;
	padding:0;


}

a:link {
    color: #234955;
    text-decoration: none;
}

a:visited {
    color: #234955;
    text-decoration: none;
}

a:hover {
    color: #234955;
    text-decoration: underline;
}

a:active {
    color: #234955;
    text-decoration: none;

}