﻿@charset "utf-8";

/***** GLOBAL HTML Elements Styles ***********************************************/

BODY
{
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;  /* SET: the font family of the whole Document */ 
	font-size: small;
	background-color: #79B4E0;   /* SET: the color of the whole Docuemnt */
	color: #000000;              /* SET: the font color for the whole Documennt */
}

TD
{
	vertical-align: top;
}

.right_doc_edge
{
	background-image: url(../images/right_shadow.gif);
	background-position: left;
	background-repeat:repeat-y;
}