
input {
border-style: beveled;
border-width: 1;
font-size: 7pt;
font-family: tahoma;
margin-top: 0;
margin-bottom: 0;
width: 200px;

}

select {
    font-size: 9px;
    font-family: tahoma;
    margin-top: 0;
	margin-bottom: 0;
}

div {
    font-size: 9px;
    font-family: tahoma;
    margin-top: 0;
    margin-bottom: 0;
    
}

p {
    font-size: 14px;
    font-family: tahoma;
    margin-top: 0;
    margin-bottom: 0;
}

ul {
    font-size: 14px;
    font-family: tahoma;
    margin-top: 0;
    margin-bottom: 0;
}

	
.TitleText {
	font-size: 14px;
	font-weight: Bold;
    font-family: tahoma;    
}

.SubLinks{
	font-size: 10px;
	font-weight: Bold;
    font-family: tahoma;    
}

.ButtonWidth {
	width: 75px
}

.LeftTopBorder {
	border-left: 1px solid #000000; 
	border-top: 1px solid #000000; 
	border-right: 1px solid #000000;
	background-color: white;
}

.LeftBottomBorder {
	border-left: 1px solid #000000; 
	border-right: 1px solid #000000; 
	border-bottom: 1px solid #000000;
	background-color: white;
}


.RightTopBorder {
	border-right: 1px solid #000000; 
	border-top: 1px solid #000000; 
	border-bottom: 1px solid #000000;
	font-size: 24px;
	font-weight: Bold;
    font-family: tahoma;  
    color: #000099 
}

.RightBottomBorder {
	border-right: 1px solid #000000; 
	border-bottom: 1px solid #000000;
}


.AllBorder {
	border: 1px solid #000000;
	background-color: white
}

.box { float: left; width: 450; height: 450px; }
#boxContent { border: none; background: white; }
#boxContent { position: relative; left: -8px; top: -8px; }
#boxContainer { position: relative; background: gray; margin: 4px; }

.BottomLinks {
	font-size: 12px;
    font-family: tahoma;
    }

.Links {
    font-size: 14px;
    font-family: tahoma;
    font-weight: bold;
	color: white;
    margin-top: 0;
    margin-bottom: 0;
    
}

.ErrorText {
    font-size: 14px;
    font-family: tahoma;
    color: #FF0000;
    margin-top: 0;
    margin-bottom: 0;
    
}