@charset "UTF-8";
/* CSS Document */


 
/* TYPE */
#reseller { font: 12px/18px "Lucida Grande", Geneva, Arial, Verdana, sans-serif; color:#333; width:740px;}
	
	
#reseller h1{
	font-weight:normal;
	color:#000000;
	padding-bottom:10px;
}	
 
#reseller h2{
	font-weight:normal;
	color:#000;
	padding-bottom:0px;
	font-size:12pt;
}
#reseller h3 {
	color: #249ad6;
	font-weight: normal;
	font-size:12pt;
}
 
#reseller h4 {
	color: #666;
	font-weight: bold;
	font-size:11pt;
}
 
 
#article h2{
 
font-weight: bold;
font-size: 14px;
margin-bottom: 4px;
color:#000;
}
 
 
 
#text h3 { color: #666; font-weight: bold; }
 
 
#Textindent{
	border-top: 1px solid #cacbcb;
	border-bottom: 1px solid #cacbcb;
	padding: 10px;
	color: #333333;
	line-height:1.6em;
	background-color: #f0f2f2;
	margin-bottom: 10px;
}
 
#reseller strong, b{
font-weight: bold;}
#reseller em, i { font-style:italic; }
#reseller p {margin-bottom: 18px;}

#reseller a:link {}
 
/* Links
================================================*/
#reseller a:link,
#reseller a:active {
	color:#2971a7;
	text-decoration: none;
	}
#reseller a:visited {
	color:#2971a7;
	text-decoration: none;
	}
#reseller a:hover {
	color:#3F93C8;}
#reseller a.imglink:link,
a.imglink:visited {border:0;}
#reseller a.imglink:hover {background:transparent;}
 
/* Lists
================================================*/
#reseller dl,
ol,
ul {
	margin:0px 0 0em;
}
 
#reseller ul {
	padding:10px 0 10px 15px;
	font-size: 9pt;
	list-style-image: none;
	text-align:left;	
	
	}
#reseller ol {
	padding:0 0 0 0;
	margin:0 3px 0px 15px;
	list-style-image: none;
	list-style-type: decimal;
	font-family:"Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size:8pt;
}
#reseller li {
	margin-left: 15px;
	list-style-position: outside;
	list-style-image: url(/site/images/grey-bullet.gif);
	white-space:normal;
}
 
 
/* Tables
================================================*/
 
.TablesideLine {
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ddd;
	padding-left: 10px;
}
.TableHead {
	padding-left: 10px;
}
.TableSideLast {
	padding-left: 10px;
}
.TableBorder {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #DDD;
	border-bottom-color: #DDD;
}