html{
	background: #ffffff;
	color:#000;
}
body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.7em;
}

/* GLOBAL SETTING OF FONT SIZES */

h1
{
    font-size: 1.7em;
}

h2
{
    font-size: 1.4em;
}

h3, legend
{
    font-size: 1.1em;
}

h4, h5, h6
{
    font-size: 1em;
}

pre
{
    font-family: "Courier New", Courier, monospace;
    font-size: 1.1em;
}


/* HEADINGS */

h1, h2, h3, h4, h5, h6
{
    padding: 0em;
}

h1
{
    padding-top: 0.2em;
    margin: 0 0 0.5em 0;
}

h1, h2
{
    font-weight: normal;
}

h2, h3, h4, h5, h6
{
    margin: 0.75em 0 0.75em 0;
}

h3, h4, h5, h6
{
    font-weight: bold;
}

/* REGULAR PARAGRAPHS */

p
{
    margin: 0.25em 0 0 0;
    padding-bottom: 0.25em;
    line-height: 1.25em;
}

pre
{
    margin: 0.25em 0 0.5em 0;
}

/* LINKS */

a
{
	color: #0000a0;
    text-decoration: underline;
}

a:hover
{
    color: #0000c0;
    text-decoration: underline;
}

a img
{
    border: none;
}

/* TABLES */



ul, ol
{
    padding: 0;
    margin: 0.75em 0 1em 1.5em;
}

ol
{
    margin-left: 2.5em;
}

ul, ul ul
{
    list-style-type: disc;
}

li
{
    padding: 0em;
    margin-bottom: 0.3em;
    line-height: 1.25em;
}

/* DEFINITION LISTS */


/* FORMS */

form
{
    padding: 0em;
    margin: 0em;
}

input.box, textarea.box
{
    width: 100%;
}

input.halfbox, textarea.halfbox
{
    width: 48%;
}

textarea.halfbox
{
    font-size: 1.2em;
}

input.quarterbox, textarea.quarterbox
{
    width: 20%;
}

input.shortbox
{
    width: 4em;
}


input.button
{
    font-weight: normal;
    margin-right: 1em;
}

input.defaultbutton
{
    font-weight: bold;
    margin-right: 1em;
}


/* PAGE DIVIDERS */


div.break
{
    clear: left;
}

div.breakall
{
    clear: both;
}

/* ARTICLE FORMATTING */



div.feedback
{
    border-color: #00a000;
}

div.highlight
{
    border-color: #000000;
}


/* OTHER OBJECTS */

hr
{
    height: 1px;
    padding: 0;
    margin: 1.5em 0 0.5em 0;
    color: #c0c0c0;
}

.invisible
{
    display: none;
}

/* BUGS PRIORITY */


p.rendered, .rendered2
{
	text-align:center;
	background:#fff;
	border:1px solid #acd194;
	width:100px;

}

p.rendered2
{
	width:125px;

}

