/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * @copyright  Copyright (c) 2004-2007 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */

* { margin:0; padding:0; font-size:1em/10px; }

body, html {
	margin:0px;
    padding:0px;
    color:#FFF;
	background: url("../images/casBackground.jpg") top no-repeat #8a1111;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	height:100%;
    }
	
a img       { border:0;}
:focus      { outline: 0; }
a           { color:#fffD00; text-decoration:none; }
a:hover     { color:#fffD00; }


/* Heading */
h1          { margin-bottom:.4em; font-size:1.2em; line-height:1.4em; font-weight: normal; font-style:  normal;}
h2          { margin-bottom:.4em; font-size:1em; line-height:1.2em; font-weight: normal; font-style:  normal;}
h3          { margin-bottom:.4em; font-size:70%; line-height:1em; font-weight: bold; font-style:  normal;}
h4          { margin-bottom:.4em; font-size:1em; line-height:1.2em; font-weight: normal; font-style:  normal;}
h5          { margin-bottom:.4em; font-size:1em; line-height:1.2em; font-weight: normal; font-style:  normal;}
h6          { margin-bottom:.4em; font-size:1em; line-height:1.2em; font-weight: normal; font-style:  normal;}


/* Table */
table { empty-cells: hide; border-collapse: collapse; border-spacing: 2px; }
th          { vertical-align:top; font-weight:normal; text-align:left; }
td          { vertical-align:top; }

/* Paragraph */
p           { font-style:normal; font-size:14px; margin-bottom:1em; line-height: 20px}
address     { margin-bottom:.4em; font-size:80%; font-style:normal; line-height:1.4em; }
cite        { font-style:normal; font-size:10px;}
q:before, 
q:after     { content:'';}

/* Form */
form        { display:inline;}
fieldset    { border:none; font-size: 80%; }
legend      { display:none;}
label       { color:#FFFC00; font-weight:normal; font-size: 1em; }
input, 
select, 
button      { vertical-align:middle;}

select    {height:18px;}

/* Lists */
dt          { display:block; font-weight:bold; }
li          { list-style:none; font-size:80%;}

/* Size */
small       { font-size:.85em; }
big         { font-size:1.15em; }
hr          { height:0; margin:8px 0; overflow:hidden; visibility:hidden; }