@charset "iso-8859-1";
/* Author: admin@REMOVEMEgregpeet.com
 * Updated: 31st July 2005
 */

/* Original styles:
 *
 * font-family: "Palatino", "Book Antiqua", "Bookman Old Style", "Garamond", "Utopia";
 */

body
{
    font-family: "Verdana", "Arial", "Tahoma";
    background-color: white;
    color: black;
    font-size: 12pt;
    scrollbar-face-color: #9999FF;
    scrollbar-shadow-color: #333366;
    scrollbar-highlight-color: #333399;
    scrollbar-3dlight-color: black;
    scrollbar-darkshadow-color: black;
    scrollbar-track-color: #333366;
    scrollbar-arrow-color: white;
    margin-left: 0px;
    margin-right: 0px;
}

p
{
    font-family: "Verdana", "Arial", "Tahoma";
	font-size: 12pt;
    color: black;
    margin-left: 20px;
    margin-right: 20px;
}

form, ol, ul, li, input, textarea, select, td
{
    font-family: "Verdana", "Arial", "Tahoma";
	font-size: 12pt;
    color: black;
}

a:link
{
    font-family: "Verdana", "Arial", "Tahoma";
    font-weight: bold;
    font-size: 12pt;
    text-decoration: none;
    color: #4444FF;
}

a:active
{
    font-family: "Verdana", "Arial", "Tahoma";
    font-weight: bold;
    text-decoration: none;
    font-size: 12pt;
    color: #4444FF;
}

a:visited
{
    font-family: "Verdana", "Arial", "Tahoma";
    font-weight: bold;
    text-decoration: none;
    font-size: 12pt;
    color: #4444FF;
}

a:hover
{
    font-family: "Verdana", "Arial", "Tahoma";
    font-weight: bold;
    text-decoration: underline;
    font-size: 12pt;
    color: #FF3333;
}

h1
{
    color: #333366;
    font-family: "Verdana", "Arial", "Tahoma";
    font-size: 20pt;
    letter-spacing: 8px;
    text-align: left;
    font-weight: bold;
    font-variant: small-caps;
    text-decoration: none;
    margin-top: 25px;
    margin-bottom: 20px;
}

h2
{
    color: #666699;
    font-family: Tahoma, Verdana, Arial;
    font-size: 12pt;
    letter-spacing: 4px;
    font-weight: bold;
    font-variant: small-caps;
    text-decoration: none;
}

h3
{
    color: black;
    font-family: Tahoma, Verdana, Arial;
    font-size: 11pt;
    letter-spacing: 8px;
    font-weight: bold;
    font-variant: small-caps;
}

pre
{
    font-size: 10pt;
    color: black;
    font-family: "courier new", terminal, fixedsys, system;
    margin-right: 15px;
    margin-left: 15px;
}

ul
{
    margin-bottom: 4px;
    margin-top: 4px;
}

li
{
    padding-top: 4px;
}


.code
{
    font-size: 9pt;
    color: black;
    font-family: "courier new", terminal, fixedsys, system;
}


.smalllink
{
    font-family: Tahoma, Verdana, Arial;
    font-weight: bold;
    font-size: 10pt;
    text-decoration: underline;
    color: #9999FF;
}

.tiny
{
    font-family: Arial, sans-serif, Tahoma, Verdana;
    text-decoration: none;
    font-size: 8pt;
}


