/* create a button look for links */

input.btn
{
    font: "segoe ui",arial,sans-serif;
}

div ul
{
    font: "segoe ui",arial,sans-serif !important;
}

.normalbutton a, .normalbutton a:link, .normalbutton a:visited {
	background-color: #CEEFFF;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#FFFFFF',EndColorStr='#DDDDDD');
	color: #000000;
	font-family: "segoe ui",arial,sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: normal;
	padding: 3px;
	text-decoration: none;
	text-align: center;
	line-height: 1;
	width: 6em;
	margin-right: 2px;
	border-top: 1px solid #999999;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #999999;
	}

.normalbutton a:hover 
{  
	ckground-color: #CEEFFF; color: #FF9900; 
}
/* depress effect on click */

.normalbutton a:active { 
	border: solid 1px;
	border-color: #333333 #999999 #999999 #333333;
	letter-spacing: normal;
	color: #000000;
}

.largebutton a, .largebutton a:link, .largebutton a:visited {
	background-color: #CEEFFF;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#FFFFFF',EndColorStr='#DDDDDD');
	color: #000000;
	font-family: "segoe ui",arial,sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: normal;
	padding: 3px;
	text-decoration: none;
	text-align: center;
	line-height: 1;
	width: 12em;
	margin-right: 2px;
	border-top: 1px solid #999999;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #999999;
	}

.largebutton a:hover 
{  
	ckground-color: #CEEFFF; color: #FF9900; 
}
/* depress effect on click */

.largebutton a:active { 
	border: solid 1px;
	border-color: #333333 #999999 #999999 #333333;
	letter-spacing: normal;
	color: #000000;
}
.large1button a, .large1button a:link, .large1button a:visited {
	background-color: #CEEFFF;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#FFFFFF',EndColorStr='#DDDDDD');
	color: #000000;
	font-family: "segoe ui",arial,sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: normal;
	padding: 3px;
	text-decoration: none;
	text-align: center;
	line-height: 1;
	width: 18em;
	margin-right: 2px;
	border-top: 1px solid #999999;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #999999;
	}

.large1button a:hover 
{  
	ckground-color: #CEEFFF; color: #FF9900; 
}
/* depress effect on click */

.large1button a:active { 
	border: solid 1px;
	border-color: #333333 #999999 #999999 #333333;
	letter-spacing: normal;
	color: #000000;
}

.smallbutton a, .smallbutton a:link, .smallbutton a:visited {
	background-color: #CEEFFF;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#FFFFFF',EndColorStr='#DDDDDD');
	color: #000000;
	font-family: "segoe ui",arial,sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: normal;
	padding: 3px;
	text-decoration: none;
	text-align: center;
	line-height: 1;
	width: 3em;
	margin-right: 2px;
	border-top: 1px solid #999999;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #999999;
	}

.smallbutton a:hover 
{  
	ckground-color: #CEEFFF; color: #FF9900; 
}
/* depress effect on click */

.smallbutton a:active { 
	border: solid 1px;
	border-color: #333333 #999999 #999999 #333333;
	letter-spacing: normal;
	color: #000000;
}
/* CSS Document */

