/*
starliner.css
Format control style sheet for the Starliners website


*/

body
{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-attachment: fixed;
	background-color: #333333;
	background-image: url(images/dgreyBG.jpg);
	background-repeat: repeat;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFF99;
	background-position: 130px;


}

a:link {
	color: #FF9966;
	text-decoration: none;
	font-weight: bold;

}
a:visited {
	color: #FF9999;
	text-decoration: none;
	font-weight: bold;

}
a:hover {
	color: #FFCC00;
	text-decoration: underline;
	font-weight: bold;

}
a:active {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;

}

h1 {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 28pt;
	text-align: center;
	color: #FFF;

}

h2 {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 20pt;
	text-align: center;
	font-weight: bold;
	color: #FFF;
}

h3 {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 14pt;
	text-align: center;
	font-weight: bold;
	color: #FFF;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	font-size: 10pt;
	color: #FFFF99;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 10pt;
	color: #FFFF99;
	text-align: left;
}

img {
	border: 0;
	text-align: center;
}

