/* CORE CSS - 20060601 */


/* BODY */

body /* These becomes the initial settings for most other elements */
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: black;
    background-color: #FED517;
    /*text-align: left; /* IE method for centering page if it has fixed width */
    margin: 0;
    padding: 0;
    background: #FED517 none repeat scroll 0 0;
	/*width:945px;*/
}

/* HEADINGS */

h1, h2, h3, h4, h5, h6 /* Set general styles for all headings; some may be overridden later */
{
    font-weight: bold;
    font-style: normal;
    margin: 0 0 0.5em 0;
    padding: 0;
}

h1
{
    margin-top: 0;
    font-size: 1.4em;
    font-weight: normal;
}

h2
{
    font-size: 1.3em;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5
{
    font-size: 1em;
}

h6
{
    font-size: 1em;
    font-weight: normal;
}


/* PARAGRAPHS */

p
{
    /*margin: 0 0 0 0;*/
    line-height: 1.25em; /* This is aprox. default line height in most popular browsers; set explicitly to ensure consitency. */
    margin: 0px;
}


/* LINKS */

a
{
    color: black;
    text-decoration: none;
}
.article_body a,.article_body a:hover{ 
    color: #000000;
    text-decoration: underline;
}

a:hover
{
    color: black;
    text-decoration: none;
}

a img
{
    border: none; /* Some browsers may display a border around a linked image without this attribute set to _none_. */
}
