/* Background colors definition */
body { background-color: #4A4A4A; }

/* Fonts definition */
body { font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif; }
table, { font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif; }

body {
        font-size : 16px;
		color : #FFFFCC;
        margin: 2px;
}

.tableoth {
		color : #FFFFCC;
		font-size : 18px;
		font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
}
.tablemain {
        color : #000000;
		margin-top : 40px;
		font-size : 14px;
}

.tablevid {
		color : #FFFFCC;
		margin: 20px;
		font-size : 14px;
		font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
		
}
A:link {
		color: #00BFFF
} 
A:visited {
		color: #00BFFF
}
h1 {
        font-weight: normal;
        font-size: 28px;
        font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        text-decoration: none;
        padding-left : 20px;
        color: #FFFFFF;
        margin: 2px;
}

h2 {
        font-family: Arial, Helvetica, sans-serif;
        background-image : url(images/box_left_icon.gif);
        background-repeat : no-repeat;
        background-position : left;
        font-size: 18px;
}

h3 {
        font-weight: normal;
        font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
        font-size: 16px;
        padding-left : 20px;
        color: #F0AF00;
        margin: 2px;
}

h4 {
        font-weight: normal;
        font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
        font-size: 16px;
        padding-left : 10px;
        color: #FFFFCC;
        margin: 2px;
}

p {
        font-size: 100%;
        margin: 2px 20px;
}

ul {
        margin-left: 5px;
        padding: 0px;
}

li {
        margin-left: 10px;
        margin-top: 4px;
        margin-bottom: 4px;
        padding: 0px;
        list-style-position: outside;
        list-style-type: disc;
}

image {
        border: 2px;
		color: #000099;
}

