/********************HYPERLINKS *********************/
A:link {
color: #3366FF;
font-family: Verdana;
font-size: 13px;
text-decoration: none;
}
A:visited {
color: #3366FF;
font-family: Verdana;
font-size: 13px;
text-decoration: none;
}
A:active {
color: #3366FF;
font-family: Verdana;
font-size: 13px;
text-decoration: none;
}
A:hover {
color: #3366FF;
font-family: Verdana;
font-size: 13px;
text-decoration: underline;
}

.WhiteText a:hover {
color: white;
font-family: Verdana;
font-size: 8pt;
text-decoration: underline;
}
.WhiteText a:visited {
color: white;
font-family: Verdana;
font-size: 8pt;
text-decoration: none;
}
.WhiteText a:active {
color: white;
font-family: Verdana;
font-size: 8pt;
text-decoration: none;
}
.WhiteText a:link {
color: white;
font-family: Verdana;
font-size: 8pt;
text-decoration: none;
}

.WhiteTextBig a:hover {
color: white;
font-family: Verdana;
font-size: 8pt;
text-decoration: underline;
}
.WhiteTextBig a:visited {
color: white;
font-family: Verdana;
font-size: 8pt;
text-decoration: none;
}
.WhiteTextBig a:active {
color: white;
font-family: Verdana;
font-size: 8pt;
text-decoration: none;
}
.WhiteTextBig a:link {
color: white;
font-family: Verdana;
font-size: 8pt;
text-decoration: none;
}

/*MENU OPTION*/

.MenuOption a:hover {
color: white;
font-family: NeoSans,Arial,Verdana,sans-serif;
font-size: 17px;
padding: 10px;
text-decoration: underline;
}
.MenuOption a:visited {
color: white;
font-family: NeoSans,Arial,Verdana,sans-serif;
font-size: 17px;
padding: 10px;
text-decoration: none;
}
.MenuOption a:active {
color: white;
font-family: NeoSans,Arial,Verdana,sans-serif;
font-size: 17px;
padding: 10px;
text-decoration: underline;
}
.MenuOption a:link {
color: white;
font-family: NeoSans,Arial,Verdana,sans-serif;
font-size: 17px;
padding: 10px;
text-decoration: none;
}

.ReadonlyProjectTitle a:hover {
font-family: Georgia;
color: #39444D;
font-size: 1.2em;
text-decoration: underline;
}
.ReadonlyProjectTitle a:active {
font-family: Georgia;
color: #39444D;
font-size: 1.2em;
text-decoration: none;
}
.ReadonlyProjectTitle a:link {
font-family: Georgia;
color: #39444D;
font-size: 1.2em;
text-decoration: none;
}
.ReadonlyProjectTitle a:visited {
font-family: Georgia;
color: #39444D;
font-size: 1.2em;
text-decoration: none;
}

.ButtonBackground {
width:90px;
}