/*this is the core style sheet for Canada Paints*/

body {
	margin-top: 0px;
	margin-left: 0px;
	font-style: normal; 
	font-variant: normal; 
	font-weight: normal; 
	font-size: 10pt; 
	font-family: verdana;
	}
a:link { 
	text-decoration: none; 
	font-weight: bold;
	font-size:10pt;
	color: #ffffff;
	}
a:visited { 
	text-decoration: none;
	font-weight: bold; 
	font-size:10pt;
	color: #c0c0c0;
	}
a:hover{ 
	text-decoration: underline;
	}
a.main:link{ 
	text-decoration: none; 
	font-weight: bold;
	color: #000266;
	}
a.main:visited { 
	text-decoration: none; 
	font-weight: bold; 
	color: #1e22b8;
	}
a.main:hover { 
	text-decoration: underline; 
	}

/* specific divs */
#linkList {
	padding: 4px;
	}
#linkList ul {
	margin-left: 20px;
	padding: 0px;
	}
#linkList li {
	line-height: 2.5ex; 
	list-style-image: url(images/bullet.gif);
	}
#linkList li a:link, a:active {
	color: #ffffff;
	text-decoration: none;
	}
#linkList li a:visited {
	color: #c0c0c0;
	text-decoration: none;
	}
#linkList li a:hover {
	text-decoration: underline; 
	}
#linkList2 {
	padding: 4px;
	}
#linkList2 ul {
	margin-left: 4px;
	padding: 0px;
	}
#linkList2 li {
	line-height: 1ex; 
	list-style-image: url(images/bullet2.gif);
	}
#linkList2 li a:link, a:active {
	color: #ffffff;
	text-decoration: none;
	}
#linkList2 li a:visited {
	color: #c0c0c0;
	text-decoration: none;
	}
#linkList2 li a:hover {
	text-decoration: underline; 
	}
#text {
	font-style: normal; 
	font-variant: normal; 
	font-weight: normal; 
	font-size: 10pt; 
	font-family: verdana;
	}