﻿.welcome
{
 font-weight:bold;
 padding:0px 15px;
 text-align:justify;
}
.homePageLink
{
	color:Blue;
	font-size:0.8em;
	padding:0px 5px;
	text-decoration:underline;
}
.cssLinkButton
{
	background:url(../images/button_silver2.jpg) no-repeat top center;
 
	border:none;
	display:block;
	height: 50px;
	overflow: hidden;
	text-align: center;
	width:110px;
}
.cssLinkButton:focus
{
	background:url(../images/button_silver2_border.jpg) no-repeat top center;
}
.cssLinkButton:hover
{
	background:url(../images/button_silver2_border.jpg) repeat-y top center;
}

.cssSilverButtonContainer,
.cssSilverButtonContainerSlideUp
{
	background:url(../images/button_silver2.jpg) repeat-y top center;
	border:none;
	height: 50px;
	overflow:hidden;
	text-align: center;
	width:110px;
}
.cssSilverButtonContainer:focus
{
	background:url(../images/button_silver2_border.jpg) repeat-y top center;
}
.cssSilverButtonContainer:hover
{
	background:url(../images/button_silver2_border.jpg) repeat-y top center;
}
.cssSilverButton
{
	color: #00008B; /* Dark Blue */
	display:block;
	font-family:Arial;
	font-weight:bold;
	height:50px;
	overflow: hidden;
	text-align:center;
	text-decoration: none;
}
.css1Line
{
	font-size:18px;
	line-height:22px;
	padding-bottom:14px;
	padding-top:14px;
}
.css2Line
{
	font-size:18px;
	line-height:21px;
	padding-bottom:4px;
	padding-top:4px;
}
.cssSilverButtonLink
{
 	color: #00008B; /* Dark Blue */
	/*display:block;*/
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	line-height:25px;
	white-space:nowrap;
}
.cssSilverButtonLink:focus
{
	color: #0000FF;
}
.cssSilverButtonLink:hover
{
	color: #0000FF;
}

