body,p,a,ul,ol,li,blockquote,input,address {
    font-family : Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    color : #000;
}

body {
    width : 100%;
    background-color: #fff;
    margin : 0px 0px 0px 0px;
}

a {
    color : #0066cb;
}
a:visited {
    color : #587294;
}
a:active {
    color : #0066cb;
}
a:hover {
    color : #0066cb;
}
a.noline {
    text-decoration : none;
}

address {
    font-style : normal;
}

form {
    display : inline;
}

pre {
	display : inline;
}

h1, h1 a {
    color : #96ADB8;
    font-family : "Interstate Light", "Trebuchet MS", Arial, Helvetica, Sans-Serif;
    font-size : 30px;
    padding: 0px 0px 0px 0px;
}

h2, h2 a, h2 a:visited, h2 a:active, h2 a:hover {
    color : #000;
    font-family : "Interstate Light", "Trebuchet MS", Arial, Helvetica, Sans-Serif;
    font-size : 14px;
    font-weight: bold;
    padding: 0px 0px 0px 0px;
    text-decoration : none;
}

h3, h3 a, h3 a:visited, h3 a:active, h3 a:hover {
    color : #000;
    font-family : "Interstate Light", "Trebuchet MS", Arial, Helvetica, Sans-Serif;
    font-size : 12px;
    font-weight: bold;
    padding: 0px 0px 0px 0px;
    text-decoration : none;
}

/* unused until we have a functional search section */
#search {
    background-color : #999;
    text-align : right;
    vertical-align : middle;
    padding : 5px 10px 0px 0px;
    height : 30px;
}

.logo_pkr {
    color : #0066cb;
    font-family : "Interstate Light", "Trebuchet MS", Arial, Helvetica, Sans-Serif;
    font-size: 30px;
}
.logo_line {
    color : #999999;
    font-family : "Times New Roman", Sans-Serif;
    font-size: 40px;
    font-weight : lighter;
}
.logo_internet  {
    color : #000;
    font-family : "Interstate Light", "Trebuchet MS", Arial, Helvetica, Sans-Serif;
    font-size: 30px;
}

div.notice {
    padding: 1ex;
}

div.notice, div.notice h1, div.notice p {
    background-color: #dadada;
}
h1.alert, h2.alert {
    color: red;
    font-weight: bold;
    padding: 0;
    margin: 0;
}
p.alert, p.alert a {
    font-weight: bold;
}
.noborder {
    border-collapse : collapse;
    border : 0;
}

.odd {
    background-color: #d9d9d9;
}

.even {
    background-color: #fff;
}

.center {
    text-align : center;
}

.noline, a.noline {
    border : 0;
    text-decoration : none;
}

.cimage {
    border : 0;
    float : right;
    padding : 0px 0px 0px 10px;
    text-decoration : none;
}

