﻿body {
}

A.GoBackButton 
{
	font-size: 10px;
    font-weight:normal;
	font-style: normal;
	color: #A50F0F; /*#FF8800;*/
}

A.GoBackButton:link {
    text-decoration:    none;
}

A.GoBackButton:visited{
    text-decoration:    none;
}

A.GoBackButton:hover    {
    text-decoration:   underline; 
}



A.NewSearch
{
	text-decoration:    none;
	font-weight: bold;
	font-size: 10px;
	font-style: normal;
	color: #A50F0F;
}

A.NewSearch:link {
    text-decoration:    none;
}

A.NewSearch:visited{
    text-decoration:    none;
}

A.NewSearch:hover    {
    text-decoration:   underline; 
}

A.RefineSearch
{
	text-decoration:    none;
	font-weight: bold;
	font-size: 10px;
	font-style: normal;
	color: #FF9900;
}

A.RefineSearch:link {
    text-decoration:    none;
}

A.RefineSearch:visited{
    text-decoration:    none;
}

A.RefineSearch:hover    {
    text-decoration:   underline; 
}


A.BackButton
{
	text-decoration:    none;
	font-weight: bold;
	font-size: 10px;
	font-style: normal;
	color: #006600;
}

A.BackButton:link {
    text-decoration:    none;
}

A.BackButton:visited{
    text-decoration:    none;
}

A.BackButton:hover    {
    text-decoration:   underline; 
}

div#navi .leftBordered
{
	border-left: 1px solid #333333;
	padding: 0 0 0 8px;
	margin-left: 8px;
}
