﻿/* This StyleSheet contains custom styles for this project */


TABLE.Table
{
	border-bottom: solid medium Black;
    border-left: solid medium Black;
    border-right: solid medium Black;
    border-top: solid medium Black;
    font-family: 'open sans';
}




.BookTitle
{
    color: Blue;
    font-family: 'arial';
    font-size: 40px;
    font-style: normal;
    font-weight: bold;
    position: static;
    text-align: justify;
}
.Version
{
    color: Black;
    font-family: 'arial';
    font-size: x-large;
    font-style: normal;
    font-weight: normal;
}
.Date
{
    color: Black;
    font-family: 'arial';
    font-size: x-large;
    font-style: normal;
    font-weight: normal;
}
.PageBreak
{
    page-break-after: avoid;
    page-break-before: always;
}

.TableHead
{
    background-color: #94A9CC;
    font-weight: bold;
    text-align: center;
}

.minitoc
{
    background-color: #DFD8D8;
}


/* Template Override Style Rule
   Name: Page Header Content
   Description: Main Page Header content
*/
.i-header-content
{
    color: rgb(38,42,256);
}
/* Template Override Style Rule
   Name: Page Title
   Description: Page Title text
*/
.i-page-title
{
    color: rgb(38,42,256);
}