﻿body
{
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 12px;
}

a
{
	color: #000099;
	cursor: pointer;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

h1
{
	margin: 0px;
	margin-bottom: 20px;
	font-size: 18px;
}

h2
{
	margin: 0px;
	margin-bottom: 5px;
	font-size: 16px;
	padding-bottom: 2px;
	border-bottom: 1px solid #d8d8d8;
}

h3
{
	margin: 0px;
	margin-bottom: 5px;
	font-size: 14px;
}

p
{
	margin: 0px;
	margin-bottom: 20px;
	font-size: 12px;
}

ul
{
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 20px;
}

td
{
	font-size: 12px;
}

hr
{
    border: 0px;
    background-color: #cccccc;
    height: 2px;   
}

/* Footer Styles
  ------------------------------------------------ */
#footer
{
	font-size: 10px;
	color: #757575;
	clear: both;
	text-align: center;
	padding: 10px 0 10px 0;
}

#footer p
{
    /* IE 6 & 7 */
    font-size: 10px;
}
        
#footer a
{
	color: #757575;
	font-size: 10px;
	font-family: Arial;
}

#footer .terms,
#footer .refunds
{
	/* Hidden by default for legacy support */
	display: none;
}

#footerpages ul
{
    margin: 0 0 10px 0;
    padding: 0;
    list-style-type: none;
	
	/* Hidden by default for legacy support */
	display: none;
}

#footerpages li
{
    display: inline-block;
    padding: 0 10px 0 0;
    /* IE7 inline-block fix */
    zoom: 1; 
    *display: inline;
}

#footer #footerpages .liner
{
    padding: 0;
    margin: 0;
    width: auto;
}