* {
    font-family: Arial, Verdana;
}

h1 {
    font-size: 14pt;
}

p {
    font-size: 10pt;
}

li {
    font-size: 10pt;
}

.thumb_back {
    width: 130px;
    height: 100px;
    float: left;
    clear: both;
    background-image: url(/Freeware/thumbs/thumb_border.jpg);
}

.online_thumb_back {
    width: 160px;
    float: left;
    clear: both;
    margin-bottom: 10px;
}

.thumb_img {
    border: 0px;
    padding: 5px;
}

#main_content {
    width: 800px;
    font-size: 10pt;
}

.toolbar_main {
    font-size: 10pt;
    margin-bottom: 20px;
    width: 800px;
    border-bottom: 1px solid #000000;
}

a.toolbar_link {
    font-size: 11pt;
    color:#000000;
    text-decoration: none;
}

a.toolbar_link:hover {
    font-size: 11pt;
    color:#000000;
    text-decoration: underline;
}

a.toolbar_download {
    font-weight: bold;
    font-size: 10pt;
    color:#000000;
     text-decoration: none;
}

a.toolbar_download:hover {
    font-weight: bold;
    font-size: 10pt;
    color:#000000;
    text-decoration: underline;
}

.toolbar_left {
    width: 390px;
    float: left;
}

.toolbar_left li {
    list-style-image: url(/images/toolbar_arrow.jpg);     
}

.toolbar_download_button {
    width: 146px;
    height: 31px; 
    background-image: url(/images/toolbar_download.jpg);
    text-align: center;
    line-height: 27px;
}

.toolbar_right {
    font-size: 9pt;
    width: 390px;
    float: right;
}

.IE8Fix
	{
		z-index: 100;
    }

