/* CSS Document */

.SideButtonParent
{
	color: #FFFFFF;
	font-size: 15pt;
	padding: 2px;
	width: 196px;
}

.SideButtonParent:hover
{
	cursor: pointer; cursor: hand;
}

.SideButton, .TrialButton, .LogoButton
{
	padding: 4px 10px 4px 10px;
	margin-bottom: 2px;
}

.SideButton, .LogoButton
{
	background-color : #CCCCCC;
}

.TrialButton
{
	font-size: 14pt;
	background-color: #99CC99;
	color: #666666;
	text-align: center;
}

.LogoButton
{
	font-family: Arial Black;
	text-align: center;
}

.ThawteLogo
{
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
	text-align: center;
}

.MainColumn
{
	font-size: 14px;
	border: 1px solid #000000;
	padding: 15px 30px 15px 30px;
}

strong
{
	color: #666666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
