﻿* 
{
	margin: 0px;
	padding: 0px;
}

html,body
{
    background: #CCC;
    color: #000;
    margin: 0px;
    padding: 0px;
}

body 
{
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
}

h1
{
    font-size: 16px;
    font-weight: bold;
    color: #293d6b;
    margin-top: 24px;
    margin-bottom: 8px;
}

p
{
    margin-top: 16px;
    margin-bottom: 16px;
}

ul
{
    margin-left: 15px;
    margin-bottom: 16px; 
}

a
{
    color: #293d6b;
    text-decoration: underline;
}

.noBottomMargin 
{
    margin-bottom: 0px;   
}

.contentHolder
{
    width: 930px;
    margin: 0px auto;
    background: #fff;
}

.textHolder
{
    padding: 0px 20px;
}

.boxHolder
{
}

.box
{
    margin-right: 20px;    
    float: left;
}

.boxRight
{
    float: right;
}

.boxHd
{
	background-image: url("images/box_hd.gif");
	background-repeat: no-repeat;
	width: 273px;
	height: 22px;
	padding-left: 10px;
	padding-top: 3px;
	font-weight: bold;
	color: #293d6b;
}

.boxBg
{
	background-image: url("images/box_bg.gif");
	background-repeat: repeat-y;
	width: 263px;
	padding: 10px;
}

.boxFt
{
	background-image: url("images/box_ft.gif");
	background-repeat: no-repeat;
	width: 283px;
	height: 5px;
}

.boxBg a
{
    color: #000;
    text-decoration: none;    
}

.boxBg li
{
    margin-bottom: 4px;    
}

.boxBg h2
{
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 4px;
}

.boxBg .caret
{
    list-style-image: url("images/gt.gif");   
}

.boxBg .disc
{
    list-style-type: disc;   
}

.clearer
{
    clear: both;   
}

.bottomHolder
{
    overflow: hidden;
    position: relative;  
}

.fileUpload
{
    float: left;
}

.fileUpload table
{
    border-style: none;
    border-collapse: collapse;
    margin: 16px 0px;
    padding: 0px;
}

.fileUpload table td
{
	color: #000000;
	vertical-align: middle;
	padding: 2px 5px 2px 0px;
}

.fileUpload table td .input
{
	text-align: left;
}

.fileUpload table td .text
{
	text-align: right;
}

.fileUpload table td .small
{
    font-size: 10px;
}

.getReader
{
    position: absolute;
    bottom: 20px;
    right: 0px;
    float: right;
}

.footerHolder
{
	background-image: url("images/footer.jpg");
	background-repeat: no-repeat;
	height: 30px;
	font-weight: bold;
	color: #fff;
}

.footerText
{
	margin-left: 20px;
	padding-top: 2px;
	font-weight: bold;
	font-size: 10px;
	color: #ccc;
}

.footerText span
{
    padding-right: 30px;   
}

.footerText a
{
    color: #ccc;
	text-decoration: none;
}