/*
xx-small
x-small
small
medium
large
x-large
xx-large
*/

html
{
  margin: 0;
}
body
{
  background-color: #FFFFFF;
  margin: 0;
}

/**************************/
/* HEADER & FOOTER STYLES */
/**************************/

.noPrint
{
  display: none;
}

a
{
  text-decoration: none;
  color: black;
}

/***************/
/* BODY STYLES */
/***************/

.bodyTitle
{
  font-size: 14pt;		/* large; */
  font-family: "Times New Roman", "Arial";
  font-weight: bold;
  color: #B51019;
}
.bodyVeryImportant
{
  font-size: 12pt;		/* medium; */
  font-family: "Times New Roman", "Arial";
  font-weight: none;
  color: #4169E1;			/* RoyalBlue  */
}
.bodyImportant
{
  font-size: 11pt;		/* small; */
  font-family: "Times New Roman", "Arial";
  font-weight: none;
  font-style: italic;
  color: #4169E1;			/* RoyalBlue  */
}
.bodyInfo
{
  line-height: 200%;
  color: #565656;
  font-family: 'Georgia', 'Arial', 'Times New Roman';
  font-size: small;
}
a.siteLink
{
  color: #3456AB;
  text-decoration: none;
  cursor: pointer;
}
a.siteLink:link, a.siteLink:visited
{
  text-decoration: none;
}
a.siteLink:hover, a.siteLink:active
{
  text-decoration: underline;
}

/*****************/
/* RESUME STYLES */
/*****************/

.addressPhone
{
  text-decoration: none;
  font-size: 8pt;		/* x-small; */
  font-family: "Times New Roman", "Arial";
  font-style: italic;
}
.nameHeader
{
  font-size: 18pt;		/* xx-large; */
  font-family: "Times New Roman", "Arial";
}
.leftCategoryHeader
{
  font-size: 12pt;		/* medium; */
  font-family: "Georgia", "Times New Roman", "Arial";
  font-weight: bold;
}
.bodyResume
{
  font-size: 11pt;		/* small; */
  font-family: "Times New Roman", "Arial";
}
.experienceHeader
{
  font-size: 11pt;		/* small; */
  font-family: "Times New Roman", "Arial";
}
.experienceTitle
{
  font-size: 11pt;		/* medium; */
  font-family: "Times New Roman", "Arial";
  font-weight: bold;
}
.experiencePoints
{
  font-style: italic;
  font-size: 11pt;		/* small; */
}
ul.languageList
{
  list-style-type: square;
}

/********************/
/* PORTFOLIO STYLES */
/********************/

.linkHeader
{
  font-size: medium;
  font-family: "Georgia", "Arial", "Times New Roman";
}
.description
{
  font-size: small;
  font-family: "Times New Roman", "Arial";
}
.subHeader
{
  font-size: large;
  font-family: "Georgia", "Arial", "Times New Roman";
  font-weight: bold;
  letter-spacing: 6px;
}

/***************/
/* BLOG STYLES */
/***************/

.BlogDate
{
  color: #9A9A9A;
  font-family: 'Georgia', 'Arial';
  font-size: x-small;
  font-style: italic;
}
.BlogTitle
{
  color: #565656;
  font-family: 'Georgia', 'Arial';
  font-size: small;
  font-weight: bold;
}
.Blog
{
  color: #000000;
  font-family: 'Georgia', 'Arial';
  font-size: small;
}