body {
    font-family: Helvetica, Arial, sans-serif;
    font-size:   12px;
}
a:link {
    background-color: transparent;
    color:            #505050;
    text-decoration:  underline;
}
a:visited {
    background-color: transparent;
    color:            #505050;
    text-decoration:  underline;
}
a:hover {
    background-color: transparent;
    color:            #2D639C;
    text-decoration:  underline;
}
ul.Standard {
    list-style-image: url(../Images/Ul.png);
}

.Price {
  font-size: 28px;
  color: #21567E;
}

#Title {
    color: #21567E;
}

h1 {
    color:     #21567E;
    font-size: 20px;
}
h2 {
    color:     #21567E;
    font-size: 18px;
}
h3 {
    color:     #21567E;
    font-size: 16px;
}

a.White:link {
    background-color: transparent;
    color:            #FFFFFF;
    text-decoration:  underline;
}
a.White:visited {
    background-color: transparent;
    color:            #FFFFFF;
    text-decoration:  underline;
}
a.White:hover {
    background-color: transparent;
    color:            #FFFFFF;
    text-decoration:  underline;
}

div.cList{    padding-left: 25px;
}
.cList a{    line-height: 20px;
}

.mMenu a:link {
    background-color: transparent;
    color:            #FFFFFF;
    text-decoration:  none;
}
.mMenu a:visited {
    background-color: transparent;
    color:            #FFFFFF;
    text-decoration:  none;
}
.mMenu a:hover {
    background-color: transparent;
    color:            #FFFFFF;
    text-decoration:  underline;
}

div.Title {    padding-bottom: 10px;
    font-size:      20px;
    color:          #555555;
    font-weight:    bold;
    text-shadow:    #555555 0px 0px 1px;}
