.default a:link {COLOR: black;TEXT-DECORATION: none}
.default a:visited {COLOR: black;TEXT-DECORATION: none}
.default a:active {COLOR: black;TEXT-DECORATION: none}
.default a:hover {COLOR: #C0C0C0; TEXT-DECORATION: none}

.email { color: white}
a.email:link {COLOR: white;TEXT-DECORATION: underline}
a.email:visited {COLOR: white;TEXT-DECORATION: underline}
a.email:hover {COLOR: white;TEXT-DECORATION: underline}
a.email:active {COLOR: white;TEXT-DECORATION: underline}

    body {
        font-family:           tahoma;
	background-image:      url(images/); 
	background-attachment: fixed;
	background-repeat:     no-repeat;
	background-color:      #818181;
	color:                 black;
    }

    table.default {
	height:                100%;
	background-color:      white;
	width:                 800px;
    }

    table.form {
	border-style:          solid;
	border-width:          1px;
	border-color:          black;
	background-color:      #F0F0F0;
	width:                 100%;
	padding:               2px;
	margin:                2px;
    }


    td.ldash {
	border-left-style:     solid;
	border-color:          black;
	border-left-width:     1px;
    }

    td.rdash {
	border-right-style:    solid;
	border-color:          black;
	border-right-width:    1px;
    }

    td.tdash {
	border-top-style:      solid;
	border-color:          black;
	border-top-width:      1px;
    }

    td.bdash {
	border-bottom-style:   solid;
	border-color:          black;
	border-bottom-width:   1px;
    }

    th  { 
        font-size:            14pt; 
        color:                #C13C16;
        text-align:           left;
	font-weight:          normal;
        font-style:           italic;
    }
    
    td.borders {
	border-left-style:    solid;
	border-right-style:   solid;
        border-color:         black;
        border-width:         1px;
   }

   td.underline {
	border-bottom-style:  solid;
        border-color:         black;
        border-width:         2px;
   }

   td.top {
	border-top-style:  solid;
        border-color:         black;
        border-width:         2px;
   }

   td.left {
	border-left-style:  solid;
        border-color:         black;
        border-width:         2px;
   }

   td.right {
	border-right-style:  solid;
        border-color:         black;
        border-width:         2px;
   }

   table.right {
        position:             absolute;
        right:   	      10px;
   }

   td.header {
	background-color:     black;
	height:               150px;
   }

   #element1 {
        z-index:	      0;
   }

   #element2 {
        position:             relative;
        z-index:              1;
        top:	              -15px;
        right:   	      50px;
   }

   td.contactInfo {
        font-family:          tahoma;
        font-size:            10pt; 
        color:                white;
	font-weight:          normal;
	background-color:     black;
	font-weight:          bold;
   }

   select.selectOption {
	width:                262px;
   }

   td.copyright {
	font-size:            10pt;
   }


