/* a
/* a formats regular hyperlinks */

.ttool {
visibility:hidden;
display:none;
}

a
{
	
}
a:link
{
	color:#0000FF;
	text-decoration:none;
}
a:visited
{
	color:#0000FF;
	text-decoration:none;
}
a:hover
{
	color:#FF6600;
	text-decoration:none;
}
a:active
{
	color:#FF6633;
	text-decoration:none;
}
/* a */


/* a.Menu
/* a.Menu formats the black Menu at the top of the page */
a.Menu
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
a.Menu:link
{
	color:#FFFFFF;
	text-decoration:none;
}
a.Menu:visited
{
	color:#FFFFFF;
	text-decoration:none;
}
a.Menu:hover
{
	color:#FF6633;
	text-decoration:none;
}
a.Menu:active
{
	color:#FF6633;
	text-decoration:none;
}
/* a.Menu */


/* table.TableTemplate */
/* table.TableTemplate is the default layout for most tables in CSInet */
/* table.TableTemplate also eliminates the need for the useless "border" table */
table.TableHeader
{
	table-layout:fixed;
	color:#FFFFFF;
	background-color: #0000FF;
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}
table.TableContent
{
	table-layout:fixed;
	color:#000000;
	margin:0px;
	padding:0px;
	border:1px solid #CCCCCC;
	border-top:0px solid;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}
/* table.TableTemplate */


/* .Price */
/* .Price is what Prices will look like */
.Price
{
	color:#0000FF;
	font-weight:bold;
	text-align:center;
}


/* .BarsOnMenu
/* .BarsOnMenu formats the bars on the top of the page */
.BarsOnMenu
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CCCCCC; 
	text-decoration:none;
	background-color:#0000FF
}
/* .BarsOnMenu */


/* .DateMenu */
/* .DateMenu formats the Date Stamp */
.DateMenu
{

	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000; /* This actually changes the font color */
	text-decoration:none;

}
/* .DateMenu */


/* a.Peripheral
/* a.Peripheral formats the black Menu at the top of the page */
a.Peripheral
{
	font:inherit;
}
a.Peripheral:link
{
	color:#0000FF;
	text-decoration:none;
}
a.Peripheral:visited
{
	color:#0000FF;
	text-decoration:none;
}
a.Peripheral:hover
{
	color:#FF6600;
	text-decoration:none;
}
a.Peripheral:active
{
	color:#FF6633;
	text-decoration:none;
}
/* a.Peripheral */


/* .Copyright */
/* .Copyright formats the copyright information located at the bottom of the page */
.Copyright
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-align:center;
}
a.Copyright
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
a.Copyright:link
{
	color:#D1D1D1;
	text-decoration:none;
}
a.Copyright:visited
{
	color:#D1D1D1;
	text-decoration:none;
}
a.Copyright:hover
{
	color:#FF6633;
	text-decoration:none;
}
a.Copyright:active
{
	color:#FFFFFF;
	text-decoration:none;
}
/* .Copyright */


/* .aHref */
/* .aHref is a last resort when the cursor won't turn into a hand... */
.aHref
{
	cursor:pointer;
	color:#0000FF;
}
/*
a.aHref
{
	cursor:pointer;
}
a.aHref:link
{
	color:#0000FF;
}
a.aHref:visited
{
	color:#0000FF;
}
a.aHref:hover
{
	color:#FF6633;
}
a.aHref:active
{
	color:#FF6600;
}
/* .aHref */


/* .YouAreHere */
/* .YouAreHere formats the You Are Here Section located at the top of the page */
.YouAreHere
{
	background-color:#FFFFFF;
}
.YouAreHereFont
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}
a.YouAreHere
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
a.YouAreHere:link
{
	color:#0000FF;
	text-decoration:none;
}
a.YouAreHere:visited
{
	color:#0000FF;
	text-decoration:none;
}
a.YouAreHere:hover
{
	color:#FF6600;
	text-decoration:none;
}
a.YouAreHere:active
{
	color:#FF6633;
	text-decoration:none;
}
/* .YouAreHere */


/* .TablePage */
/* .TablePage determines the width of the page */
.TablePage
{
	table-layout:fixed;
	width:800px;
	position:relative;
	top:0px;
	left:1px;
	height: 28px;
}
/* .TablePage */


/* .PageHeader */
/* .PageHeader attributes listed below define the CSInet logo and information to the right */
.PageHeader
{
	background-image:url(/images/logo/Banner.gif);
	width:800px;
	background-repeat:repeat-y;
}
.CSInetLogo
{
	width:200px;
	position:relative;
	left:3px;
	top:3px;
}
.EmailIcon
{
	width:145px;
}
.SignupIcon
{
	width:40px;
}
/* .PageHeader */


/* .TableTitle */
/* .TableTitle formats the table heading for common data */
.TableTitle
{
	table-layout:fixed;
	background-color:#0066FF;
	color:#FFFFFF;
	height:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:left;
}
.SmallTableTitle
{
	table-layout:fixed;
	background-color:#0000FF;
	color:#FFFFFF;
	height:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align:center;
}
/* .TableTitle */


/* .TableHeadline */
/* .TableHeadline formats the table heading for common data */
.TableHeadline
{
	table-layout:fixed;
	background-color:#CCCCCC;
	color:#000000;
	height:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:left;
}
.SmallTableHeadline
{
	table-layout:fixed;
	/*background-color:#fec200;*/
	color:#000000;
	height:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	text-align:center;
}
/* .TableHeadline */


/* .TableContents */
/* .TableContents formats the table heading for common data */
.TableContents
{
	table-layout:fixed;
	
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-align:left;
	text
}
.SmallTableContents
{
	table-layout:fixed;
	background-color:#F1F1F1;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	text-align:left;
	vertical-align:top;
}
/* .TableContents */


/* .TableMenu */
/* .TableMenu formats the Menu on the left hand column */
.TableMenu
{
	table-layout:fixed;
	width:150px;
	background-color:#F1F1F1;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	vertical-align:top;
	border-color:#CCCCCC;
	border-width:1px;
	border-style:solid;
	position:relative;
}
/* .TableMenu */


/* .TableWhiteSpace */
/* .TableWhiteSpace formats the whitespace in between sections */
.TableWhiteSpace
{
	width:2px;
	background-color:#FFFFFF;
	table-layout:fixed;
}
/* .TableWhiteSpace */


/* .GoogleSearch */
/* .GoogleSearch formats the Google Search form elements */
.GoogleSearchGo
{
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:500;
	font-size:11px;
	background-color:#0000FF;
	border-width:1px;
	border-color:#CCCCCC;
	height:17px;
	right:-400px;
}
.GoogleSearchText
{
	color:#009933;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:10px;
	background-color:#FFFFFF;
	border-style:solid;
	border-color:#000000;
	border-width:1px;
	height:15px;
	margin-bottom: 4px;
	padding-right: 10px;
}
.GoogleSearchRadio
{
	font-size:12px;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
}
/* .GoogleSearch */


/* .TableProperties */
.TableProperties
{
	width:650px;
	border:0px;
	padding:0px;
	margin:0px;
}
.PageTableProperties
{
	width:800px;
	border:0px;
	padding:0px;
	margin:0px;
}
.MenuTableProperties
{
	width:150px;
	border:0px;
	padding:0px;
	margin:0px;
}
.MainTableProperties
{
	width:430px;
	border:0px;
	padding:0px;
	margin:0px;
}
.SecondaryTableProperties
{
	width:150px;
	border:0px;
	padding:0px;
	margin:0px;
}
/* .TableProperties */

/* .FinePrint */
/*. What do you think .FinePrint does? */
.FinePrint
{
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
}
/* .FinePrint */


/* PageTitle */
/* PageTitle formats the top of the page, Title Header for all* Daughter pages */
.PageTitle
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#0000FF;
	font-size:13px;
}

.SectionTitle
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000000;
	font-size:13px;
}
/* PageHeader */

/* .FAQs */
.FAQletter
{
	color:#FF6633;
	font-weight:bold;	
}
.FAQQuestion
{
	font-weight:bold;
}
/* .FAQs */

/* hr */
/* hr is the default format for all breaks */
hr
{
	text-align:left;
	width:610px;
	color:#FF6633;
	background-color:#FF6633;
	height:1px;
}
hr.FAQsbar
{
	color:#0000FF;
	height:1px;
	width:610px;
	text-align:left;
}




.header
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
}
.up
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

.down
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF6600;
	text-decoration: none;
}

ul
{
	list-style-position: outside;
	list-style-image: url(/images/arrow_ro.gif);
}

li
{
	list-style-position: outside;
	list-style-image:url(/Images/blue_arrow.gif);
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}

.UpOrange
{
	text-decoration: none;
	color: #FF6633;
}

.normalText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
}


.orangeText
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FF6633;
	font-weight:bold;
	line-height: 13px;
}

.normalPadding
{
/*	padding-left:15px;
	padding-righ5t:15px;/**/
	margin-left:15px;
	margin-right:15px;/**/
}

.AgreementLink
{
	color: #CCCCCC;
}

.spacer
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	margin: 0px;
}

.greytext
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

.HeaderText
{
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
}


.YouAreHere
{
	font-size: 10px;
	color: #FFFFFF;
}

URL
{
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.SitePadding
{
	padding-top:0px;
	padding-right:20px;
	padding-bottom:0px;
	padding-left:10px;
	text-align:justify;
}

.SignupTable
{
	width:600px;
	background-color:#F1F1F1;
	border-color:#CCCCCC;
	border-width:1px;
	border-style:solid;
}

.SignupTR
{
}

.SignupTD
{
	width:200px;
	text-align:right;
}


.AccessNumbersTable
{
	width:610px;
	table-layout:fixed;
}
.AccessNumberTRHeader
{
	color:#FFFFFF;
	background-color:#0000FF;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
}
.AccessNumbersTR1
{
	color:#000000;
	background-color:#FFFFFF;
}
.AccessNumbersTR2
{
	color:#000000;
	background-color:#dddceb;
}
.AccessNumbersTD
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-align:center;
}

.signupRequiredField
{
	background-color:#DDDDFF;
}
.signupRequiredFieldError
{
	background-color:#FF0000;
	color:#FFFFFF;
/*	font-family:Verdana, Arial, Helvetica, sans-serif;*/
}
.signupErrorMessage
{
	font: "Courier New", Courier, mono;
	color:#FF0000;
	text-shadow:Black;
}


.fixedWidthFont
{
	font-family:"Courier New", Courier, mono;
}
.verticalTableRightBorders
{
	border-right: 1px solid #CCCCCC;
}


/* OBJECT MENU */
.thObjectMenu
{
	border:1px solid #F1F1F1;
	color:#333300;
	background-color:#F1F1F1;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	border-top:1px solid #CCCCCC;
	height:19px;
	padding-left:4px;
	text-align:left
}
.tableObjectMenu
{
	border-right:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;

}
.ObjectMenu
{
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	border: 1px solid #F1F1F1;
	color: #333300;
	background-color:#F1F1F1;
	height:19px;
	padding-left:4px;
	text-align:left;
}

a.footer:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #0000FF;
}
a.footer:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #0000FF;
}
a.footer:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF6600;
}
a.footer:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #0000FF;
	line-height: normal;
}

/* OBJECT MENU */
