@charset "utf-8";
/* CSS Document */

/* GENERAL TEXT */
body,td,th {
	font-family: Palatino Linotype;
	font-size: 11pt;
	color: #333333;
}
p {
	margin: 0.5em 0px 0.5em 0px;
}
ul.galaxy {
	list-style-image: url(../images/galaxy10.png); 
	list-style-position:outside;
}
h1, h2, h3, h4, h5 {
	font-family: Verdana;
	font-weight:bold;
	line-height:1em;
	color: #1A2D68;
}
h1 {
	font-size:36pt;
}
h2 {
	font-size:24px;
}
h3 {
	font-size:21pt;
}
h4 {
	font-size:18pt;
}
h5 {
	color: #1A2D68;
	text-transform:capitalize;
	margin: 0.75em 0px 0em 0px;
	font-size:15pt;
}
h6 {
	color: #D0A00A;
	font-family: Verdana;
	font-weight:bold;
	text-transform:capitalize;
	margin: 0.25em 0px 0.25em 0px;
	font-size:12pt;
	line-height:1em;
}
.small {
	font-size: 9pt;
}
.guarantee {
	line-height:1em;
	margin: 0 0;
	font-weight: bold;	
}
.xsmall {
	font-size: 8pt;
}
.phone {
	font-family:Verdana;
	color:#FFFFFF;
	font-weight:bold;
	font-size: 11px;
}
.price {
	font-family: Verdana;
	font-weight:bold;
}

/* LINKS */
a:link {
	color: #1a2d68;
}
a:visited {
	color: #666666;
}
a:hover, a:active {
	color: #eeb213;
}
a.neg:hover, a.neg:active {
	color: #1a2d68;
}
a[target~="_blank"] {
	background-image:url(../images/link-ext.png);
	background-repeat:no-repeat;
	background-position: 100% 75%;
	padding-right:11px;
}
a[target~="email"] {
	background-image:url(../images/link-email.png);
	background-repeat:no-repeat;
	background-position: 100% 75%;
	padding-right:11px;
}
a[href$=".pdf"] {
	background-image:url(../images/link-pdf.png);
	background-repeat:no-repeat;
	background-position: 100% 75%;
	padding-right:12px;
}
a.button:link, a.button:visited {
	font-family: Tahoma;
	font-size:10pt;
	font-weight:bold;
	text-transform:capitalize;
	color:#FFFFFF;
	background-color:#5a6380;
	display:block;
	padding:2px 5px;
	text-decoration:none;
	text-align:center;
	margin:0px 2px 0px 2px;
	border-color:#cccccc;
	border-style: double;
	border-width: 2px;
}
a.button:active, a.button:hover {
	background-color:#eeb213;
	color:#333333;
}
a.white:link, a.white:visited {
	color:#FFFFFF;
	font-family:Verdana;
	text-decoration:underline;
}
a.white:hover, a.white:active {
	color:#eeb213;
	text-decoration:none;
}


/* colors */
.blue {
	color: #1a2d68;
}
.gold {
	color: #eeb213;
}
.white {
	color:#FFFFFF;
	font-family:Verdana;
}
.headliner {
	font-family:Verdana;
	color:#FFFFFF;
	font-weight:bold;
	font-size: 14px;
	margin: 0px 2px 0px 0px;
	padding: 2px 5px;
}
.guaranteeHeading {
	color: #1A2D68;
	font-family: Verdana;
	font-weight:bold;
	text-transform:capitalize;
	margin: 0.25em 0px 0.25em 0px;
	font-size:12pt;
	line-height:1em;
}
