﻿/* Styles */
body {
	font-family: "Lucida Grande" , "Lucida Sans Unicode" , "Lucida Sans" , Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #333;
}
p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 0 0 1.5em 0;
}
H1 {
	font-size: 1.5em;
	line-height: 1em;
	margin: 0 0 1em 0;
	color: #a90026;
}
H2 {
	font-size: 1.1667em;
	line-height: 1.286em;
	margin-top: 1.929em;
	margin-bottom: 0.643em;
	color: #cf621f;
}

H3 {
	font-size: 1.1667em;
	line-height: 1.286em;
	margin-top: 1.929em;
	margin-bottom: 0.643em;
	color: #246456;
}
H4 {
	font-size: 1.1667em;
	line-height: 1.286em;
	margin-top: 0.643em;
	margin-bottom: 0.643em;
	color: #478530;
}
.SmallText {
	font-size: 0.8333em;
	line-height: 1.8em;
}
.SubHighlight {
	color: #9b9b9b;
}
.NewsItem {
	border: solid 1px #ccc;
	margin: 10px 0px;
	padding: 0px 5px;
	background: transparent url(../images/TP_SIDEBAR_BG.jpg) repeat-x;
}
/* links */
a:link, a:visited {
	color: #c04e37;
	text-decoration: none;
}
a:hover {
	color: #8c3929;
}
a.SideBar:link, a.SideBar:visited {
	color: #478530;
	text-decoration: underline;
}
a.SideBar:hover {
	color: #853030;
}
/* Footer Links */
#Footer {
	color: #7a7a7a;
}
a.FooterLink:link, a.FooterLink:visited {
	color: #7c7c7c;
	text-decoration: none;
}
a.FooterLink:hover {
	color: #ababab;
}
a.FooterDevLink:link, a.FooterDevLink:visited {
	color: #5c5c5c;
	text-decoration: none;
}
a.FooterDevLink:hover {
	color: #7c7c7c;
}
/* Language Links */
a.LanguageLink:link, a.LanguageLink:visited {
	color: #e5bfc5;
	text-decoration: none;
}
a.LanguageLink:hover {
	color: #fcf0f2;
}
/* Customer Signup */
a.HypSignup {
	width: 170px;
	margin: 40px auto;
	background: #f3f3f3;
	border: solid 1px #4392F9;
	text-align: center;
	display: block;
	padding: 10px 0px;
	color: #737373;
}
a.HypSignup:hover {
	color: #fff;
	background: #4392F9;
	border: solid 1px #333;
}
