<style type="text/css">
.clsLinkUnderline
{
	text-decoration : none; 
}
.clsLinkUnderline:hover
 {
	text-decoration : underline; 
}
.clsLink 
{
	text-decoration : none; 
	color                  : blue;
}
.clsLink:hover
 {
	text-decoration : underline; 
	color                  : brown;
}
.clsLinkRightPane 
{
	font-face           : Traditional Arabic;
	font-size            : 11pt;
	font-weight       : bold;
	text-decoration : none; 
	color                  : #FFFFFF;
}
.clsLinkRightPane:hover
 {
	font-face           : Traditional Arabic;
	font-size            : 11pt;
	font-weight       : bold;
	text-decoration : underline; 
	color                  : gold;
}
.clsLinkTaskHeader 
{
	font-face           : Traditional Arabic;
	font-size            : 11pt;
	font-weight       : bold;
	text-decoration : none; 
	color                  : #333366;
}
.clsLinkTaskHeader:hover
 {
	font-face           : Traditional Arabic;
	font-size            : 11pt;
	font-weight       : bold;
	text-decoration : underline; 
	color                  : #CC3300;
}
.clsInputText
{
	border : 1px #666666 solid;
	font-face:arial;
	font-size:9pt;
}
.clsSmallSubmit
{
	border                  : 1px #b0c4de solid;
	background-color : #0083bb;
	color                     : #FFFFFF;
	width                    : 60px;
	height                   : 20px;
	font-face              :TAHOMA;
	font-size               :8pt;
}
.clsSubmit
{
	border                  : 1px #b0c4de solid;
	background-color : #333366;
	color                     : #FFFFFF;
	width                    : 90px;
	height                   : 23px;
	font-face              :TAHOMA;
	font-size               :8pt;
}
.clsLongSubmit
{
	border                  : 1px #b0c4de solid;
	background-color : #333366;
	color                     : #FFFFFF;
	width                    : 200px;
	height                   : 20px;
	font-face              :TAHOMA;
	font-size               :8pt;
}
.clsSmallLink 
{
	font-face           : arial;
	font-size            : 10pt; 
	font-weight       : bold;
	text-decoration :  none; 
	color                  : #333366;
}
.clsSmallLink:hover
 {
	text-decoration: underline; 
	color                 :  #CC3500;
}

</style>