/*
-----------------------------------------------
Author:   Francois Lavigne
Version:  November 9 2005
----------------------------------------------- */

/* Imported Styles
----------------------------------------------- */
@import url("template.css");
@import url("index.css");
@import url("pages.css");

/* HTML Tags
----------------------------------------------- */

body
{
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
	overflow-x: auto;
	font-family: tahoma, verdana, arial, helvetica, sans-serif, courier;
	color: #526a90;
	margin: 0px;
	background-color: #4b4b4b;
}

form 
{
	margin: 0px;
	padding: 0px;
}

/* Custom Linking Styles
----------------------------------------------- */
.linkUL
{
	text-decoration: underline;
	cursor: pointer;
}
a:link
{
    text-decoration: none;
    color: #000000;
}
a:visited
{
    text-decoration: none;
    color: #000000;
}
a:hover
{
    text-decoration: none;
    color: #000000;
}
.linkURL
{
	text-decoration: underline;
	cursor: pointer;
	font-size: 13px;
	font-weight:bold;
}
.registerTextBlock
{
	font-size: 8pt;
	line-height: 11pt;
	text-align: justify;
	padding-left: 5;
	padding-right: 0;
	padding-bottom: 2;
	padding-top: 5;
}
.submit
{
	font-size: 8pt;		
	font-family: arial;
	color: #ffffff;
	background-color: #FFFFFF;
	background-image: url(../images/title_bg4.gif);
	padding-right: 4px;
	padding-left: 4px;
	border: 1px #526A90 solid;
	height: 18px;
}
