﻿body {
	/*background: transparent url(/images/bg.jpg); */
	/*background-repeat: repeat-x; */
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*color: #333333;*/
	background-color: #fff;
	margin-top: 10px;
	color: black;
	}

img {
	border:none;
	display:none;
	}
/*input */
/*{*/
    /*border:none;*/
    /*display:none;*/
/*}*/
checkbox
{   display:inline;
}

   
.smallbutton
{
    border: none;
    display: none;
}
	.topMenu {
	padding-top:10px;
	padding-bottom:10px;
	display:none;
	}
	
.searchBox {
	padding-top:10px;
	}
	
.noprint {
	display:none;
	}

.homelink {
	display:none;
	}
	
hr {
	display:none;
	}

.draft {
    color: black;
    }

.label {
    font-weight:bold;
    color: black;
    }

.purple {
	color: black;
	}
	
h1 {	 
	font-size: 14px;
	font-weight:bold;
}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 2px 0;
	padding:0;
	padding-top:10px;
	font-size:16px;
	font-weight: normal;
	text-align: left;
	letter-spacing: 1px;
	}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
	padding: 0;  
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	letter-spacing: 0;
	}

.twoColumnFormOne {
    float:left;
}

.twoColumnFormTwo {
    float:left;
    display:inline;
    background-color:yellow;
}