    .fieldName{
        width: 150px;
        color: #999999;
        font-family: Verdana;
        font-size: 12px;
        border-bottom: 1px solid #CCCCCC;
        height: 24px;
    }
    .fieldNameText{
        color: #999999;
        font-family: Verdana;
        font-size: 12px;
        padding-left: 10px;
    }
    .fieldData{
        width: 300px;
        font-family: Verdana;
        font-size: 12px;
        border-bottom: 1px solid #CCCCCC;
        height: 24px;
    }
    .fieldDataText{
        font-family: Verdana;
        font-size: 12px;
    }
    .ActionLink{
        font-family: Verdana;
        font-size: 12px;
        font-weight: bold;
    }
    .Errors{
        font-family: Verdana;
        font-size: 12px;
        font-weight: bold;
        color: #BB0000;
    }
	.RegistrationErrors{
	   font-family: Verdana;
        font-size: 12px;
        font-weight: bold;
        color: #BB0000;
		margin-bottom: 8px;
	}
    .TableHeader{
        color: #999999;
        font-family: Verdana;
        font-size: 12px;
        height: 24px;
    }
    .TableHeader td{
        border-bottom: 2px solid #000000;
        padding-left: 10px;
        padding-right: 10px;
    }
    .TableRow{
        font-family: Verdana;
        font-size: 12px;
        height: 24px;
    }
    .TableRow td{
        border-bottom: 1px solid #CCCCCC;
        padding-left: 10px;
        padding-right: 10px;
    }
    .header{
        width: 100%;
        font-family: Verdana;
        font-size: 12px;
        border-bottom: 2px solid #993333;
        margin-bottom: 15px;
    }
    .title{
        font-size: 18px;
        font-weight: bold;
    }
    .links{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .links span{
        border-right: dotted 1px #000000;
    }
    .links span a{
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 14px;
    }
    body{
        font-family: Verdana;
        font-size: 12px;
    }
    .GrayText{
         color: #999999;
    }
    #BorderTop{
        border-top: 1px solid black;
    }
	