/*** Link *****************************************************************/
a.menu:link
{
	color: white;
	text-decoration: underline;
}
a.menu:visited
{
	color: white;
	text-decoration: underline;
}
a.menu:active
{
	color: white;
	text-decoration: underline;
}
a.menu:hover
{
	color: yellow;
	text-decoration: underline;
}

/*** Body *****************************************************************/

body
{
	margin: 0px;
	padding:0px;
	background:#FFEFEF;
	background-image:url(bg.gif);
	background-position:left;
	background-repeat: repeat-x;
	background-attachment : fixed;
}

form
{
	margin: 0px;
}

H1
{
	font: normal 24pt Trebuchet MS;
}

h2
{
	font: normal 18pt Trebuchet MS, MS Sans Serif;
	color: #000080;
	margin-top: 5px;
	margin-bottom: 8px;
}

H3
{
	font: normal 16pt Trebuchet MS, MS Sans Serif;
	color: white;
}

TABLE
{
	font: normal 10pt Tahoma;
	background-color: #FFFFFF;
}

/*******************************************************************************/

fieldset.callerMenu
{
	margin-top: 15px;
}

fieldset.callerMenu,
fieldset.callerMenu table
{
	font: normal 12pt Tahoma;
}

fieldset.callerMenu table
{
	margin: 0px 0px 20px 20px;
}

fieldset.callerMenu li
{
	margin-bottom: 4px;
}

/*******************************************************************************/

span.numberIssue
{
	font: bold 14pt Trebuchet MS;
	color: Navy;
}

div.title
{
	font: normal 26pt Times New Roman;
	color: White;
}

table.layout_title
{
	width: 750px;
	height: 95px;
}

table.layout_topmenu
{
	color: white;
	font: bold 8pt Tahoma;
	width: 750px;
	height: 20px;
	background-color:black;
}

table.layout_buttomBar
{
	color: White;
	font: bold 8pt Tahoma;
	width: 750px;
	height: 16px;
	background-color:black;
}

a.avs:link
{
	color: white;
	text-decoration: none;
}
a.avs:visited
{
	color: white;
	text-decoration: none;
}
a.avs:active
{
	color: white;
	text-decoration: none;
}
a.avs:hover
{
	color: yellow;
	text-decoration: underline;
}

div.install
{
	background-color: #FFFFE1;
	padding: 5px;
	margin: 10px;
}

input.installButton
{
	width: 135px;
}
