﻿body 
{
	font-size:smaller;
}
/* note the order */
a:link
{
    text-decoration:none;
}
a:visited
{
    text-decoration:none;
}
a:hover
{
	text-decoration:none;
}
a:active
{
    font-weight:bold;
}
.inline
{
	display:inline;
}
.debug
{
	border:dashed 1px green;

}
.debug2
{
	border:dashed 1px red;

}
.hide
{
    display:none;
}
.link
{
	cursor:pointer;
}
.t-a-l
{
	text-align:left;
}
.t-a-c
{
	text-align:center;
}
.v-a-m
{
    position:absolute; top:50%;
}
.left
{
    float:left;
}
.right
{
    float:right;
}
.clear
{
    clear:both;
}
.longtext
{
    width:320px;
}

.header
{
    position:relative;
    height:120px;
}
.header .logo
{
    width:300px;
}
.searchbar
{
    position:absolute;
    left:300px;
}
.rect
{
    border:solid 1px #9999ee;
    height:200px;
}
.modelBorder
{
    border:solid 1px #5E9CD9;
}
