/*.cs-h1 modifies the first line of text on every customer service page. */
.cs-h1 {
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif
	font-size: 10px;
	color: #333333;
	text-align: center;
}
/*.cs-p modifies all text elements withing the paragraph tag and list items*/
.cs-p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 18px;
}
/*.cs-h2 modifies the secondary topic on the page. It is also used to bold specific text within a box of text*/
.cs-h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
/*.cs-table-body modifies the background of the parent table on each customer service page. It is only used to change the background color of a table. No font effects can be used with this class because it is not carried over to the website*/
.cs-table-body {
	background-color: #FFFFFF;
}
/*a:link.cs-link modifies the on state for a link within the customer service text only.*/
a:link.cs-link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #0000FF;
	text-decoration: underline;
}
/*a:visited.cs-link modifies the visited state for a link within the customer service text only.*/
a:visited.cs-link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: underline;
}
/*a:hover.cs-link modifies the over state for a link within the customer service text only.*/
a:hover.cs-link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFC423;
	text-decoration: none;
}
/*a:active.cs-link modifies the on-click state for a link within the customer service text only.*/
a:active.cs-link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: underline;
}
/*.cs-table-h1 modies the main header cell in a table. Mainly it manages the look and feel for tabular data/shipping costs within the customer service text*/
.cs-table-h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: none;
	color: #FFFFFF;
	background-color: #0000FF;
	text-align: center;
}
/*.cs-table-h2 modies the secondary header cell in a table. Mainly it manages the look and feel for tabular data/shipping costs within the customer service text*/
.cs-table-h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: none;
	color: #FFFFFF;
	background-color: #0066FF;
	text-align: center;
}
/*.cs-table-content modies the main content in a table. Mainly it manages the look and feel for tabular data/shipping costs within the customer service text*/
.cs-table-content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
}
/*.cs-table-alert modies a specific cell in a table that requires a strong focus due to a disclaimer. Mainly it manages the look and feel for tabular data/shipping costs within the customer service text*/
.cs-table-alert {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: none;
	color: #FFFFFF;
	background-color: #660033;
	text-align: center;
}

