/*************************************************
	these are site wide shared styles and attributes
**************************************************/
img
{
	border: 0px none;
}

body
{
	background-color: #800000;
    font: 10pt arial;
    text-decoration: none;
}

td
{
	font: 10pt #FFFFCC arial; Color: #FFFFCC;
}

td.1
{
	font: 8pt #FFFFCC arial; Color: #FFFFCC;
}

.box
{
	border-left: #ffffff 1px solid;
	border-right: #afc4d5 1px solid;
	border-top: #afc4d5 1px solid;
	border-bottom: #afc4d5 1px solid;
}

.just_ctr
{
	text-align: center;
	padding-left: 4px;
	padding-right: 4px;
}

.just_rt
{
	text-align: right;
	padding-left: 4px;
	padding-right: 4px;
}

.just_lt
{
	text-align: left;
	padding-left: 4px;
	padding-right: 4px;
}

input
{
    color: #000000;
    font: 10pt arial;
    height: 20;
}

select
{
    color: #09758A;
    font: 10pt arial;
    height: 20;
}
textarea
{
    color: #09758A;
	font: 10pt arial;
}

.link
{
    font: bold 8pt tahoma,arial;
    text-decoration: underline;
	cursor: hand;
	cursor: pointer;
    color: #666699;
}

a:link
{
    color: #ffffff;
    font: 8pt arial;
    text-decoration: none;
}

a:visited
{
    color: #ffffff;
    font: 8pt arial; 
    text-decoration: none;
}
a:hover
{
    color: #800000;
    text-decoration: underline;
}

a.1:link
{
    color: #ffffff;
    font: 10pt arial;
    text-decoration: none;
}

a.1:visited
{
    color: #ffffff;
    font: 10pt arial; 
    text-decoration: none;
}
a.1:hover
{
    color: #800000;
    text-decoration: underline;
}

a.2:link
{
    color: #FFFFCC;
    font: 10pt arial; 
    font-weight: bold;
    text-decoration: none;
}

a.2:visited
{
    color: #FFFFCC;
    font: 10pt arial;
    font-weight: bold;
    text-decoration: none;
}
a.2:hover
{
    color: #ffffff;
    text-decoration: underline;
}

.footer
{
    font: bold 10pt arial; 
    color: #09758A;
}


/*************************************************
	these are flyout menu specific styles
**************************************************/

.itemmouseover
{
    background-color: #cccccc;
    color: #ffffff;
    border-top: #afc4d5 1px outset;
    border-left: #afc4d5 1px outset;
    border-right: #afc4d5 1px outset;
    border-bottom: #cccccc 1px solid;

    text-align: center;
    cursor: hand;
    width: 120px;
}

.bar
{
    background-color: #666699;
    border-top: #afc4d5 1px outset;
    border-left: #afc4d5 1px outset;
    border-right: #afc4d5 1px outset;
    border-bottom: #cccccc 1px solid;

	color: #cccccc;
    cursor: hand;
    text-align: center;
    width: 120px;
}

.barselected
{
    background-color: #cccccc;
    border-top: #afc4d5 1px outset;
    border-bottom: #cccccc 1px solid;
    border-right: #afc4d5 1px outset;

	color: #666699;
    cursor: hand;
    text-align: center;
    width: 120px;
}

.barspacer
{
    background-color: #666699;
    border-top: #afc4d5 1px outset;
    border-bottom: #cccccc 1px solid;
    border-left: #afc4d5 1px outset;
    border-right: #afc4d5 1px outset;

    cursor: hand;
    text-align: center;
    /* width: 100px; */
}

.arrow
{
    float: right;
    font-family: webdings;
    position: absolute;
    text-align: left;
}