/**
 * thumbs.css
 * use with Event Gallery thumbnails
 * @author: Andy Hudock
 */

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
    font-family:Arial, sans-serif;
    color: #798084;
    margin: 0px;
    padding: 0px;
    background-color:#AFBAC0;
	font-size: 11px;
}
img{
    border:none;
}

/******* hyperlink and anchor tag styles *******/
a:link, a:visited{
    color: #FFFFFF;
    text-decoration: none;
}
a:hover{
}

/************ table tag styles ************/
table {
    vertical-align:top;
}
td {
    vertical-align:top;
}

/************ thumbs styles ************/
#thumbs {
}
#thumbs img {
	height: 50;
	padding: 0px 2px 0px 2px;
}

