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

a:hover {
    text-decoration: underline;
}

h1 {
    font-size: 18pt;
    font-weight: normal;
    color: #606060;
}

h2 {
    font-size: 16pt;
    font-weight: normal;
}

h3 {
    font-size: 12pt;
    font-weight: bold;
    color: #707070;
    margin-bottom: 0;
    margin-top: 0;
}

quote {
    color: #797979;
    margin-bottom: 0;
	font-size: 18pt;
	line-height: 30px;
}

img {
    border: none;
}

p {
    font-size: 9pt;
	color: #797979;
	line-height: 15px;
}

p.title {
    font-weight: bold;
    line-height: 3em;
}

#app_container_top {
    background: url(../_img/border_top.png) no-repeat;
    width: 990px;
    height: 13px;
    margin: auto;
}

#app_container {
    background: url(../_img/border_middle_repeat.png) repeat-y;
    width: 966px;
    padding: 0 12px;
    margin: auto;
}

#app_container_bottom {
    background: url(../_img/border_bottom.png) no-repeat;
    width: 990px;
    height: 14px;
    margin: auto;
}

#fake_app_container_top {
    background: url(../_img/border_top.png) no-repeat;
    width: 990px;
    height: 13px;
    margin: auto;
}

#fake_app_container {
    background: url(../_img/border_middle_repeat.png) repeat-y;
    width: 966px;
    padding: 0 12px;
    margin: auto;
}

#fake_app_container_bottom {
    background: url(../_img/border_bottom.png) no-repeat;
    width: 990px;
    height: 14px;
    margin: auto;
}

.text_table {
    width: 100%;
    border-spacing: 0;
    padding: 5px;
}

.text_table td {
    padding: 5px 10px 5px 5px;
    vertical-align: top;
}

.text_table td p {
    margin: 0 10px 0 0;
}
.round_light_blue, .round_blue {
   border-spacing: 0;
}

.round_light_blue td {
    background: #00bff3;
    padding: 0;
}

.round_light_blue td.corner {
    height: 15px;
    width: 15px;
    padding: 0;
    background: inherit;
}

.round_light_blue td label {
    color: white;
    display: block;
    font-size: 9pt;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}

.round_light_blue h3, .round_blue h3 {
    color: #ffffff;
    font-weight: bold;
    font-size: 11pt;
    margin-top: 0px;
    margin-bottom: 7px;
}
