/*
 * Copyright (c) 2012 Alessandro Gallo <llgxela@gmail.com>
 *
 * Permission to use, copy, modify, and distribute this software for any
 * purpose with or without fee is hereby granted, provided that the above
 * copyright notice and this permission notice appear in all copies.
 *
 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 */

/*
 * Anchors
 */

  /* anchor0 */
a.anchor0:link {
	color: #e96d00;
	text-decoration: none;
	text-align: left;
	font-family: Verdana, Arial;
	font-size: 13px;
	font-weight: 600;

}

a.anchor0:visited {
	color: #e96d00;
	text-decoration: none;
	text-align: left;
	font-family: Verdana, Arial;
	font-size: 13px;
	font-weight: 600;
	z-index: 2;
}

a.anchor0:hover {
	color: #96290e;
	text-decoration: underline;
	text-align: left;
	font-family: Verdana, Arial;
	font-size: 13px;
	
	font-weight: 600;

}

/* anchor1 */
a.anchor1:link {
	color: #ffffff;
	text-decoration: none;
	text-align: left;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: 500;
}

a.anchor1:visited {
	color: #ffffff;
	text-decoration: none;
	text-align: left;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: 500;
	z-index: 2;
}

a.anchor1:hover {
	color: #96290e;
	text-decoration: none;
	text-align: left;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: 500;
}

/* anchor2 */
a.anchor2:link {
	color: #96290e;
	text-decoration: none;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a.anchor2:visited {
	color: #96290e;
	text-decoration: none;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a.anchor2:hover {
	color: #96290e;
	text-decoration: underline;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* anchor3 */
a.anchor4:link {
	color: #ffcc00;
	text-decoration: none;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a.anchor4:visited {
	color: #ffcc00;
	text-decoration: none;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a.anchor4:hover {
	color: #ffcc00;
	text-decoration: underline;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}


/*
 * Backgrounds
 */

/* bgcolor0 */
.bgcolor0 {
	background-color: #e7e1c1;
}

/* bgcolor1 */
.bgcolor1 {
	background-color: #ffffdd;
}

/* bgcolor2 */
.bgcolor2 {
	background-color: #eee8c9;
}

/* bgcolor3 */
.bgcolor3 {
	background-color: #dd904f;
}

/* bgcolor4 */
.bgcolor4 {
	background-color: #ffffff;
}

/* highlight */
.highlight {
	background-color: #ffffdd;
}

/*
 * Fonts
 */


.smallfont0 {
	color: #96290e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}


.smallfont1 {
	color: red;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}


.smallfont2 {
	color: red;
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px;
}
/* medfont1 */
.medfont1 {
	color: #ff6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

/*
 * Tables
 */

/* table0 */
.table0 {
	text-align: center;
	width: 800px;
}

/* th */
th {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #96290e;
	font-weight: 600;
	line-height: 20px;
}

/* td */
td {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #96290e;
	font-weight: 500;
	line-height: 1.4;
}

/* div */
div.fixed {
    position: fixed;
    top: 0;
    right:100;
    width: 100px;
    border: 2px solid #96290e;
}
div.relative {
    position: relative;
    top:5;
    right:0;
    width: 240px;
    border: 4px solid #96290e;
}


div.absolute{
position:absolute;
 top:5;
 right:110;
 width:110px;
}        

body {  background-image: ./background.jpg; } 