/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	background-image:url(images/bg_2.gif);
	background-position: top left;
	background-repeat:repeat-x;
    FONT-FAMILY: Georgia;
    FONT-SIZE: 10pt;
    margin:0px;   
}
h1
{ margin-top: 0px; margin-bottom: 0px; page-break-after:auto; font-Size: 14px;font-weight: bold; letter-spacing: 1px;	font-family: Georgia;	
}
.maintable
{
	background-image:url(images/bg_2b.gif);
	background-position: bottom left;
	background-repeat:repeat-x;
}
.menubar
{
	background-image:url(images/button_background.gif);
	background-repeat:repeat-x;
	color: #fff;
}
.sr
{
	background-color: #DDD;
	font-weight:400;
	font-style:italic;
}
.title
{
	font-size:12pt; font-weight:bold;
}
A.menu:LINK {color: #FFF;  FONT-FAMILY: Georgia; font-size: 12pt;}
A.menu:VISITED {color: #FFF;  FONT-FAMILY: Georgia; font-size: 12pt;}
A.menu:ACTIVE {color: #FFFFFF; FONT-FAMILY: Georgia; font-size: 12pt;}
A.menu:HOVER {color: #FFCC33; FONT-FAMILY: Georgia; font-size: 12pt; text-decoration:none;}

A.wb:LINK {color: #4800FF;  FONT-FAMILY: Georgia; font-size: 12pt;}
A.wb:VISITED {color: #4800FF;  FONT-FAMILY: Georgia; font-size: 12pt;}
A.wb:ACTIVE {color: #000000; FONT-FAMILY: Georgia; font-size: 12pt;}
A.wb:HOVER {color: #425DBB; FONT-FAMILY: Georgia; font-size: 12pt; text-decoration:none;}

A.swb:LINK {color: #4800FF;  FONT-FAMILY: Georgia; font-size: 8pt;}
A.swb:VISITED {color: #4800FF;  FONT-FAMILY: Georgia; font-size: 8pt;}
A.swb:ACTIVE {color: #000000; FONT-FAMILY: Georgia; font-size: 8pt;}
A.swb:HOVER {color: #425DBB; FONT-FAMILY: Georgia; font-size: 8pt; text-decoration:none;}

A.cloud:LINK {color: #000000;  FONT-FAMILY: Georgia;}
A.cloud:VISITED {color: #000000;  FONT-FAMILY: Georgia;}
A.cloud:ACTIVE {color: #000000; FONT-FAMILY: Georgia;}
A.cloud:HOVER {color: #425DBB; FONT-FAMILY: Georgia; text-decoration:none;}

A.huge:LINK {color: #000000;  FONT-FAMILY: Georgia; font-size: 14px; font-weight: bold;}
A.huge:VISITED {color: #000000;  FONT-FAMILY: Georgia; font-size: 14px; font-weight: bold;}
A.huge:ACTIVE {color: #000000; FONT-FAMILY: Georgia; font-size: 14px; font-weight: bold;}
A.huge:HOVER {color: #425DBB; FONT-FAMILY: Georgia; font-size: 14px; text-decoration:none; font-weight: bold;}

.one
{
	background-image: url(images/curved_box/1.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
}
.two
{
	background-image:url(images/curved_box/2.gif);	
	background-repeat:repeat-x;
	height: 25px;	
}
.three
{
	background-image:url(images/curved_box/3.gif);
	background-position:top right;
	background-repeat:no-repeat;	
	width:25px;
	height: 25px;
}
.four
{
	background-image:url(images/curved_box/4.gif);	
	background-repeat:repeat-y;
	width:25px;
}
.six
{
	background-image:url(images/curved_box/6.gif);	
	background-repeat:repeat-y;
	width:25px;
}
.seven
{
	background-image:url(images/curved_box/7.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	width:25px;
	height: 25px;
}
.eight
{
	background-image:url(images/curved_box/8.gif);	
	background-repeat:repeat-x;
	height: 25px;
}
.nine
{
	background-image:url(images/curved_box/9.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	width:25px;
	height: 25px;
}

.oneg
{
	background-image:url(images/curved_box/1g.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:25px;
	height: 25px;
}
.twog
{
	background-image:url(images/curved_box/2g.gif);	
	background-repeat:repeat-x;
	height: 25px;	
}
.threeg
{
	background-image:url(images/curved_box/3g.gif);
	background-position:top right;
	background-repeat:no-repeat;	
	width:25px;
	height: 25px;
}
.fourg
{
	background-image:url(images/curved_box/4g.gif);	
	background-repeat:repeat-y;
	width:25px;
}
.sixg
{
	background-image:url(images/curved_box/6g.gif);	
	background-repeat:repeat-y;
	width:25px;
}
.seveng
{
	background-image:url(images/curved_box/7g.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	width:25px;
	height: 25px;
}
.eightg
{
	background-image:url(images/curved_box/8g.gif);	
	background-repeat:repeat-x;
	height: 25px;
}
.nineg
{
	background-image:url(images/curved_box/9g.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	width:25px;
	height: 25px;
}

.footer
{
 position: relative;
bottom: 0px; 
display:block;
	}
.floatright
{
float: right;
width: 153px;
margin: 0 0 10px 10px;
background-color: #fff;
padding: 10px;
border-top: 1px solid #999;
border-right: 2px solid #555;
border-bottom: 2px solid #555;
border-left: 1px solid #999;
}
p { margin-top: 0; }
