﻿.class1 A:link
{
    text-decoration: none;
}
.class1 A:visited
{
    text-decoration: none;
    color: black;
}
.class1 A:hover
{
    text-decoration: underline;
    color: blue;
}
.class1 A:active
{
    text-decoration: none;
}
.class2 A:link
{
    text-decoration: none;
    color: blue;
    font-size: 12;
}
.class2 A:visited
{
    text-decoration: none;
    color: blue;
    font-size: 12;
}
.class2 A:hover
{
    text-decoration: underline;
    color: blue;
    font-size: 12;
}
.class2 A:active
{
    text-decoration: underline;
    font-size: 12;
}

body, td, th
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    margin: 0px;
    padding: 0px;
}
h1, h2, h3, h4, h5, h6
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin: 1px Auto 1px Auto;
}
h2
{
    font-size: 14px;
}

hr 
{
    margin: margin: 1px Auto 1px Auto;
}

.style11
{
    font-size: 14px;
}
.style13
{
    font-size: 11px;
    color: #0000CC;
}
a
{
    font-size: 11px;
    color: #0000CC;
}
a:visited
{
    color: #0000CC;
}
.style4
{
    color: #000000;
}

a
{
    font-size: 12px;
    color: #0000CC;
}
a:visited
{
    color: #0000CC;
}

.ArticleEditTable
{
    width: 100%;
}

.ArticleEditTable td
{
    border-color: Red;
    border-style: solid;
    border-width: thin;
    background-color: #FFCC99;
}

.ArticleViewTable
{
    width: 100%;
}

.ArticleViewTable td
{
    border-color: #336666;
    border-style: solid;
    border-width: thin;
    background-color: #CACACA;
}

.data
{
    font-weight: bold;
    color: Maroon;
}

.sep
{
    background-color: White;
    text-align: center;
}

.wideTable
{
    width: 100%;
}

.middle
{
    width: 20%;
}

.articleedittable
{
    width: 100%;
}

.articleedittable td
{
    text-align: center;
}

.Heading
{
    font-weight: bold;
    font-size: large;
    font-family: Verdana;
}

.ArticleDate
{
    font-family: verdana;
    font-size: 11px;
    color: blue;
}

.ArticleText
{
    font-family:verdana;font-size:13px;
    margin-left: 0px;
}

.ArticleTitle
{
    font-weight: bold;
    font-family:verdana;font-size:14px;
}

.ItemSeparator
{
    height: 10px;
}

.ItemSeparator td
{
    border-top-style:solid;
    border-top-width: 1px;
    border-color: #999999;
}

.HeadPanel
{
    vertical-align: bottom;
}

.Author {
	font-size:.9em;
	font-weight:normal;
	font-style:italic;
}