a {
	text-decoration:none;
	color:#9BC6E7;
}

a:hover {
	text-decoration:underline;
	color:#9BC6E7;
}

.bodySmall {
    margin: 3px;
    border-bottom: #9BC6E7 1px solid;
    border-left: #9BC6E7 1px solid;
    border-right: #9BC6E7 1px solid;
    border-top: #9BC6E7 1px solid;
    background-color: #ffffff;
    background-position: left top;
    background-repeat: no-repeat;
    font-family: Verdana, Arial, Tahoma;
    font-size: 10px;   
}

.bodyMedium {
    margin: 3px;
    background-color: #ffffff;
    background-position: left top;
    background-repeat: no-repeat;
    font-family: Verdana, Arial, Tahoma;
    font-size: 12px;   
}


.inputText
{
    font-family: Verdana, Arial, Tahoma;
    font-size: 10px; 
    border-style: solid;
    border-width: 1px; 
    border-color: #ffffff;
}

.inputTextBorder
{
    font-family: Verdana, Arial, Tahoma;
    font-size: 10px; 
    border-style: solid;
    border-width: 1px; 
    border-color: #9BC6E7;
}

.inputButton
{
    font-family: Verdana, Arial, Tahoma;
    font-size: 10px; 
    font-weight: plain;
    border-style: solid;
    border-width: 1px; 
    border-color: #ffffff;
    color: black;
    background-color: light-gray;
    cursor:hand;
}

.inputButtonBorder
{
    font-family: Verdana, Arial, Tahoma;
    font-size: 10px; 
    font-weight: plain;
    border-style: solid;
    border-width: 1px; 
    border-color: black;
    color: #ffffff;
    background-color: #9BC6E7;
    cursor:hand;
}

.inputButtonBorderLight
{
    font-family: Verdana, Arial, Tahoma;
    font-size: 10px; 
    font-weight: plain;
    border-style: solid;
    border-width: 1px; 
    border-color: black;
    color: #ffffff;
    background-color: #C8C8C8;
    cursor:hand;
}

.menuText {
    background-color: #9BC6E7;
    background-position: left top;
    background-repeat: no-repeat;
    font-family: Verdana, Arial, Tahoma;
    font-size: 12px;   
    font-weight: bold;
    color: #ffffff;
}

.codeComment {
    color: green;
    font-family: Courier, Verdana, Arial, Tahoma;
    font-size: 12px;   
}

.code {
    color: blue;
    font-family: Courier, Verdana, Arial, Tahoma;
    font-size: 12px;   
}

.mainContent {
    background-color: #ffffff;
    background-position: left top;
    background-repeat: no-repeat;
    font-family: Verdana, Arial, Tahoma;
    font-size: 12px; 
    margin: 3px;
    border-bottom: #9BC6E7 1px solid;
    border-left: #9BC6E7 1px solid;
    border-right: #9BC6E7 1px solid;
    border-top: #9BC6E7 1px solid;
}

.mainContentNoBorder {
    background-color: #ffffff;
    background-position: left top;
    background-repeat: no-repeat;
    font-family: Verdana, Arial, Tahoma;
    font-size: 12px; 
    margin: 3px;

}

.menuButton {

    text-decoration: none
    background-color: #9BC6E7;
    background-position: left top;
    background-repeat: no-repeat;
    font-family: Verdana, Arial, Tahoma;
    font-size: 12px; 
    font-weight: bold;
    color:white
}


