<!--[if lte IE 6]>

  <link href="patch-ie.css" rel="stylesheet" type="text/css" />

<![endif]-->

* {
margin:0;
padding:0;
}

a
{
    border-color: #990000;
    border-style: dotted;
    border-width: 0 0 1px 0;
    color: #990000;
    font-weight: bold;
    text-decoration: none;
}
a:visited
{
    border-color: #666666;
    color: #666666;
}
a:active, a:focus, a:hover
{
    border-color: #333333;
    border-style: solid;
    color: #333333;
}

acronym
{
    border-style: none;
    cursor: help;
    font-size: 90%;
    font-style: normal;
    font-variant: normal;
}

b
{
    font-weight: bold;
}

blockquote
{
    border-color: #cccccc;
    border-style: solid;
    border-width: 0 0 0 5px;
    font-style: italic;
    margin: 0 2em;
    padding-left: 1em;
}

body
{
	background-color: #ffffff;
	font-size: 100%;
	border-style: hidden;
	border-width: 0px;
	margin: 0;
	padding: 0;
	height:100%;
}


body, input, select, td, textarea, th
{
    font-family: "Arial", Verdana, Arial, Helvetica, sans-serif;
}

body, p
{
    line-height: 1.5em;
}

br
{
    clear: none;
}

caption
{
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
    text-align: center;
    word-spacing: 1px;
}

caption, h1, h2, h3, label
{
    color: #333333;
}

cite
{
    font-style: normal;
}

dd
{
    margin: 0 0 0.5em 0;
    padding: 0;
}

del
{
    text-decoration: line-through;
}

dl
{
    margin: 0;
    padding: 0;
}

dt
{
    font-weight: bold;
    margin: 0.5em 0 0 0;
}

form
{
    margin: 0;
    padding: 0;
}

h1
{
    font-size: 150%;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0;
    padding: 0 0 0.5em 0;
    word-spacing: 1px;
}

h2
{
    font-size: 125%;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0;
    padding: 0.25em 0;
    word-spacing: 1px;
}

h3
{
    font-size: 100%;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0;
    padding: 0.1em 0;
    word-spacing: 1px;
}

h4
{
    font-size: 100%;
    font-style: italic;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 0;
    padding: 0.1em 0;
    word-spacing: 1px;
}

h5
{
    font-size: 100%;
    font-weight: bold;
    margin: 0;
    padding: 0.1em 0;
}

hr
{
    background-color: #cccccc;
    border-style: none;
    color: #cccccc;
    height: 1px;
}

html
{
	background-color: #ffffff;
	border-style: hidden;
	border-width: 0px;
	margin: 0;
	padding: 0;
/*
*/
	height:100%;
}

img
{
    border-style: none;
}

input, select, textarea
{
    font-size: small;
}
input[type=submit]
{
    cursor: pointer;
    font-weight: normal;
}
input[type=text]:active, input[type=text]:focus, textarea:active, textarea:focus
{
    background-color: #ffffcc;
}

kbd, pre
{
    font-family: "Lucida Console", "Courier New", Courier, monospace;
}

label
{
    font-weight: bold;
    letter-spacing: 1px;
    word-spacing: 1px;
}

li
{
    /* margin-top: 0.5em; */
    text-align: left;
}

ol
{
    list-style-type: decimal;
}

ol, ul
{
    margin: 0.5em 0 0.5em 2em;
    padding: 0;
}

ol ol
{
    list-style-type: lower-alpha;
}

p
{
    margin: 0.5em 0;
    padding: 0;
    text-align: left;
}

pre
{
    font-size: small;
    margin-bottom: 0.5em;
    margin-left: 0;
    overflow: auto;
    padding-left: 0.5em;
}

table
{
    border-collapse: collapse;
    caption-side: bottom;
}

td
{
    font-size: small;
    vertical-align: top;
}

th
{
    font-size: small;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
}

ul
{
    list-style-type: square;
}

/* General styles */

a acronym
{
    border-style: none;
}

h1 acronym, h2 acronym, h3 acronym
{
    font-size: 100%;
}

.top-align
{
    vertical-align: top;
}

/* Text styles */

.required
{
    color: #ff0000;
    font-weight: bold;
}
