/* Link */
p 
{
    margin : 0px 0px 0px 0px;
}

li 
{
}

option 
{
    font-family : "Verdana", "Geneva", "Arial", "Helvetica", sans-serif;
}

/* for Thai letters */
.thai 
{
    font-size : 250%;       
    line-height : 150%;
}

/* Notice */
.note 
{
    padding : 5px 5px 5px 5px;
    color : #FFF;
    background : #888;
}

/* Unvisited Link */
a, 
a:link, 
a img, 
a:link img
{
    color : #777;
    border-width : 0px 0px 1px 0px;
    text-decoration : underline;
    background : transparent none;
    border-color : #777;
    vertical-align : text-bottom;
}

/* Visited Link */
a:visited, 
a:visited img 
{
    text-decoration : none;
    margin : 0px 0px 1px 0px;
    border-width : 0px;
}

/* Focus Link */
a:focus
{
    background : #EEE;
    border-style: outset;
    border-width : 1px;
    color : #000;
    margin: -1px -1px -1px -1px;
}

/* Rollover Link */
a:hover
{
    margin: 0px 0px 0px 0px;
    border-width : 0px 0px 1px 0px;
    text-decoration : underline;
    vertical-align : text-bottom;
    background : #DDD;
    color : #000;
}

body 
{
    font-family : "Verdana", "Geneva", "Arial", "Helvetica", sans-serif;
    font-size : 100%;
}

td {
    vertical-align : top;
}

@media print {
    .noprint 
    {
	display:none;
	visibility:hidden;
    }
    
    a,
    a:link,
    a:focus,
    a img,
    a:link img,
    a:focus img 
    a:visited, 
    a:visited img
    {
	text-decoration : none;
    }

    a.external img.external 
    {
	display : none;
	visibility : hidden;
    }
}

