.BlackTitle
{ 
	font-family: Arial; font-size: x-large; font-weight: bold; font-style:italic; color:Black;
}
.BlackLarge
{ 
	font-family: Arial; font-size: Large; font-weight: bold; color:Black;
}
.BlackStandard
{ 
	font-family: Arial; font-size: 8pt; font-weight: bold; color:Black;
}
.BlackSmall
{ 
	font-family: Arial; font-size: xx-small; font-weight: bold; color:Black;
}


.Color1Title
{ 
	font-family: Arial; font-size: x-large; font-weight: bold; font-style:italic; color:#2673B1;
}
.Color1Large
{ 
	font-family: Arial; font-size: Large; font-weight: bold; font-style:italic; color:#2673B1;
}
.Color1Standard
{ 
	font-family: Arial; font-size: 8pt; font-weight: bold; color: #2673B1; 
}
.Color1Small
{ 
	font-family: Arial; font-size: xx-small; font-weight: bold; color: #2673B1; 
}

.tableHeader
{
	background-image: url('Medias/Table_Header.jpg');
	color: White;
}




a {font-family: Arial; font-size: 8pt; color:#2D8CC9; font-weight: bold; text-decoration:none; }
a:hover {font-family: Arial; font-size: 8pt; font-weight: bold; text-decoration:none; color: #84BFE4; }

.inputMenu {font-family: Arial; font-style:italic; font-size: 10pt; font-weight: bold; text-decoration:none; color:Green; }
.inputMenuSelected {font-family: Arial; font-style:italic; font-size: 12pt; font-weight: bold; text-decoration:none; color: #87D200; }
.inputMenu:hover {font-family: Arial; font-style:italic; font-size: 10pt; font-weight: bold; text-decoration:none; color: #87D200; }
.inputMenuSelected:hover {font-family: Arial; font-style:italic; font-size: 12pt; font-weight: bold; text-decoration:none; color: #87D200; }


span {font-family: Arial; font-size: 8pt; font-weight: bold; text-decoration:none;
    z-index: 1;
    left: 0px;
    top: 304px;
    width: 493px;
}
input {font-family: Arial; font-size: 8pt; font-weight: bold; text-decoration:none;
    z-index: 1;
    left: 516px;
    top: 253px;
	}
submit {font-family: Arial; font-size: 8pt; font-weight: bold; text-decoration:none; }



.AspNetMenu
{
    font-family: Verdana; 
    font-size: 8pt; 
    font-weight: bold; 
    float: left;   
    color: white; 
    width: 100%;
    overflow: hidden;
    border: 3px ridge;
	background: transparent url(medias/Button_H.png) center center repeat-x;
}
.AspNetMenu a
{
    font-family: Verdana; 
    font-size: 8pt; 
    font-weight: bold; 
    color: #333333;
    text-decoration: none;
    background: black url(Medias/Button_Grey.png) center center repeat-x;
    padding: 6px 6px;
} 
.AspNetMenu a:hover
{
	font-family: Verdana; 
    font-size: 8pt; 
    font-weight: bold; 
    color:  white;
    text-decoration: none;
    background: transparent url(Medias/Button_H.png) center center repeat-x;
    padding: 6px 6px;
}

