/* ---------------------------------------------------- */
/*  Donohue Computer Services Style Sheet               */
/*                                                      */
/*  Author: Dick Donohue                                */
/*  Date:   Wed May 21, 2003				*/
/*  Copyright (c) 2003, D.Donohue All Rights Reserved.  */
/*                                                      */
/*                                                      */
/* ---------------------------------------------------- */
/* #333366 Dark blue			Text, borderBG          */
/* #CCCCFFRobin's egg blue	Main BG Color			*/
/* #FFFFCC Yellow				Menu Hi-light and Text	*/
/* #FFFFFF White				Menu Text				*/
/* #333399 Blue BG				Menu BG					*/
/*														*/
/* Primary Font:										*/
/*	 "Verdana","Arial",sans-serif;						*/
/* Heading Font:										*/
/*	 "Poor Richard","Times New Roman",serif;			*/
/*														*/
/* ---------------------------------------------------- */
.BodyText{
    color: 			#333366;
    background:		#CCCCFF;
    font-family:	"Verdana","Arial",sans-serif;
    font-size:  	9pt;
}

.FormText{
    color: 			#333366;
    background:		#FFFFFF;
    font-family:	"Verdana","Arial",sans-serif;
    font-size:  	9pt;
}

.Button{
    color: 			#FFFFFF;
    font-family: 	"Verdana","Arial",sans-serif;
    font-size: 		11pt;
    text-decoration: none;
    

}
.Button:hover{
    color: 			#FFFF99;
    font-weight:	bold;
    text-decoration: underline;

}

.ButtonForce{
    color: 			#FFFF99;
    font-family: 	"Verdana","Arial",sans-serif;
    font-size: 		11pt;
    text-decoration: none;

}
.Item{text-decoration: none;}
.ItemOn{	text-decoration: none;}

.DateTimeText{
    background:		#333399;
    color: 			#FFFF99;
    font-family: 	"Verdana","Arial",sans-serif;
    font-size: 		8pt;
}

.MenuBar{
    background:		#333399;
    color: 			#FFFF99;
    font-family: 	"Verdana","Arial",sans-serif;
    font-size: 		8pt;
    font-weight: 	bolder;
    text-align:     center;
    vertical-align: top;
}

.SectionHead{
    color:			#333399;
    font-family: 	"Poor Richard","Times New Roman",serif;
    font-size:		14pt;
    font-weight:	bold;
    line-height:	150%;
    width:	100%;
}

.Copyright{
    font-family: 	"Verdana","Arial",sans-serif;
    font-style: 	italic;
    font-size:	 	7pt;
    color:			#333399;
}

/* skills table on the qualifications page */
#SkillsTable{
		border: double;
		text-align: center;
	
}
#SkillsTable.th{
	font-weight: bold;
    border:solid;
    border: 1px;
};
#SkillsTable.td {
	text-align: center;
}
.left{
	text-align: left;
}

