/* Tags */

form 
{
    margin : 0px;
}

tbody 
{
    margin : 0px;
}

/* Styles */

.clearer
{
    clear : both;
    height : 0px;
    line-height : 0px;
    overflow : hidden;
    width : 0px;
}

.displayOn 
{
    display : inline;
}

.displayOff
{
    display : none;
}

.divLine
{
    height : 1px;
    overflow : hidden;
    width : 100%;
}

.ver008
{ 
    font-family : verdana,geneva,arial,helvetica,sans-serif; 
    font-size : 8px;
}

.ver010
{
    font-family : verdana,geneva,arial,helvetica,sans-serif;
    font-size : 10px;
}

.ver011
{
    font-family : verdana,geneva,arial,helvetica,sans-serif;
    font-size : 11px;
}

.ver012
{
    font-family : verdana,geneva,arial,helvetica,sans-serif;
    font-size : 12px;
}

.ver013
{
    font-family : verdana,geneva,arial,helvetica,sans-serif;
    font-size : 13px;
}

.ver014
{
    font-family : verdana,geneva,arial,helvetica,sans-serif;
    font-size : 14px;
}

.ver015
{
    font-family : verdana,geneva,arial,helvetica,sans-serif;
    font-size : 15px;
}

.ver018
{
    font-family : verdana,geneva,arial,helvetica,sans-serif;
    font-size : 18px;
}

.ver020
{
    font-family : verdana,geneva,arial,helvetica,sans-serif;
    font-size : 20px;
}

/* Links */

a.black:link
{
    color : #000000 ;
    text-decoration : none;
}

a.black.list:active
{
    color : #000000;
    text-decoration : underline;
}

a.black:visited
{
    color : #000000;
    text-decoration : none;
}

a.black:hover
{
    color : #CC0000;
    text-decoration : none;
}

a.red:link
{
    color : #EE0000 ;
    text-decoration : none;
}

a.red:visited
{
    color : #EE0000;
    text-decoration : none;
}

a.red:hover
{
    color : #CC0000;
    text-decoration : none;
}

/* Debug */

.debugContainer
{
	font-family : verdana,geneva,arial,helvetica,sans-serif;
	font-size : 11px;
	font-weight : normal;
	background-color : #CCCCCC;
	border : solid 1px #000000;
	padding-bottom : 10px;
	padding-left : 10px;
	padding-right : 10px;
}

.debugTitles
{
	font-size : 18px;
	font-weight : bolder;
    color : #000000;
    margin-bottom : 5px;
    margin-top : 10px;
    text-decoration : underline;
}
