/*<agl.folder "link_lite gray">*/
	.lite gray  { color: #808080 ; cursor: pointer; }
	.lite gray a:link { color: #808080; cursor: pointer; }
	.lite gray a:hover   { color: #666 ; text-decoration: underline; cursor: pointer; }
/*</agl.folder>*/
/*<agl.folder "link_gray">*/
	.link_gray   { color: #808080; background-color: transparent; cursor: pointer }
	.link_gray a:link   { color: #808080; background-color: transparent; cursor: pointer }
	.link_gray a:hover   { color: #666; text-decoration: underline; background-color: transparent; cursor: pointer }
/*</agl.folder>*/
/*<agl.folder "link_white">*/
	.link_white   { color: #fff; background-color: transparent; cursor: pointer }
	.link_white a:link   { color: #fff; background-color: transparent; cursor: pointer }
	.link_white a:hover    { color: #fff; text-decoration: underline; background-color: transparent; cursor: pointer }
/*</agl.folder>*/
/*<agl.folder "link_black">*/
	.link_black   { color: #000; background-color: transparent; cursor: pointer }
	.link_black a:link   { color: #000; background-color: transparent; cursor: pointer }
	.link_black a:hover   { color: #000; text-decoration: underline; background-color: transparent; cursor: pointer }
/*</agl.folder>*/
/*<agl.folder "link_liteblue">*/
	.link_blue { color: #036; text-decoration: none; background-color: transparent; cursor: pointer; }
	.link_blue a:link { color: #036; background-color: transparent; text-decoration: none; cursor: pointer; }
	.link_blue a:hover { color: #369; background-color: white; text-decoration: underline; cursor: pointer; }
/*</agl.folder>*/
/*<agl.folder "links_lite_blue">*/
	.link_lite_blue   { color: #369; background-color: transparent; cursor: pointer }
	.link_lite_blue a:link   { color: #369; background-color: transparent; cursor: pointer }
	.link_lite_blue a:hover   { color: #036; text-decoration: underline; background-color: transparent; cursor: pointer }
/*</agl.folder>*/
/*<agl.folder "text color">*/
	.blue_light { color: #369 }
	.blue { color: #036 }
	.lite_gray { color: #999 }
	.vlite_gray { color: #ccc }
	.haze_gray { color: #666 }
	.dark_gray { color: #333 }
	.black   { color: #000 }
	.white   { color: #fff }
/*</agl.folder>*/
/*<agl.folder "tables">*/
	.table-wrap { border: solid 1px #036; }
	.table-LBR { border-left: 1px solid #036; border-bottom: 1px solid #036; border-right: 1px solid #036; border-top-color: #036; border-top-width: 0; }
	.table-LBRM24 { padding: 24px; border-top-width: 0; border-top-color: #036; border-right: 1px solid #036; border-bottom: 1px solid #036; border-left: 1px solid #036; }
	.table-T { border-color: #036; border-style: solid; border-width: 1px 0 0; }
	.table-L { border-style: solid; border-width: 0 0 0 1px; border-color: #036; }
	.table-R { border-style: solid; border-width: 0 1px 0 0; border-color: #036; }
	.table-TL { border-style: solid; border-width: 1px 0 0 1px; border-color: #036; }
	.table-TR { border-style: solid; border-width: 1px 1px 0 0; border-color: #036; }
	.table-B { border-style: solid; border-width: 0 0 1pt; border-color: #036; }
	.table-Bgray { border-style: solid; border-width: 0 0 1pt; border-color: #f0f0f0; }
	.table-Bltblue { border-style: solid; border-width: 0 0 1pt; border-color: #9cf; }
	.table-LB { border-style: solid; border-width: 0 0 1pt 1px; border-color: #036; }
	.table-RB { border-style: solid; border-width: 0 1px 1pt 0; border-color: #036; }
/*</agl.folder>*/
a { color: inherit; text-decoration: none; cursor: pointer; }
a:link { color: inherit; text-decoration: none; cursor: pointer; }
a:hover { color: inherit; text-decoration: underline; cursor: pointer; }
/*<agl.folder "Margins">*/
	.24margin { padding: 24pt; }
	.16margin { padding: 16pt; }
	.12margin { padding: 12pt; }
	.8margin { padding: 8pt; }
	.6margin { padding: 6pt; }
	.4margin { padding: 4pt; }
/*</agl.folder>*/
.bckgrnd { background-color: #9cf; background-image: url(../images/grad.jpg); background-repeat: repeat-x; background-position: left 0; }
