*
{
    margin: 0;
    padding: 0;
}

html
{
    min-height: 100.2%;
}

body
{
		text-align:center;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10pt;
}

a, a:visited
{
    color: #1774CA;
    text-decoration: none;
}

a:hover
{
    color: #1774CA;
    text-decoration: underline;
}

acronym
{
    cursor: help;
}

address
{
    font-style: normal;
}

fieldset
{
    border: 1px solid #516173;
    margin: 20px 0;
    padding: 20px;
}

h1, h2, h3, h4, h5, h6
{
    font-family: arial, helvetica, sans-serif;
}

iframe
{
    border: 0;
}

img
{
    border: 0;
}

input[type='text'], input[type='password'], select, textarea
{
    border: 1px solid #000000;
    padding: 2px;
	size: 250px;
}

input[type='text']:focus, input[type='password']:focus, select:focus, textarea:focus
{
    background-color: #FFFFCC;
    border: 1px solid #ffcc33;
}

label
{
    display: block;
    float: left;
    padding-right: 2px;
    text-align: right;
    width: 40% !important;
}

ol, ul
{
    list-style-position: outside;
}

option
{
    padding-right: 8px;
}

p
{
    padding: 5px 0;
}

sup
{
    color: #ff0000;
}

ul
{
    padding-left: 30px;
}

.clear
{
    clear: both;
    overflow: hidden;
}

.left
{
    text-align: left !important;
}

.center
{
    text-align: center !important;
}

.right
{
    text-align: right !important;
}

.justify
{
    text-align: justify !important;
}

.smaller
{
    font-size: smaller !important;
}

.bold
{
    font-weight: bold !important;
}

.italics
{
    font-style: italic !important;
}

.block
{
    display: block !important;
}

.inline
{
    display: inline !important;
}

.red
{
    color: #ff0000 !important;
}

.green
{
    color: #4CBB17 !important;
}

.fleft
{
    float: left !important;
}

.fright
{
    float: right !important;
}

.cursor
{
    cursor: pointer;
}

.bgwhite
{
    background-color: #ffffff !important;
}

.bgltgrey
{
    background-color: #efefef !important;
}

.bggreen
{
    background-color: #E3FFE3 !important;
}

.bgyellow
{
    background-color: #ffff99 !important;
}

.bgred
{
    background-color: #FFE7E7 !important;
}

.nobr
{
    white-space: nowrap !important;
}

#errormessage
{
    background-color: #FFE7E7;
    border: 3px solid #CC0033;
    color: #000000;
    margin: 0 auto 20px;
    padding: 10px;
    width: 90%;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

#errormessage img
{
    float: left;
    margin: 10px 20px 10px 10px;
}

#errormessage h2
{
    font-size: 13pt;
    margin: 3px;
}

#errormessage ul
{
    list-style-position: inside;
    list-style-type: none;
    margin-left: 32px;
}

#errormessage ul li
{
    margin: 5px 0;
}

#noticemessage
{
    background-color: #FFFFCC;
    border: 3px solid #ffcc00;
    color: #C60000;
    margin: 0 auto 20px;
    padding: 10px;
    width: 90%;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

#noticemessage img
{
    float: left;
    margin: 10px 20px 10px 10px;
}

#noticemessage h2
{
    margin: 3px;
}

#noticemessage ul
{
    list-style-position: inside;
    list-style-type: none;
    margin-left: 32px;
}

#noticemessage ul li
{
    margin: 5px 0;
}

#successmessage
{
    background-color: #FFFFCC;
    border: 3px solid #71AF27;
    color: #71AF27;
    font-weight: bold;
    margin: 0 auto 20px;
    min-height: 33px;
    padding: 10px;
    width: 90%;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

#successmessage img
{
    float: left;
    margin-right: 10px;
}

#successmessage p
{
    padding-top: 8px;
}
