﻿
h1{
	position:relative; 
	top:4px;
	padding:0 0 3px 0; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 19; 
	color: #666; 
	font-weight: bold;
	border:none;
}


.body-text{
	font-size:smaller;
}

.boxcontainer {
	width:450px;
	float:left;	
	margin-bottom:10px;
	margin-right:0px;
	
}
.boxtop {
	width:100%px;
	padding-top:0px;
	height:170px;
	background-color:#cadff4;
	border-color:#adc1cc;
	border-style:solid;
	border-width:1px;
}

.langdropdown {
	font-size:75%;
}

.feature {
	margin:5px 0 10px 0;
}

.feature-icon {
	margin:5px 2px 0 0;
	border:none;
	float:left;
}

.frontpagelinks {
	font-size:smaller;
}
.frontpagelinks_small {
	font-size:x-small;
}

.DownloadButton
{
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
  padding-top:7px;
}
.ButtonLeft
{
	padding: 0px;
	width: 8px;
	height: 40px;
	background-repeat: no-repeat;
}
.ButtonMiddle
{
	padding: 0px;
	background-image: url(images/button_mid2.png);
	background-repeat: repeat-x;
	height: 40px;
}
.ButtonRight
{
	padding: 0px;
	width: 7px;
	height: 40px;
	background-repeat: no-repeat;
	color: #ffffff;
}

.ButtonRightBlue
{
  background-image: url(images/button_right_onblue2.png);
}

.ButtonLeftBlue
{
  background-image: url(images/button_left_onblue2.png);
}

.MediumBuffer
{
	width: 30px;
}
.Center
{
	text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.Bold
{
	font-weight: bold;
}
.Medium
{
	font-size: medium;
}
