.Headline-Medium {
   font-size:110%;
   font-weight:bold;
}
.Headline-Large {
   font-size:120%;
   font-weight:bold;
}

.Detail-Medium {
   font-size:90%;
}

.Detail-Fine {
   font-size:80%;
}

.ALL-CAPITALS {
	font-variant: small-caps;
}

.Standout-Red {
   font-size:110%;
   font-weight:bold;
   color:#ff0000;
}

.Standout-Blue {
   font-size:110%;
   font-weight:bold;
   color:#0000ff;
}

.Standout-Green{
   font-size:110%;
   font-weight:bold;
   color:#00ff00;
}

.Standout-Orange{
   font-size:110%;
   font-weight:bold;
   color:#FFB401;
}
.Standout-Yellow{
   font-size:110%;
   font-weight:bold;
   color:#FFFF00;
}
.Standout-Purple{
   font-size:110%;
   font-weight:bold;
   color:#A70FF5;
}
.Standout-Pink{
   font-size:110%;
   font-weight:bold;
   color:#FF00FF;
}
.Standout-Brown{
   font-size:110%;
   font-weight:bold;
   color:#BE7335;
}
.Standout-Gray{
   font-size:110%;
   font-weight:bold;
   color:#999999;
}
.Standout-Cyan{
   font-size:110%;
   font-weight:bold;
   color:#00FFFF;
}
.Standout-White{
   font-size:110%;
   font-weight:bold;
   color:#FFFFFF;
}
.Doublespace{
	margin-bottom: 10px;
}
.Triplespace{
	margin-bottom: 15px;
}

a:hover
{
	cursor: pointer;
}

a .middleButtonSpan{
	color:#777;
	text-decoration:none;
	display:inline-block;
	padding-top: 2px;
	padding-bottom: 7px;
	padding-left: 5px;
	padding-right: 5px;
    BACKGROUND: url(../images/default/button_middle_section.gif) repeat-x;
}

a:hover .middleButtonSpan{
	BACKGROUND: url(../images/default/button_middle_section_active.gif) repeat-x;
}

a .leftButtonSpan
{
	display:inline-block;
	padding-top: 2px;
	padding-bottom: 7px;
	padding-left: 16px;
    BACKGROUND: url(../images/default/button_left_section.gif) no-repeat;
}

a:hover .leftButtonSpan
{
	BACKGROUND: url(../images/default/button_left_section_active.gif) no-repeat;
}

a .rightButtonSpan
{
	display:inline-block;
	padding-top: 2px;
	padding-bottom: 7px;
	padding-left: 6px;
    BACKGROUND: url(../images/default/button_right_section.gif) no-repeat;
}

a:hover .rightButtonSpan
{
	BACKGROUND: url(../images/default/button_right_section_active.gif) no-repeat;
}
