body {
	font-family: Arial,sans-serif;
	line-height: 1.166;	
	color:#cccccc;
	background-color:#000000;
	padding:0px;
	margin:0px;
	font-size: 10;
	font-weight: bold;
}

td {
	font-family: Arial,sans-serif;
	line-height: 2;	
	color:#cccccc;
	background-color:#000000;
	padding:0px;
	margin:0px;
	font-size: 12;
	font-weight: bold;
}

html{
	height:100%;
}

a {
	color:#cccccc;
	text-decoration:underline;
}

#container {
    margin: 0px auto;
    width: 1024px;
}

#flash { height: 606px; }

/* [START] Contact Details -------------------------------------------------- */
#contact_details{
    margin: 0px auto;
    width: 989px;
}

#contact_details p {
    padding: 3px 0px;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #cfa401;
}

#contact_details p strong { font-weight: bold; }

#contact_details p a:link {
    color: #cfa401;
    text-decoration: underline;
}

#contact_details p a{
    color: #cfa401;
    text-decoration: none;
}

#contact_details p a:hover {
    color: #cfa401;
    text-decoration: none;
}

#contact_details p span#telephone {
    background: url(../img/contact_phone.gif) no-repeat center left;
    padding: 3px 0px 0px 12px;
    margin: 0px 5px 0px 0px;
	font-size: 11px;
}

#contact_details p span#fax {
    background: url(../img/contact_fax.gif) no-repeat center left;
    padding: 3px 0px 0px 16px;
    margin: 0px 5px 0px 0px;
	font-size: 11px;
}

#contact_details p span#email {
    background: url(../img/contact_email.gif) no-repeat center left;
    padding: 3px 0px 0px 16px;
    margin: 0px 5px 0px 0px;
	font-size: 11px;
}

#contact_details p span#address {
    background: url(../img/contact_address.gif) no-repeat center left;
    padding: 3px 0px 0px 16px;
    margin: 0px 5px 0px 0px;
}

#contact_details p span {
    height: 15px;
    display: inline-block;
}
/* [ END ] Contact Details -------------------------------------------------- */

/* [ START ] Terms and Conditions ------------------------------------------- */
/* Added for T&C */
#contact_details p span#terms_and_conditions {
    //background: url(../img/contact_phone.gif) no-repeat center left;
    padding: 3px 0px 0px 12px;
    margin: 0px 5px 0px 0px;
}
/* [ END ] Terms and Conditions ------------------------------------------- */
