
/* Style elements for template */

.title {
    color : #FF9900;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 16pt;
    font-weight : bold;
}

.slogan {
    color : #FF9900;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 14pt;
    font-weight : normal;
}

A.email:link, A.email:visited {
    color : #ff6600;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 10pt;
    font-weight : bold;
    text-decoration : underline;
}

A.email:hover, A.email:active  {
    color : #ff6666;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 10pt;
    font-weight : bold;
    text-decoration : underline;
}

.phone {
    color : #ff6600;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 10pt;
    font-weight : normal;
}

table.none, td.none {
	background-image : none;
}

/* Style elements for navigation */

.nav {
    color : #FF9900;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 10pt;
    font-weight : bold;
}

.navcurrent {
    color : #CCCCCC;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 10pt;
    font-weight : bold;
}

A.navlink:link, A.navlink:visited {
    color : #FF9900;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 10pt;
    font-weight : bold;
    text-decoration : underline;
}

A.navlink:hover, A.navlink:active {
    color : #FF6600;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 10pt;
    font-weight : bold;
    text-decoration : underline;
}

/* Style elements for content */

.content_header {
    color : Black;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 12pt;
    font-weight : bold;
}

.content_body {
    color : Black;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 10pt;
    font-weight : normal;
}

.content_footer {
    display: block;
    width: fit-content;   /* shrink to content */
    margin: 0 auto;       /* centers it */
    border: 1px solid #000;
    padding: 8px;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
}

.centered {
    text-align: center;
}

/* Style elements for user specified html */

A:link {
    color : #FF6600;
    text-decoration : underline;
}

A:visited {
    color : #FF6600;
    text-decoration : underline;
}

A:hover {
    color : #FF9900;
    text-decoration : underline;
}

A:active {
    color : #FF6600;
    font-weight : bold;
    text-decoration : underline;
}

