h1,h2,h3
{
	margin: 15px 0px 0px 0px;	
}

.new_title
{
    font-size: 17px;
    font-weight: bold;
}

.new_subtitle
{
    color: #FFAE00;
    font-size: 12px;
}

.left 
{
	text-align: left;
}

.right
{
	text-align: right;
}

.new_subtitle a:visited { text-decoration: none; color: #FFAE00}
.new_subtitle a:link    { text-decoration: none; color: #FFAE00}
.new_subtitle a:hover   { text-decoration: none; color: #ffffff}

.formLine
{
    font-weight: bold;
    clear: both;
    padding-top: 3px;
    padding-bottom: 0px;
}


.formSubline
{
    clear: both;
    padding-top: 3px;
    padding-bottom: 11px;
}

.formRow
{
    clear: both;
    padding-top: 5px;
    /* IE fix */
    -padding-top: 2px;
}

.formA
{
    float: left;
    text-align: right;
    font-weight: bold;
    padding-top: 1px;
    width: 100px;
    vertical-align: middle;
}


.formB
{
    float: left;
    margin-left: 10px;
}

.j
{
    text-align: justify;
}

.alert, .lightBg
{
   text-align: center;
   font-weight: bold;
   padding: 8px;
   width: 80%;
   margin: 10px auto 30px auto;
   background: #333333;
   color: #dddddd;
   border: 2px #222222 solid;
}

.alert2
{
	background-color: black; 
	border: #3D3D3D 2px solid; 
	text-align: center; 
	padding: 10px 0px 10px 0px; 
	margin-top: 4px;
	color: #FFC600;
}

.lightBg {
	margin: 0px;

	width: 100%;
	height: 100px;
	
	border: none;
	font-weight: normal;
}


img
{
    border: none;
}


input {
  font-family: Tahoma;
  font-size: 11px;
  background: #333333;
  color: #dddddd;
  border: 1px #222222 solid;
}


select {
  font-family: Tahoma;
  font-size: 11px;
  background: #333333;
  color: #dddddd;
  border: 1px #222222 solid;
}

textarea {
  font-family: Tahoma;
  font-size: 11px;
  background: #333333;
  color: #dddddd;
  border: 1px #222222 solid;
}

.cbox
{
    border: none;
    color: black;
    background: none;
}


a:visited { text-decoration: none; color: #eeeeee}
a:link    { text-decoration: none; color: #eeeeee}
a:hover   { text-decoration: none; color: #ffffff}


