/* Font Styles */

/* Global Txt Styles */

body {
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: center;
	line-height: 16px;
	letter-spacing: 0.04em;
	}

p, p.centered, h1, h2, h3, h4 {
	padding: 0;
	margin: 0;
	}

p.centered,
h1.centered,
h2.centered,
h3.centered,
h4.centered,
h1.redcentered,
h2.redcentered,
h3.redcentered,
h4.redcentered {
	text-align: center;
	}

h1, h2, h3, h4 {
	font-weight: bolder;
	color: #693A77;
	}

h1, h1.red, h1 span {
	font-size: 16px;
	line-height: 20px;
	}
	
h2, h2.red, h2 span {
	font-size: 14px;
	line-height: 20px;
	}

h3, h3.red, h3 span {
	font-size: 12px;
	line-height: 18px;
	}
	
h1.red,
h2.red,
h1 span,
h2 span,
h3.red,
h3 span,
h4.red,
h4 span,
h1.redcentered,
h2.redcentered,
h3.redcentered,
h4.redcentered {
	color: #A2AD00;
	}
	
ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}

ul li {
	background: url(../images/style_images/global/list_arrow.gif) no-repeat 0 1px;
	padding: 0 0 0 10px;
	}
	
ol {
	padding: 0;
	margin: 0;
	}

ol li {
	padding: 0 0 0 1px;
	}
	
ul li p, ol li p {
	padding: 0 0 0 10px;
	}
	

ol.nolist {
	list-style: none;
	padding: 0;
	margin: 0;
	}

ol.nolist li {
	padding: 0;
	}

a:link, a:visited {
	color: #A2AD00;
	text-decoration: underline;
	}

a:hover {
	color: #693A77;
	text-decoration: underline;
	}

a:active {
	color: #FEDB00;
	text-decoration: underline;
	}
	
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	}

form {
	padding:0;
	margin:0;
	}
	
strong.blue {
	color: #693A77;
	}
	
strong.red {
	color: #A2AD00;
	}
	
strong {
	color: #000000;
	}

span.small,
#checkout p.small,
p.small {
	font-size: 9px;
	color: #666666;
	}

span.error {
	color: #FF0000;
	font-weight: bold;
	}

label.error {
	color: #FF0000;
	font-weight: bold;
	}
	
/* ------------ */
.content p, h1 {
	padding: 0 0 8px 0;
	}

.content p.extra {
	padding: 8px 0 8px 0;
	}

#footer {
	font-size:9px;
	color:#FFF;
	line-height:12px;
	letter-spacing:.045em;
	}
	
#footer strong {
	color:#FFF;
	}