﻿body {
    color: #000000;
    font-family: Verdana;
    font-size: 8pt;
    color: #000000;
    text-align: left;
}

p {
    font-family: Verdana;
    font-size: 8pt;
    color: #000000;
    text-align: left;
    margin-bottom: 10px;
	margin-top: 0px;
}

h1 {
    font-family: Verdana;
    font-size: 15pt;
    color: #979fa5;
}

li {
    font-family: Verdana;
    font-size: 8pt;
    color: #000000;
    text-align: left;
}

span.gray {
	color: #666666;
	font-weight: bold;
}

b {
	color: #000000;
}

ul, ol {
	margin: 0px;
	margin-bottom: 10px;
	padding-left: 20px;
}

ul {
	list-style: disc outside;
}

li {
    margin-left: 0px;
}

a {
    color: #023f88;
    font-weight: normal;
    font-family: Verdana;
    font-size: 8pt;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a.org {
    color: #000000;
    font-weight: normal;
    font-family: Verdana;
    font-size: 8pt;
    text-decoration: none;
}

a.org:hover {
    text-decoration: none;
    color: #ff7f00;
}


a.right_link {
    color: #666666;
    font-weight: normal;
    font-family: Verdana;
    font-size: 8pt;
    text-decoration: none;
}

a.right_link:hover {
    text-decoration: underline;
}

span.time {
    color: #afb4bb;
    font-weight: bold;
    font-family: Verdana;
    font-size: 20pt;
}

td.time {
    padding-top: 10px;
}

span.date {
    color: #023f88;
    font-weight: bold;
    font-family: Verdana;
    font-size: 10pt;
}

td.date {
    padding-top: 10px;
}


select.city {
    border: solid #979fa5 1px;
    margin-top: 5px;
    margin-left: 6px;
    width: 132px;
    color: #000000;
    font-family: Verdana;
    font-size: 7pt;
    height: 67px;
    width: 151px;
    font-weight: normal;

}

td.day {
    color: #000000;
    width: 22px;
    height: 17px;
    font-family: Verdana;
    font-size: 7pt;
    font-weight: normal;
    text-align: center;
    vertical-align: top;
    padding-top: 1px;
    cursor: pointer;
}


td.day_current {
    color: #000000;
    width: 22px;
    height: 17px;
    font-family: Verdana;
    font-size: 7pt;
    font-weight: normal;
    text-align: center;
    vertical-align: top;
    padding-top: 1px;
    background-color: #dcddde;
    cursor: pointer;
}


td.day_old {
    color: #aaaaaa;
    width: 22px;
    height: 17px;
    font-family: Verdana;
    font-size: 7pt;
    font-weight: normal;
    text-align: center;
    vertical-align: top;
    padding-top: 1px;
    cursor: pointer;
}

td.days {
    color: #ffffff;
    width: 22px;
    height: 14px;
    font-family: Verdana;
    font-size: 7pt;
    font-weight: normal;
    text-align: center;
}

td.month {
    color: #023f88;
    font-family: Verdana;
    font-size: 8pt;
    font-weight: bold;
    text-align: center;
}

td.copy {
    color: #808080;
    font-family: Verdana;
    font-size: 7pt;
    text-align: right;
    vertical-align: bottom;
    padding-top: 5px;
    padding-right: 60px;
}

