body {
    color: #333333;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 14px;
    text-transform: none;
    text-decoration: none;
    text-align: left;
}

strong{
	font-weight: 900;
	text-decoration:underline;
}

img {
    border: none;
}

a:link {
    color: #333333;
    text-decoration: none;
    border: none;
}

a:visited {
    color: #555555;
    text-decoration: none;
    border: none;
}

a:hover {
    color: #dd0000;
    text-decoration: none;
    border: none;
}

a:active {
    color: #dd0000;
    text-decoration: none;
    border: none;
}

#info{
width:585px;
height:400px;
padding:0px 0px 0px 15px;
overflow:hidden;
}

#title {
}

#holder {
    left: 0px;
    
    width: 1000px;
}

#holder_text {
    height: 200px;
    width: 1000px;
	float:left;
}

#text_left {
    width: 200px;
    height: 200px;
    float: left;
}

#text_center {
    width: 200px;
    height: 200px;
    float: left;
}

#text_right {
    float: left;
}

#spacer_50 {
    height: 50px;
}

#spacer_39 {
    height: 39px;
}

#spacer_w_150 {
    width: 150px;
    float: left;
}

