/* Font Face */
@font-face {
    font-family: 'ocearegular';
    src: url('../Font/ocea-regular-webfont.eot');
    src: url('../Font/ocea-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../Font/ocea-regular-webfont.woff') format('woff'),
         url('../Font/ocea-regular-webfont.ttf') format('truetype'),
         url('../Font/ocea-regular-webfont.svg#oceaniaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ocea_lightregular';
    src: url('../Font/ocea-light-webfont.eot');
    src: url('../Font/ocea-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../Font/ocea-light-webfont.woff') format('woff'),
         url('../Font/ocea-light-webfont.ttf') format('truetype'),
         url('../Font/ocea-light-webfont.svg#oceania_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ocea_mediumregular';
    src: url('../Font/ocea-medium-webfont.eot');
    src: url('../Font/ocea-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../Font/ocea-medium-webfont.woff') format('woff'),
         url('../Font/ocea-medium-webfont.ttf') format('truetype'),
         url('../Font/ocea-medium-webfont.svg#oceania_mediumregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'oceabold';
    src: url('../Font/ocea-bold-webfont.eot');
    src: url('../Font/ocea-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../Font/ocea-bold-webfont.woff') format('woff'),
         url('../Font/ocea-bold-webfont.ttf') format('truetype'),
         url('../Font/ocea-bold-webfont.svg#oceaniabold') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{font:13px/1.5 'ocearegular',Arial,'Liberation Sans',FreeSans,sans-serif}a:focus{outline:1px dotted}hr{border:0 #ccc solid;border-top-width:1px;clear:both;height:0}h1{font-size:25px}h2{font-size:23px}h3{font-size:21px}h4{font-size:19px}h5{font-size:17px}h6{font-size:15px}ol{list-style:decimal}ul{list-style:disc}li{
	margin-left:34px
}p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset,figure{margin-bottom:20px}
