
body {
font-size : 12px;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
table.main {
border-width : 2px;
border-style : solid;
border-color : #000000;
border-collapse : collapse;
background-color : white;
}
table.main1 {
border-width : 60px;
border-style : solid;
border-color : #000000;
border-collapse : collapse;
background-color : white;
}
table.border {
border-width : 4px 4px 4px 4px;
border-spacing : 4px;
border-style : solid solid solid solid;
border-color : black black black black;
border-collapse : collapse;
}
table.border th {
border-width : 0 0 0 0;
padding : 4px 4px 4px 4px;
border-style : none none none none;
border-color : gray gray gray gray;
}
table.border td {
border-width : 0 0 0 0;
padding : 4px 4px 4px 4px;
border-style : none none none none;
border-color : gray gray gray gray;
}
td.main {
border-width : 2px;
padding : 0;
border-style : solid;
border-color : #4a415c;
}
table.common {
border-width : 1px;
border-style : solid;
border-color : #663399;
border-collapse : collapse;
background-color : #c0c1ce;
}
table.standout {
border-width : 3px;
border-style : solid;
border-color : #dc143c;
border-collapse : collapse;
background-color : #663399;
color : white;
}
a.standout {
color : white;
}
a.standout:visited {
color : white;
}
.italicText {
font-style : italic;
font-size : 12px;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.boldText {
font-weight : bold;
font-size : 12px;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.titleText {
font-weight : bold;
font-size : 18px;
font-family : Arial, Helvetica, sans-serif;
text-align : center;
}
.showcase {
font-weight : bold;
font-size : 24px;
font-family : Arial, Helvetica, sans-serif;
text-align : center;
}
.purpleTitleText {
font-weight : bold;
font-size : 18px;
font-family : Arial, Helvetica, sans-serif;
text-align : center;
color : #663399;
}
.purpleSubtitleText {
font-weight : bold;
font-size : 16px;
font-family : Arial, Helvetica, sans-serif;
text-align : center;
color : #663399;
}
.subtitleText {
font-weight : bold;
font-size : 16px;
font-family : Arial, Helvetica, sans-serif;
text-align : center;
}
hr.titleHR {
color : #4a415c;
width : 60%;
}
hr.fullHR {
color : #4a415c;
}
hr.showcase {
color : #000000;
}
ul.normal {
list-style : disc url(images/teams.jpg);
border-bottom : 0;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 12px;
font-weight : normal;
width : 100%;
position : absolute;
}
li.normal {
list-style : disc;
border-bottom : 0;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 12px;
font-weight : normal;
width : 100%;
}
ul {
margin : 0;
padding : 0;
list-style : none;
width : 175px;
border : 3px solid #000000;
border-bottom : 1px solid #663399;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 10px;
font-weight : bold;
}
ul li {
position : relative;
}
li ul {
position : static;
left : 149px;
top : 0;
display : none;
}
ul li a {
display : block;
text-decoration : none;
color : #ff0000;
background : #000000;
padding : 5px;
border : 3px solid #000000;
border-bottom : 0 solid #000000;
}
ul li ul a {
display : block;
text-decoration : none;
color : #ffffff;
background : #000000;
padding : 5px;
border : 1px solid #000000;
border-bottom : 0;
}
li:hover ul, li.over ul {
display : block;
}
