/* Screen style sheet beach challenge triathlon
    (c) 2008 Gecko  */


BODY  {
    font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
    font-size : 11px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
}

DIV#sitecontainer {}
DIV#main { }
DIV#title { }
DIV#body { }
DIV#menu { display: none; }


DIV#nevenbox {
		border: 2px solid #000;
	    padding: 10px;
        width : 95%;
}

H1  { 
	font-family : Trebuchet MS, Verdana, Arial;
    font-weight: bold;
    font-size: 24px;
	color: #FFAD29;
}

H2  {
    font-weight: bold;
    font-size: 17px;
}


H3  {
    font-weight: bold;
    font-size: 14px;
}

H4  {
    font-weight: bold;
    font-size: 12px;
}

TD,P    {
    font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
    font-size : 11px;
}

FORM, option, select  {
    font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
    font-size : 11px;
}

B           { font-weight : bold;  }
SMALL   { font-size : 9px; }
UL         { margin-top : 0%; list-style : disc outside; }
OL         { margin-top : 0%; list-style : decimal outside; }
IMG.photo { border: #000 2px solid; }    
    
.courier  { font-family : Courier, monospace; font-size : 10px; }
.input  { background-color : #FFFFE3; }
.hidden { display: none; }
.warning { border: 1px solid #000; padding: 5px; color: #f00; background-color: #ffffe3; margin-bottom: 20px; }
.screen { display: none; }
.print {}

.large  { font-size : 13px; font-weight: bold; }
.xl     { font-size : 15px; font-weight: bold; }
.xxl    { font-size : 17px; font-weight: bold; }
.xxxl   { font-size : 19px; font-weight: bold; }
.title  { font-size : 24px; font-weight: bold; }

A:link  {
    font-weight: bold;
    color : #0000FF;
    background : transparent;
    text-decoration : none;
}

A:visited  {
    font-weight: bold;
    color : #CC0099;
    background : transparent;
    text-decoration : none;
}

A:hover   {
    font-weight: bold;
    color : #CC0099;
    background : transparent;
    text-decoration : none;
}

A:active  {
    font-weight: bold;
    color : #CC0099;
    background : transparent;
    text-decoration : none;
}

