/************************************************************
	base element declarations
************************************************************/
body{
    background: #bebebe url(../images/body_background.png) repeat-x;
	color: #797979;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}

div {
    /* display: block; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.2em;
}

* html h1,
* html h2,
* html h3,
* html h4,
* html h5,
* html h6 {
	letter-spacing: -0.1em;    /* ie6 */
}

h1 {
	font-size: 20px;
    margin-bottom: 4px;
    text-transform: uppercase;
}

h2 {
	font-size: 12px;
    margin-bottom: 6px;
    text-transform: uppercase;
}

h3,
h4,
h5,
h6 {
	font-size: 14px;
    margin-bottom: 4px;
}

/* links */

a {
	color: #347fa5;
	text-decoration: none;
}
a:hover {
	color: #63add3;
	text-decoration: underline;
	cursor: pointer;
}

abbr,
acronym {
	text-decoration: underline;
}

abbr:hover,
acronym:hover {
	cursor: help;
}

/* standard text tags */

b,
strong {
	font-weight: bold;
}
i {
	font-style: italic;
}

em {
    color: #666666;
	font-style: normal;
}

/* forms */

input,
textarea,
select,
.button {
	border: 1px solid #999;
}

/*
	you must give classes to input elements
	to work around limited CSS 2.1/3 support
	in some browsers
*/
input.radio {

}

input.checkbox {

}

label {
	display: block;
	font-weight: bold;
}

.button {
	background-color: #ddd;
	font-weight: bold;
}

.button:hover {
	cursor: pointer;
}

/************************************************************
	section: general content formatting
************************************************************/

.content {
    margin-bottom: 5px;
}

.content li {
    list-style-image: url(../images/bullet_icon_arrow_white.png);
    margin-left: 24px;
    margin-bottom: 4px;
}

.content a.linkGo {
    background: transparent url(../images/button_go_on_white.gif) no-repeat center right;
    color: #000000;
}

/************************************************************
	section: text styles & content style
************************************************************/

/* global styles */

.abstract {
    color: #666666;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
}

.linkGo {
    font-family: "Arial Black", Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 32px;
    padding-bottom: 10px;
    padding-right: 32px;
    padding-top: 10px;
}

.small {
    font-size: 10px;
}

.title {
    color: black;
}

.fckeditor {
    background: #ffffff;
}

