﻿/**** DiveAnimals CSS ****/
/* HTML Defaults */

body
{
background-image: url('/images/bg-kelp-fish.jpg');
background-color: #056f8e;
background-repeat: repeat-x;
background-attachment: fixed;
padding: 0;
margin: 20;
font-family: Tahoma, Arial;
font-size: inherit;
color: #333399;
}
.headline1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #000080;
}
.sm-grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	font-style: normal;
	color: #808080;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 6pt;
}
.body-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
.left-margin-text {
	font-family: "Arial Rounded MT Bold";
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #000080;
}
.left-margin-link-text {
	font-family: "Arial Rounded MT Bold";
	font-size: 13px;
}

/* Link formatting*/
}
a:visited {
            color: #800080;
            font-size: inherit;
}
a:active {
            color: #FF0000;
            font-size: inherit;
}a:link {
            color: #0099FF;
            font-size: inherit;
}
a:hover {
            color: #CC3300;
            font-size: inherit;
}           
A       { text-decoration: none; }
A:hover { text-decoration: underline; }

/* photo frames*/
.align-right { float:right; margin: 0 0 15px 15px; }
.align-left { float:left; margin: 0 15px 15px 0; }
.frame {
	padding: 5px;
	border: 1px solid #aaa;
	color: #FFFFFF;
}
p.frame { padding: 05px; border: 1px solid #aaa; text-align: left; font-size:10px; color:#404040; }
.headline2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000080;
	font-weight: bold;
}
.medium {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #000000;
}
.medium-bold {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.left-margin-headline lg headline {
	font-family: "Arial Rounded MT Bold";
	font-size: medium;
	color: #000080;
}
.body-text bold dk blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000080;
	font-weight: bold;
}
.body-text-dk-blu-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000080;
	font-weight: bold;
}
