/* venues.htm Style definitions used for HVAF website by xiaodong */

.ven table {
        border-collapse: rtl;
        width: 98%;
	text-align: left;
        margin: 0 auto;
        border-color : #111111; 
        font-family: Arial, Helvetica, sans-serif;
}
.ven table th {
        width: 50%;
        border-style : none;
}
.ven table td {
        width: 50%;
        vertical-align: text-top;
        border-style : none;
        padding: 6px 6px 6px 0;
}
.ven table tr{
        border-style : solid;
}
.ven A:link	{ color:#0000FF; text-decoration: none;}
.ven A:visited	{ color:#0000FF; text-decoration: none;}
.ven A:hover	{ color:#0000FF; text-decoration: underline;}
.ven A:active	{ color:#0000FF;}