.style {
	font-family: Arial;
	font-size: 12px;
	background-color: 2ffffff;
}

/**
 * The following are here to
 * support the tree widget -- god bless it
 */
/**
 The following style sheets are to
 support the palette component
 being used on the transfer roles page
*/

.notSelectedNodeViewClass {
  font-size: 10px;  line-height : 14px;
}

.selectedNodeViewClass {
font-size: 10px;  line-height : 14px; 
}

.notSelectedNodeViewClass a {
	font-family: Arial
	color: #ffffff;
	text-decoration: none;
}

.selectedNodeViewClass  a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

body {
	margin : 0px;
	padding :  0px;
	background-color: ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:12px;
	color: #003366;
	text-decoration: none;
}
	a:link {color:#003366}
    a:visited {color:#003366}
    a:hover {color:#003366}
p.smalltext {
    color: #003366;
    font-family:Arial;
    font-size: 10px;
	text-decoration: none;
}
	a:link {color:#003366}
    a:visited {color:#003366}
    a:hover {color:#003366}
p.navtext {
    color: #003366;
    font-family:Arial;
    font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
	a:link {color:#003366}
    a:visited {color:#003366}
    a:hover {color:#003366}
p.midtext {
    color: #003366;
    font-family:Arial;
    font-size: 12px;
	text-decoration: none;
}
	a:link {color:003366}
    a:visited {color:#003366}
    a:hover {color:#003366}
p.bigtext {
    color: #003366;
    font-family:Arial;
    font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
p.redtext {
    color: #ff0000;
    font-family:Arial;
    font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}