/* Default CSS Stylesheet for a new Web Application project */
.abstract
{
	font-family:arial;
	font-size:11px;
	font-weight:400;
}
.copy
{
	font-family:arial;
	font-size:12px;
	font-weight:400;
}
.copy:hover
{
	font-family:arial;
	font-size:12px;
	font-weight:400;
}
.copybold
{
	font-family:arial;
	font-size:12px;
	font-weight:800;
}
.copyboldsmall
{
	font-family:arial;
	font-size:11px;
	font-weight:400;
}
.copylink
{
	font-family:arial;
	font-size:12px;
	font-weight:400;
	text-decoration:underline;
	color:Black;
}

.copylink:hover
{
	font-family:arial;
	font-size:12px;
	font-weight:400;
	text-decoration:none;
	color:#CC0000;
}
.copylinkboldwhite
{
	font-family:arial;
	font-size:12px;
	font-weight:800;
	text-decoration:none;
	color:white;
}

.copylinkboldwhite:hover
{
	font-family:arial;
	font-size:12px;
	font-weight:800;
	text-decoration:underline;
	color:gray;
}
.copylinkbold
{
	font-family:arial;
	font-size:12px;
	font-weight:800;
	text-decoration:underline;
	color:Black;
}

.copylinkbold:hover
{
	font-family:arial;
	font-size:12px;
	font-weight:800;
	text-decoration:underline;
	color:#CC0000;
}
.bull
{
	font-family:Verdana;
	font-size:12px;
	font-weight:400;
	text-decoration:underline;
	color:Black;
}
.bull:hover
{
	font-family:Verdana;
	font-size:12px;
	font-weight:400;
	text-decoration:underline;
	color:#CC0000;
}
.caption
{
	font-family:Verdana;
	font-size:11px;
	font-weight:400;
}
.title		{
	font-family: arial,Verdana;
	font-size: 22px;
	font-weight : bold;
	color:Black
}
.byline
{
	font-family:arial;
	font-size:9px;
	font-weight:400;
	text-decoration:italic;
	
}
.titlebar
	{
	font-family: arial,Verdana;
	font-size: 12px;
	font-weight : 800;
	color:white;
}
.date
{
	font-family:arial;
	font-size:9px;
	font-weight:400;
}
.biketechtitle
{
	font-family:Verdana;
	font-size:22px;
	font-weight:400;
}
.contentsectiontitles
{
	font-family:arial;
	font-size:13px;
	font-weight:800;
	color:Black;
}
.sectionindextitles
{
	font-family:arial;
	font-size:13px;
	font-weight:800;
	color:white;
}

.sectionindextitles:hover
{
	font-family:arial;
	font-size:13px;
	font-weight:800;
	color:gray;
}
.highlight 
        {
            background-color: lemonchiffon; 
        }
.searchlink
	{
    position:absolute;
    left:796px;
    top:191px;
	font-family: Verdana;
	font-size: 13px;
	font-weight : 800;
	color:white;
	text-decoration:none;
} 
.searchlink:hover
	{
    position:absolute;
    left:796px;
    top:191px;
	font-family: Verdana;
	font-size: 13px;
	font-weight : 800;
	color:gray;
	text-decoration:none;
} 
        
.sectiontitle
{
    font-family:arial;
	font-size:18px;
	font-weight:800;
	color:#CC0000;
}
.whiteheader
{
    font-family:arial;
	font-size:12px;
	font-weight:800;
	color:white;
}
.relatedtitle
	{
	font-family: arial,Verdana;
	font-size: 12px;
	font-weight : 800;
	color:red
}
.textbox 
	{
	BORDER-RIGHT: #3d3d3d 1px solid; 
	BORDER-TOP: #3d3d3d 1px solid; 
	FONT-SIZE: 11px; 
	BORDER-LEFT: #3d3d3d 1px solid; 
	BORDER-BOTTOM: #3d3d3d 1px solid; 
	FONT-FAMILY: Verdana, Arial, Sans-Serif;
	width:225px;
	}
