span.SnapIn {
    font-family:    sans-serif;
    font-size:      11px;
    color:          black;
}

h1.Text {
    font-family:        sans-serif;
    font-size:          14px;
    font-weight:        bold;
    color:              black;
    text-align:         center;
}

h2.Text {
    font-family:        sans-serif;
    font-size:          12px;
    font-weight:        bold;
    color:              black;
    text-align:         center;
}

h3.Text {
    font-family:        sans-serif;
    font-size:          12px;
    font-weight:        bold;
    color:              black;
    text-align:         left;
    margin-bottom:      0px;
}

p.Text {
    font-family:        sans-serif;
    font-size:          11px;
    color:              black;
}

p.Overview {
    font-family:        sans-serif;
    font-size:          11px;
    color:              black;
    margin-top:         0px;
}

li.Text {
    font-family:        sans-serif;
    font-size:          11px;
    color:              black;
}

img.Right {
    margin-left:        16px;
}

img.Left {
    margin-right:       16px;
}

td.Text {
    vertical-align:     top;
}

h2.Products {
    font-family:        sans-serif;
    font-size:          12px;
    font-weight:        bold;
    color:              black;
    text-align:         left;
    margin-bottom:      0px;
}

p.Products {
    font-family:        sans-serif;
    font-size:          11px;
    color:              black;
    margin-top:         4px;
}

a:link.Link {
    font-family:        sans-serif;
    font-size:          11px;
    text-decoration:    none;
    color:              slategray;
}

a:visited.Link {
    font-family:        sans-serif;
    font-size:          11px;
    text-decoration:    none;
    color:              slategray;
}

a:hover.Link {
    font-family:        sans-serif;
    font-size:          11px;
    text-decoration:    underline;
    color:              slategray;
}

a:active.Link {
    font-family:        sans-serif;
    font-size:          11px;
    text-decoration:    none;
    color:              slategray;
}

a:focus.Link {
    font-family:        sans-serif;
    font-size:          11px;
    text-decoration:    none;
    color:              slategray;
}

p.Contact {
    text-align:         center;
    font-family:        sans-serif;
    font-size:          11px;
    color:              black;
}

td.FormLabel {
    font-family:        sans-serif;
    font-size:          11px;
    color:              black;
    white-space:        nowrap;
}

td.FormInput {
    font-family:        sans-serif;
    font-size:          11px;
    color:              black;
    white-space:        nowrap;
}

table.Form {
	border-collapse:    collapse;
	empxy-cells:        show;
	/*border:             solid 1px slategray;*/
}

input {
    font-family:        sans-serif;
    font-size:          11px;
    color:              black;
    border:             solid 1px slategray;
}

textarea {
    font-family:        sans-serif;
    font-size:          11px;
    color:              black;
    border:             solid 1px slategray;
}

table {
    border-collapse:    collapse;
    empxy-cells:        show;
}

span.Validate {
    font-family:        sans-serif;
    font-size:          11px;
    color:              red;
}

span.Status {
    font-family:        sans-serif;
    font-size:          11px;
    font-weight:        bold;
}

div.Validate {
    font-family:        sans-serif;
    font-size:          11px;
    color:              red;
}

