
* {
margin: 0;
padding: 0;
}

html { height: 100%; }

body { 
	   font-family: Arial, Verdana, Helvetica, sans-serif; 
	   font-size: 12pt;
	   font-weight: bolder;
       color: #000000; 
	   background: #003A91 url("img/gradient.jpg") repeat-x 0px 162px;
	   background-color: #7B96E6;
	   padding-top: 0px;
}

h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 28pt;
	font-weight: bolder;
	color: #6699CC;
}

#header {
	background: #003A91 url("img/clouds.jpg") repeat-x top left;
	height: 165px;
	margin-top: 0px; 
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	}
	
.headerColorPageStory {
	color: #000000; 
}

.underlineLink{
font-size: 12pt;
margin: 50px 5px;
color: #000000;
text-decoration: none;
}

.underlineLink:hover {
color: #FF0000;
text-decoration: underline;
}

.footerLink{
margin: 50px 5px;
color: #FFFFFF;
font-family:arial,sans-serif;
font-size:12px;
width:120px;
line-height:16px;
font-weight:normal;
text-decoration:underline;
}

.footerLink:hover {
color: #FF0000;
text-decoration: underline;
}

.googleLink {
margin: 50px 5px;
color: #FFFFFF;
font-family:arial,sans-serif;
font-size:12px;
width:120px;
line-height:16px;
font-weight:normal;
text-decoration:underline;
}

.inputbox {
width: 155px;
}

.button{
width: 125px;
}

.errorMessage
{
color: red;
background-color: #FFFFFF;
border: solid red 1px; 
padding: 5px 5pt 5px 5pt;
margin: 25px 10px;
width: 230px; 
text-align: left;
}

.logoLink {
border: none;
}

.logoLink:hover {
border: none;
}

.imagelink {
border: none;
}

.imagelink:hover {
border: solid red 1px;
}

.printbutton {
margin-top: 15px;
float: right;
}

.customizeform {
border: dotted #000066 2px;
padding: 5px 5pt 5px 5pt;
}

.storytable {
border-style: solid;
border-color: black;
border-width: 1px;
border-collapse: collapse;
margin-top: 10px;
}

.storytable th {
border-style: solid;
border-color: black;
border-width: 1px;
padding: 2px;
background-color: #7B96E6;
font-size: small;
color: white;
text-align: left;
}

.storyth {
width: 200px;
}

.storytable td {
border-width: 1px;
border-style: inset;
font-size: small;
padding: 5px;
vertical-align: top;
border-color: black;
}

.storytable td a {
font-size: small;
color: #000000;
text-decoration: none;
}

.storytable td a:hover {
color: #FF0000;
text-decoration: underline;
}

.ico {
width: 31px;
height: 24px;
border: none;
margin-right: 5px;
}

