﻿/* CSS Document */

body {font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #ffffff; color:#000000;}

body a{color: #003366;}
body a:hover{color:#ffcc33;}


p {font-size:10pt; font-weight:normal; padding-left:4pt;}
h2 {font-size:large; font-weight:800; padding-left:4pt;}
h3 { border-top:1px solid #ffcc33; background-color: #c3ddec; color:#003366; padding:2pt; font-size:small; font-weight:600; }
h4 {font-size:small;}
h5 {font-size:small; color:#003366;}


address {font-style:normal; font-size:8pt; font-weight:bold ; color:#000000;}
dt {color:#003366; font-size:small; font-weight:800;}
dd {font-size:small; font-weight:normal;padding-bottom:10pt; padding-top:5pt; }
ul {list-style-type:square; font-size:small;}
ul a{color:#003366;}
ol {font-size:small;}

div.row{
    clear: both;
    /*border-color:Black;
    border-width:thin;
    border-style:solid;*/
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: small;
}

div.spacer
{
	clear: both;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: small;
	height:10px;
}

.FormLabel{
    display: block;
    float: left;
    font-weight: normal;    
    margin-bottom: 3px;
    margin-right: 4px;
    text-align: left;
}

.FormLabelHeavy{
    display: block;
    float: left;
    font-weight: bold;
    margin-bottom: 3px;
    margin-right: 4px;
    text-align: left;
}

.FormInput
{
    text-align: left;
    display: block;
    float: left;
    margin-bottom: 3px;
}

#spnCity
{
	width:110px;
}

#spnType
{
	width:115px;
}

#spnActivity
{
	width:140px;
}

#content
{
	padding-left:5px;
}

#divSubmit
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
    padding-top: 4px;
    text-align: center;
    width: 100%;
}

#divViewAll
{
	text-align: center;
}

