    body {
	    font-family:        Arial, Verdana, Helvetica, sans-serif;;
        font-size:          11px;
	    font-style:         normal;
	    font-weight:        normal;
    }

    h1 {
        font-size:          1.8em;
        font-style:         normal;
        color:              #000000;
        font-weight:        bold;
    }

    h3 {
        font-size:          1.6em;
        font-weight:        normal;
    }

    h4 {
        font-size:          1.4em;
    }

    div.clearer {
        clear: 				left;
        line-height: 		0;
        height: 			0;
    }


    .container {
        width:				1000px;
        border:				0px solid #000;
        margin:				auto;
    }

    .modalContainer {
        width:				98%;
        border:				0px solid #000;
        margin:				auto;
        padding:			5px;
    }

    .Topheader {
        width:				1000px;
        margin:				auto;
        text-align:			center;
        height:				50px;
        border:				0px solid #000;
    }

    .headline {
        width:				auto;
        margin:				auto;
        margin-top:			5px;
        margin-bottom:		4px;
        padding:			0px;
    }

    .headerRight {
        padding-top:		4px;
        margin-right:		10px;
        float:				right;
        width:				auto;
        border:				0px solid #000;
        height:				24px;
        font-size:			1.2em;
        text-align:			right;
    }

    .content {
        float:				left;
        width:				980px;
        margin:				auto;
        border:				1px solid #AAA;
        min-height:			400px;
        padding:			10px;
        z-index:			1;
    }

    .dropshadow {
        -moz-box-shadow: 3px 3px 1px #AAA;
        -webkit-box-shadow: 3px 3px 1px #AAA;
        box-shadow: 3px 3px 1px #AAA;
    }

    .hidden {
        display:			none;
    }

    .small {
        font-size:			0.9em;
    }

    .footer {
        float:				left;
        width:				990px;
        margin:				auto;
        padding:			5px;
        margin-top:			10px;
        min-height:			10px;
        border:				1px solid #AAA;
        background:			#000;
        color:				#FFF;
    }

    .round {
        border-radius: 			5px;
        -webkit-border-radius: 	5px;
        -moz-border-radius: 	5px;
        -pie-box-shadow:        none;
        behavior:               url(/javascript/pie/PIE_uncompressed.htc);

    }

    .round-left {
        border-top-left-radius: 			5px;
        border-bottom-left-radius: 			5px;
        -webkit-top-left-border-radius: 	5px;
        -webkit-bottom-left-border-radius: 	5px;
        -moz-top-left-border-radius: 		5px;
        -moz-bottom-left-border-radius: 	5px;
        -pie-box-shadow: none;
        behavior:                           url(/javascript/pie/PIE_uncompressed.htc);
    }

    .round-right {
        border-top-right-radius: 			5px;
        border-bottom-right-radius: 		5px;
        -webkit-top-right-border-radius: 	5px;
        -webkit-bottom-right-border-radius: 5px;
        -moz-top-right-border-radius: 		5px;
        -moz-bottom-right-border-radius: 	5px;
        behavior:                           url(/javascript/pie/PIE_uncompressed.htc);
    }

    .stdTable {
        width:				100%;
        clear:				both;
        font-size:          11px;
    }

    .stdTable th, .stdTable td {
        padding:			5px;
        margin:				3px;
    }

    tbody .hover {
        background: 		#EFEFEF;
    }

    tbody .hover:hover {
        background: 		#DDD;
        cursor:				pointer;
    }

    .center {
        text-align:			center;
    }

    .cleanLink {
        text-decoration:	none;
    }

    .cleanLink:hover {
        text-decoration:	underline;
    }

    a {
        color:				#000;
        text-decoration:	none;
    }

    a:hover {
        text-decoration:	underline;

    }

    .textInput {
        border:				1px solid #9B959B;
        background:			#FFFF80;
    }

    .vertTableTitle {
        background:			#575757;
        font-weight:		bold;
        color:				#FFF;
        padding-left:		3px;
    }

    .vertTableContent {
        background:			#EFEFEF;
    }

    .TableHead {
        background:     #575757;
        color:          #FFF;
        font-weight:	bold;
    }

    .TableSubHead {
        background:     #AAAAAA;
        color:          #FFF;
        font-weight:	bold;
    }

    .TableBody {
        background: 	#EFEFEF;
    }