/* Tag Definitions */
body {
	margin: 20px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family:Arial, sans-serif; 
    align-content: center;
    font-size: 12pt;
}

/* Class Definitions */

.floatLeft {
	float:left;
}

.headerText {
	font-size:30px;
	line-height:36px;
  /*  font-weight:bold;*/
  float:left;
  padding-left:32px;

}

.mainText {
	font-size:28px;
	line-height:33px;
    font-weight:bold;	

}

.atc {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 55px;
    height: 29px;
    display: inline-block;
    background: transparent url('/images/atc-off-95.png') center top no-repeat;
}

.atc:hover {
    background-image: url('/images/atc-on-95.png');
}


/* ID Definitions */


/* "auto" makes the left and right margins center the wrapper */
#wrap { 
	width: 100%; 
	margin: 0 auto; 
}


TABLE {
    width: 100%;
}

TR {
    width: 100%;
}

H1 {
	font-size: 34px;
    font-weight: bolder;
	margin-bottom: 10px;
}

H2 {
	font-size: 30px;
    font-weight: normal;
	margin-bottom: 10px;
}

p {
	font-size: 28px;
    font-weight: normal;
	
}
/* ID Definitions */



/* Class Definitions */

.floatLeft {
	float:left;
}

.headerText {
	font-size:22px;
	line-height:25px;
  /*  font-weight:bold;*/
  float:left;
  padding-left:32px;

}

.mainText {
	font-size:30px;
	line-height:36px;
    font-weight:bold;	

}

.largeText {
	font-size:16px;
	line-height:17px;
}

.largeText a {
	font-weight:bold;	
	text-decoration:underline;
	color:#3399CC;
}

.largeText a:hover {
	text-decoration:none;
	color:#33CCCC;
}

.mediumText {
	font-size:18px;
	line-height:20px;
}

.mediumText a {
	font-weight:bold;
	text-decoration:underline;
	color:#FFdd55;
}

.mediumText a:hover {
	text-decoration:none;
	color:#ffffCC;
}

.mediumText input {
	font-size:14px;
	line-height:18px;
}

.mediumText select {
	font-size:14px;
	line-height:16px;
}

.mediumText option {
	font-size:14px;
	line-height:16px;
}

.PLPanel {
	color:Black;
	padding-top:0px;
	padding-bottom:0px;    
}

.PLPanel td 
{
 	font-size:20px;
    text-align:center;
    padding-left:15px;
    padding-right:15px;
	color:Black;
    font-weight:bold;    
    cursor:pointer;    
}

.searchPanel {
	font-size:20px;
	color:Black;
	line-height:28px;
}

.resultsPanel {
    font-size: 10pt;
    color: Black;
    line-height: 28px;
}

    .resultsPanel tr {
        font-size: 10pt;
        width: 100%;
        height: 24px;
    }

    .resultsPanel td {
        font-size: 10pt;
        color: #000000;
    }

    .resultsPanel a {
        font-weight: bold;
        font-size: 10pt;
        text-decoration: underline;
        color: black;
    }

        .resultsPanel a:hover {
            text-decoration: none;
            font-size: 10pt;
            color: #555555;
        }


.regularText {
    font-size: 10pt;
    line-height: 36px;
    color: #000000;
}

.regularText a {
	font-weight:bold;
	text-decoration:none;
	color:#800000;
}

.regularText a:hover {
	text-decoration:underline;
	color:#a00000;
}

.headerLink {
    font-size:11pt;
    line-height:28px;
}

.headerLink a {
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
	padding-left:5px;
	padding-right:5px;
}

.headerLink a:hover {
	text-decoration:none;
	color:#FFFFdd;
	padding-left:5px;
	padding-right:5px;
}

.footerLink {
	font-size:12pt;
	line-height:28px;
	padding-top: 20px;
}

.footerLink a {
	font-weight:bold;
	text-decoration:none;
	color:#800000;
	padding-left:5px;
	padding-right:5px;
}

.footerLink a:hover {
	text-decoration:underline;
	color:#a00000;
	padding-left:5px;
	padding-right:5px;
}
