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

  
body {font-family:Arial, Verdana, sans-serif; font-size:12px;}
p {line-height:20px;}
.txt_w {color:#FFF; font-size:12px;}
th {background-color:maroon; color:#FFF;}
.small {font-size:10px;}
.quote {color:#666666;}
.grey {color:#666;}
.greylarge {color:#666; font-size:14px;}
.height {line-height:18px;}
.bg_input {background-image:url(../images/bg_input.jpg);}


/* BULLETS */
#bulleto
{
margin-left: 0;
padding-left: 0;
list-style: none;
}
#bulleto li
{
padding-left: 20px;
background-image: url(../images/arrow_bullet_o.gif);
background-repeat: no-repeat;
background-position: 0 0 ;
line-height:18px
}
#bulleto ul { list-style: none;}

#bulletg
{
margin-left: 0;
padding-left: 0;
list-style: none;
}
#bulletg li
{
padding-left: 20px;
background-image: url(../images/arrow_bullet_g.gif);
background-repeat: no-repeat;
background-position: 0 0 ;
line-height:18px
}
#bulletg ul { list-style: none; }

#bullety
{
margin-left: 0;
padding-left: 0;
list-style: none;
}
#bullety li
{
padding-left: 20px;
background-image: url(../images/arrow_bullet_y.gif);
background-repeat: no-repeat;
background-position: 0 0 ;
line-height:18px
}
#bullety ul { list-style: none; }

#bulletr
{
margin-left: 0;
padding-left: 0;
list-style: none;
}
#bulletr li
{
padding-left: 20px;
background-image: url(../images/arrow_bullet_r.gif);
background-repeat: no-repeat;
background-position: 0 0 ;
line-height:18px
}
#bulletr ul { list-style: none; }
/* END BULLETS */

/* LINKS */
.cl A:link {text-decoration: none; color:#CCC;}
.cl A:visited {text-decoration: none; color:#CCC;}
.cl A:active {text-decoration: none;}
.cl A:hover {text-decoration: underline; color: red;}

.pl A:link {text-decoration: none; color:#336699;line-height:20px;}
.pl A:visited {text-decoration: none; color:#336699;line-height:20px;}
.pl A:active {text-decoration: none;line-height:20px;}
.pl A:hover {text-decoration: underline; color:#5a97ca;line-height:20px;}

A:link {text-decoration: none; color:#336699;}
A:visited {text-decoration: none; color:#336699;}
A:active {text-decoration: none;}
A:hover {text-decoration: underline; color:#5a97ca;}
/* END LINKS */

.thumbnailg {
	padding: 7px;
	border: 1px solid #ddd;
	margin-right: 10px;
	margin-bottom: 15px;
}
table thead {
    cursor: pointer;
}