@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;
}
h1 {
	font-size:36pt;
	margin: 0.25em 0px 0.25em 0px;
}
h2 {
	font-size:24px;
	margin: 0.25em 0px 0.25em 0px;
}
h3 {
	font-size:21pt;
	margin: 0.25em 0px 0.25em 0px;
}
h4 {
	font-size:18pt;
	margin: 0.25em 0px 0.25em 0px;
}
h5 {
	color: #333333;
	text-transform:capitalize;
	margin: 0.75em 0px 0em 0px;
	font-size:15pt;
}
h6 {
	color: #1A2D68;
	font-family: "Times New Roman";
	font-weight:bold;
	text-transform:uppercase;
	margin: 0.25em 0px 0.25em 0px;
	font-size:11pt;
	line-height:1em;
}
.small {
	font-size: 9pt;
}
.xsmall {
	font-size: 8pt;
}
.phone {
	font-family:Verdana;
	color:#FFFFFF;
	font-weight:bold;
}
.price {
	font-family: Verdana;
	font-weight:bold;
}

/* LINKS */
a:link {
	color: #1a2d68;
	text-decoration:underline;
}
a:visited {
	color: #666666;
	text-decoration:underline;
}
a:hover, a:active {
	color: #e54c14;
	text-decoration:none;
}
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:uppercase;
	color:#333333;
	background-color:#a6cf34;
	display:block;
	padding:2px 5px;
	text-decoration:none;
	text-align:center;
	margin:0px 2px 0px 2px;
	float:left;
	border-color:#cccccc;
	border-style: double;
	border-width: 2px;
}
a.button:active, a.button:hover {
	background-color:#e54c14;
	color:#ffffff;
}
a.white:link, a.white:visited {
	color: #ffffff;
	font-family:Verdana;
	text-decoration:underline;
}
a.white:hover, a.white:active {
	color: #e54c14;
	text-decoration:none;
}


/* colors */
.blue {
	color: #1a2d68;
}
.gold {
	color: #eeb213;
}
.white {
	color: #ffffff;
	font-family:Verdana;
}
.orange {
	color:#e54c14;
}
.green {
	color:#a6cf34;
}