﻿body
{
	background-color: white;
	font-family: Verdana, Tahoma Arial ;
	font-size: 12px;
	color: Black;
}

img{ border: none 0px; }

#banner
{
	height: 45px;
	width: 100%;
	background-color: #ff0000;
}

#tictacLogo
{
	float: left;
	height: 45px;
	padding-top: 5px;
}

#vhnLogo
{
	float: right;
	height: 45px;	
	padding-top: 15px;
	padding-right: 3px;
}

#menuWrapper
{
	position: relative;
	background-color: red;
	height: 25px;
	width: 100%;
}


#displayArea
{
	margin: 0px 55px 0px 55px;
}
#footer
{
	font-size: 0.8em;
}



#tabletBanner
{
	height: 61px;
	margin: 30px 0px 30px 0px;
	background-position:center;
	background-image: url(/Images/ttBanner.png);
	background-repeat: no-repeat;
}
.pageTitle
{
	margin-top: 50px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

.Title
{
	font-weight: bold;
}


pageBanner
{
	text-align: center;
}

.sectionTitle
{
	font-size: 12px;
	font-weight: bold;
}

#howStep1 
{
	background-repeat:no-repeat;
	background-image: url(/images/howStep1.gif);
	width: 480px;
	height: 102px;
}
#howStep2 
{
	background-repeat:no-repeat;
	background-image: url(/images/howStep2.gif);
	width: 575px;
	height: 456px;
}
#howStep3
{ 
	background-repeat:no-repeat;
	background-image: url(/images/howStep3.png);
	width: 480px;
	height: 361px;
}

#getSpc
{	
	background-repeat:no-repeat;
	background-image: url(/images/getSpc.gif);
	width: 600px;
	height: 500px;
}

fieldset
{
	padding: 10px 0px 10px 50px;
}

fieldset legend
{
	padding: 0 2px;
	font-weight: bold;
}

fieldset div label
{
	display: inline-block;
	width: 120px;
}

fieldset li
{
	list-style: none;
}

fieldset fieldset
{
	border: none;
	margin: 2px 0 0;
}







