@font-face
{
    font-family: 'Calibri';
    src: url(calibri.ttf);

    font-family: 'SerpentineDBol';
    src: url(SERPNTB.ttf);

}

*
{
    font-family: Calibri, "Microsoft Sans Serif", Tahoma;
    font-size: 8pt;
    text-decoration: none;

    margin: 0px auto;
    padding: 0px auto;

    z-index: 0;
}

/* Tag */

body
{
    background-position: #F8F8F8 url(BackImage.gif) repeat-x;
    background: #F8F8F8 url(BackImage.gif) repeat-x;
    text-align: center;
}

div#My_Container_1
{
    background: url(BackImage_Home.png) repeat-y;

    width: 974px;
    
    position: relative;
}

div#My_Container_2
{
    background-color: #FFFFFF;

    width: 955px;

    text-align: left;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #D3D3D3;
}

div#My_Header
{
    background: url(BackImage_Header.png);
    background-repeat: no-repeat;
    
    width: 960px;
    height: 245px;
}

.Header
{
    position: relative;
    top: -7px;

	font-family: SerpentineDBol, Arial Narrow;
	font-size: 18pt;

	color: White;
    font-style: italic;
	text-align: center;
	vertical-align: middle;
}

div#My_Menu
{
    background: url(BackImage_Menu.png);

    width: 960px;
    height: 15px;
}

div#My_Footer
{
    background: url(BackImage_Footer.png);
    background-repeat: no-repeat;
    width: 970px;
    height: 40px;
    z-index: -1;
    position: relative;
    left: -2px;
    color: Black;
    font-style: italic;
    text-align: center;
    vertical-align: middle;
}

.Footer
{
    position: relative;
    top: 10px;
}

/* Tag */

table
{
    border: 0px none #FFFFFF;
    width: 100%;
    text-align: left;
    vertical-align: top;
}

img
{
    border-spacing: 0px;
    vertical-align: middle;
    text-align: center;
}

fieldset
{
    margin: 0px auto;
    padding: 5px auto;
}

hr
{
    height: 1px;
    color: #D0D0D0;
}

a
{
	color: #FF8000;
}

a:hover
{
    text-decoration: underline;
}

/**/

h1
{
    color: #333333;
    font-family: SerpentineDBol, Arial Black;
    font-size: 10pt;
    text-transform: uppercase;
    font-weight: bolder;
    text-align: left;
    vertical-align: middle;

    text-shadow: #999 3px 4px 5px
}

h2
{
    background: url(h2.gif);
    background-repeat: no-repeat;

    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;

    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 20px;

    color: #666666;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: underline;
}

h3
{
    background: url(h3.gif);
    background-repeat: no-repeat;

    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 40px;

    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 20px;

    color: #333333;
    font-family: SerpentineDBol, Arial Black;
    font-size: 10pt;
    text-transform: uppercase;
    font-weight: bolder;
    text-align: left;
    vertical-align: middle;

    text-shadow: #999 3px 4px 5px
}

h4
{
    color: #295EA3;
    font-weight: bold;
}

/**/

p.Spot_01
{
    background-position: url(Image_ArrowOrange.gif);
    background: url(Spot_01.gif);
    background-repeat: no-repeat;

    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;

    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
}

p.Spot_02
{
    background-position: url(Image_ArrowOrange.gif);
    background: url(Spot_02.gif);
    background-repeat: no-repeat;

    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;

    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
}

/**/

div.Form
{
	background-image: url('BackImage_Column.gif');
	background-repeat: no-repeat;

	border-top-style: none;
	border-left: 1px solid #D0D0D0;
	border-right-style: none;
	border-bottom-style: none;

	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 20px;
}

/**/

.Label
{
    color: Black;
}

.Label_Title
{
    color: #666666;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: underline;
}

.Label_SubTitle
{
    color: #295EA3;
    font-weight: bold;

    line-height: 1.5;
}

.Label_Alert
{
    color: Red;
    font-weight: bold;
}

.Label_Error
{
    color: Red;
    font-size: 12pt;
    font-weight: bold;
}

.Label_Evidenced
{
    color: #295EA3;
    font-weight: bold;
}

.Label_Citation
{
    color: #295EA3;
    font-size: 18pt;
    text-decoration: underline;
}

/**/

.Repeater			{ }
.Repeater_Title td
{
	background-image: url(Bevel_background.bmp);

	color: White;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;

    white-space: nowrap;

	height: 30px;

	padding: 10px 5px 5px 10px;
}

.Repeater_ItemStyle td
{
	background-color: White;

	color: #003366;
	text-align: center;
	vertical-align: middle;

	height: 30px;

	padding: 5px 5px 5px 5px;
}

.Repeater_AlternatingItemStyle td
{
	background-color: #f5f5f5;

	color: #003366;
	text-align: center;
	vertical-align: middle;

	height: 30px;

	padding: 5px 5px 5px 5px;
}

.Repeater_ItemStyle_Evidenced td
{
	background-color: #add8e6;

	color: #003366;
	text-align: center;
	vertical-align: middle;

	height: 30px;

	padding: 5px 5px 5px 5px;
}

.Repeater_AlternatingItemStyle_Evidenced td
{
	background-color: #add8e6;

	color: #003366;
	text-align: center;
	vertical-align: middle;

	height: 30px;

	padding: 5px 5px 5px 5px;
}

.Repeater_ItemStyle_Selected td
{
	background-color: #add8e6;

	color: #003366;
	text-align: center;
	vertical-align: middle;

	height: 30px;

	padding: 5px 5px 5px 5px;
}

.Repeater_AlternatingItemStyle_Selected td
{
	background-color: #add8e6;

	color: #003366;
	text-align: center;
	vertical-align: middle;

	height: 30px;

	padding: 5px 5px 5px 5px;
}

/**/

.GridView			{ }
.GridView_Title td
{
	background-image: url(Bevel_background.bmp);

	color: White;
	font-family: Courier New;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;

    height: 30px; 

	padding: 10px 5px 5px 10px;
}

.GridView_ItemStyle td
{
	background-color: White;

	/*color: #003366;*/
	color: Black;
	font-family: Courier New;
	font-size: 8pt;
	text-align: left;
	vertical-align: middle;

	height: 30px;

	padding: 5px 5px 5px 5px;
}

.GridView_AlternatingItemStyle td
{
	background-color: #f5f5f5;

	/*color: #003366;*/
	color: Black;
	font-family: Courier New;
	font-size: 8pt;
	text-align: left;
	vertical-align: middle;

	height: 30px;

	padding: 5px 5px 5px 5px;
}

.GridView_ItemStyle_Evidenced td
{
	background-color: #add8e6;

	/*color: #003366;*/
	color: Black;
	font-family: Courier New;
	font-size: 8pt;
	text-align: left;
	vertical-align: middle;

	height: 30px;

	padding: 5px 5px 5px 5px;
}

.GridView_AlternatingItemStyle_Evidenced td
{
	background-color: #add8e6;

	/*color: #003366;*/
	color: Black;
	font-family: Courier New;
	font-size: 8pt;
	text-align: left;
	vertical-align: middle;

	height: 30px;

	padding: 5px 5px 5px 5px;
}

.GridView_ItemStyle_Selected td
{
	background-color: #add8e6;

	/*color: #003366;*/
	color: Black;
	font-family: Courier New;
	font-size: 8pt;
	text-align: left;
	vertical-align: middle;

	height: 30px;

	padding: 5px 5px 5px 5px;
}

.GridView_AlternatingItemStyle_Selected td
{
	background-color: #add8e6;

	/*color: #003366;*/
	color: Black;
	font-family: Courier New;
	font-size: 8pt;
	text-align: left;
	vertical-align: middle;

	height: 30px;

	padding: 5px 5px 5px 5px;
}

/**/

.Stamp
{
    background: url(BackImage_Stamp.gif);
}

.Stamp_Header_Sx
{
    background: url(BackImage_Stamp_Header_Sx.gif);
    height: 40px;
    width: 15px;
}

.Stamp_Header
{
	background: url(BackImage_Stamp_Header.gif);
    height: 40px;
}

.Stamp_Header_Dx
{
	background: url(BackImage_Stamp_Header_Dx.gif);
    height: 40px;
    width: 15px;
}

.Stamp_Sx
{
    background: #F8F8F8 url(BackImage_Stamp_Sx.gif) repeat;
    width: 15px;
}

.Stamp_Dx
{
	background: #F8F8F8 url(BackImage_Stamp_Dx.gif) repeat;
    width: 15px;
}

.Stamp_Footer_Sx
{
	background: url(BackImage_Stamp_Footer_Sx.gif);
    height: 40px;
    width: 15px;
}

.Stamp_Footer
{
	background: url(BackImage_Stamp_Footer.gif) repeat;
    height: 40px;
}

.Stamp_Footer_Dx
{
	background: url(BackImage_Stamp_Footer_Dx.gif);
    height: 40px;
    width: 15px;
}

/**/

#myHtmlToolTip
{
	position: absolute;
	left: -300px;
	z-index: 100;

	visibility: hidden;
}

.ToolTip_Top_Sx
{
	background: url(ToolTip_Top_Sx.gif);

	height: 33px;
    width: 32px;
}

.ToolTip_Top
{
	background: url(ToolTip_Top.gif);

	height: 33px;

	color: Black;
	text-align: center;
	vertical-align: middle;
}

.ToolTip_Top_Dx
{
	background: url(ToolTip_Top_Dx.gif);

	height: 33px;
    width: 32px;
}

.ToolTip_Mibble_Sx
{
	background: url(ToolTip_Mibble_Sx.gif);

    width: 32px;
}

.ToolTip_Mibble
{
	background: url(ToolTip_Mibble.gif);
}

.ToolTip_Mibble_Dx
{
	background: url(ToolTip_Mibble_Dx.gif);

    width: 32px;
}

.ToolTip_Bottom_Sx
{
	background: url(ToolTip_Bottom_Sx.gif);

	height: 13px;
    width: 32px;
}

.ToolTip_Bottom
{
	background: url(ToolTip_Bottom.gif);

	height: 13px;
}

.ToolTip_Bottom_Dx
{
	background: url(ToolTip_Bottom_Dx.gif);

	height: 13px;
    width: 32px;
}

#myHtmlPointer
{
    src: url('Arrow_ToolTip');

	position:absolute;
	left: -300px;
	z-index: 101;

	visibility: hidden;
}

/**/

#Ticker
{
    position: relative;
    width: 200px;
    height: 300px;
    left: -5px;

    overflow: hidden;
}

.Ticker
{
    position: absolute;
    width: 200px;
    height: 300px;
    left: -5px;
    top: 300px;

    overflow: hidden;

    background-color: #FFFFFF;

    filter: alpha(opacity=20);
    -moz-opacity:0.2;
}

.Ticker p
{
    margin: 0px auto;
    padding: 5px auto;
}