/************************************************** BODY */
body	{
	background-color: #ffffff;
	color: #000000;
	font: normal small Arial, Helvetica, sans-serif;
	margin:	0 0 0 0;
	padding:	0 0 0 0;
}
div, p, th, td, li, dd, dl, dt    {
 /* redundant selectors to help NS4 not forget */
 font: normal small Arial, Helvetica, sans-serif;
}

/************************************************** MENU */
.menu {
 color: 	#B20A15;
 font-size: x-small;
}
a.menu:link	{
	color:	#B20A15;
}
a.menu:visited	{
	color:	#B20A15;
}
a.menu:active	{
	color:	#ff0000;
}
table.menu {
	margin:	0 0 0 0;
	padding:	0 0 0 0;
 border: none;
}

/************************************************ RESUME */
a	{
	color:	#B20A15;
}
strong {
 font-weight: bold;
}

.SectionTitle {
 font: bold large "Times New Roman", Times, serif;
 display: inline;
 text-transform: uppercase;
}
a.SectionTitle {
 color: #000000;
}
.When {
 width: 6em;
 padding-left: 0.2em;
 padding-right: 0.2em;
}
.Tech {
 padding-left: 0.2em;
 padding-right: 0.2em;
}
.What {
}
.Where {
 text-align: right;
 padding-left: 0.2em;
 padding-right: 0.2em;
}
.Bullet {
 font: normal large "Times New Roman", Times, serif;
 text-align: right;
 vertical-align: top;
 padding-top: 0.2em;
}
.Text {
 font: normal medium "Times New Roman", Times, serif;
 padding-right: 0.2em;
 padding-top: 0.2em;
}
.Item {
 padding-top: 0.1em;
 padding-bottom: 0.1em;
 vertical-align: top;
}
@media screen {
 .Item {
  background-color: #E0E0E0;
 }
}
h3 {
 font: bold medium "Times New Roman", Times, serif;
 display: inline;
}
.Spacing {
 height: 0.7em;
}
.Name {
 font: normal xx-large "Arial Black", sans-serif;
}
.Value {
 font: italic medium "Times New Roman", Times, serif;
}
.First.Bullet {
 width: 4em;
}
@media screen {
 .Gray {
  background-color: #E0E0E0;
 }
}
