.tsql-Comment
{
    color: #339933;
    font-family: 'Courier New';
    font-size: 10pt;
}
.tsql-String
{
    color: #009999;
    font-family: 'Courier New';
    font-size: 10pt;
}
.tsql-Keyword
{
    color: #000099;
    font-weight: bold;
    font-family: 'Courier New';
    font-size: 10pt;
}
.tsql-reservKeyword
{
    color: #000099;
    font-weight: bold;
    font-family: 'Courier New';
    font-size: 10pt;
}
.tsql-Func
{
    color: #FF00FF;
    font-family: 'Courier New';
    font-size: 10pt;
}
.tsql-Numeric
{
	color: #000000;
    font-family: 'Courier New';
    font-size: 10pt;
}
.tsql-Var
{
    color: #666666;
    font-family: 'Courier New';
    font-size: 10pt;
}
.tsql-Symbol
{
    color: #ff0000;
    font-family: 'Courier New';
    font-size: 10pt;
}
.tsql-Type
{
    color: #0066FF;
    font-family: 'Courier New';
    font-size: 10pt;
}
