.grey1{
	color: #484956;  
}

.grey2{
	color: #686B74;
}

.grey3, h1,h2,h3,h4,h5{
	color: #70737B;
}

a.grey3:hover{
	color:black;
}

.grey4{
	color: #AAAAAA;
}

.black{
	color: #000000;
}

.light{
	color: #CCC4C0;
}

.white{
	color: #FFFFFF;
}

.pad{
	padding-bottom : 15px;
	padding-left : 15px;
	padding-right : 15px;
	padding-top : 15px;
}

ul{
	list-style-image : url(Images/bullet.gif);
}

.small{
	font-size : x-small;
	text-transform : inherit;
}
a.devel{
	color: #FFFFFF;
	text-decoration:none;
}
a.devel:hover{
	text-decoration:underline;
}
a.banner_menu{
        color:#CC0000;
	font-size : x-small;
	font-weight:bold;
	font-style : italic;
	font-family: Georgia, Times;
}
img.cursor{
        cursor: pointer;
}
