body {
    font-family : verdana, arial, helvetica, sans-serif;
    font-size : 12px;
    margin-left : 5px;
    margin-top : 5px;
    color : #3E6B8A;
    background-color : #E9E9E9;
	cursor : default;
}

img {
	border : none;
}

a:link,
a:visited,
a:hover {
    background-color : transparent;
    color : #3E6B8A;
    text-decoration : none;
    border : none;
	cursor : pointer;
}

table {
	border : none;
}

.tabSel  {
	background-color : white;
	border : 2px groove #F2F4FF;
	width : 450px;
	height : 90px;
}
